@charset "utf-8";
/* CSS Document */

	#leftColumn h1{
		background:url(../images/backgrounds/Builders_h1_bg.png) no-repeat 0px 5px;
	}
	#leftColumn{ width:100%; }
	.fieldsetColumn{
		float:left;
		width:325px;
		height:270px;
	}
	.fieldsetColumn legend{display:none; }
	.fieldsetColumn p, .fieldsetColumn label{
		color:#999;
	}
	#personalInformation label{
		clear:left;
		float:left;
		display:block;
		width:122px; height:18px;
		margin:0px 0px 10px 0px;
		
		font-size:12px;
		
	}
	#personalInformation input{
		width:183px; height:16px;
		margin:0px 0px 10px 0px;
		padding:2px 0px 0px 5px;
		
		border:1px solid #111;
		background:#fff;
		
		color:#999;
	}
	#personalInformation input:focus{
		border:1px solid red;	
	}
	#personalInformation input.error{ border:1px solid red; color:#F00; }
	#price_requirements{
		padding:0px 0px 0px 35px;
		width:290px;
	}
	#price_requirements p{
		clear:left;
		display:block;
		margin:0px 0px 10px 0px;
	}
	#price_requirements ol{
		padding:0px 0px 0px 45px;
		margin:0px 0px 10px 0px;
	}
		#price_requirements ol li {
			clear:left;	
			margin:0px 0px 5px 0px!important; margin:0px 0px 0px 0px;
		}
		#price_requirements input[type="checkbox"]{
			float:left; width:25px;
			margin:0px; paddng:0px;
			display:block;
		}
		#price_requirements label {
			margin:5px 0px 0px 10px; 
		}
		#price_requirements.fieldsetColumn p.errorLabel{ color:red; }
		
	#message_validation label{
		display:block;
		height:10px; padding:0px;
		margin:0px 0px 0px 0px;	
	}
	#message_validation textarea{
		display:block;
		width:325px; height:135px;
		margin:0px 0px 10px 0px;
		
		border:1px solid #111;
		background:#fff;
		
		color:#999;
	}
	#message_validation textarea.error{ border:1px solid red; color:#F00; }
	#message_validation input.error{ border:1px solid red; color:#F00; }
	#message_validation #submit{
		display:block;
		width:76px; height:24px;
		float:right;
		
		cursor:pointer;
		
		background:url(../images/buttons/submit.jpg) no-repeat 0px 0px;
		border:1px solid #092c3f;
	}
	#message_validation #submit:hover{
		background:url(../images/buttons/submit.jpg) no-repeat 0px -24px;
		border:1px solid #1c485f;	
	}
		

