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

form{
	padding:10px 10px 10px 10px;	
}

.error{ border:1px solid red }
.errorLabel{ color:red }

fieldset{
	float:left;
	width:270px;
}
legend{display:none;}

form p{ 
	margin:0px 0px 7px 0px;
	color:#999; 
}

label{
		float:left;
		display:block;
		width:95px; height:auto;
		margin:0px 0px 10px 0px;
		
		font-size:12px;
		color:#999;
	}


input{
		float:left;
		width:160px; height:16px;
		margin:0px 0px 10px 0px;
		padding:2px 0px 0px 5px;
		
		border:1px solid #111;
		background:#fff;
		
		color:#999;
	}

input:focus, textarea:focus, input:active, textarea:active{ border:1px solid red; }

#Subjectlabel{width:65px;}
#Subject{ width:190px; }
.radioLabel{
	width:auto;	
	margin:0px 45px 0px 0px;
}
#email, #phone {
	margin:0px 5px 0px 0px;
	width:auto;	
}
textarea{ 
		width:260px; Height:150px;
		
		border:1px solid #111;
		background:#fff;
		
		color:#999;
}
#final{
	width:531px;
	padding:10px 10px 0px 0px;
}
	#final #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;
	}
	#final #submit:hover{
		background:url(../images/buttons/submit.jpg) no-repeat 0px -24px;
		border:1px solid #1c485f;	
	}