/* Form class and elements for dealer application page form*/	
#column_left {
	width: 365px;
	margin: 0;
	padding: 0 5px;
	float:left;
	position:relative;
	overflow:hidden;
	}
#column_right { 
	width: 365px;
	margin: 0;
	float: left;
	padding: 0 5px;
	position:relative;
	overflow:hidden;
	}
.form{
	font-size:13px;
	margin:0px auto;
	text-align:left;
	width:780px;
	}
form fieldset {
  clear: both; /*note that this clear causes inputs to break to left in ie5.x mac, commented out */
  }
.form input, .form textarea{
	border:1px #006699 solid;
	margin: 5px 0 0 10px;
	}
.form input{
	width:auto;
	}
.form button{
	width:auto;
	}
.form label{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 190px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight:bold;
	}
.form div{
	margin:0px 0px 10px 0px;
	}
.form div p{
	display:inline;
	font-size:11px;
	}
.form textarea{
	height:110px;
	width:300px;
	}
.form span{
	color:red;
	margin: 5px 0 0 10px;
	}
