/* CSS Document */
/*
	Browns Form
	By Andrew Broomfield
	www.Sloomedia.com
*/






/*........................................................ =form ..................*/


form#form {
	width:479px;
	margin:auto;
	font:normal 0.7em Arial, Helvetica, sans-serif;


	
}


form#form fieldset{
	
	padding:20px 10px;
	

}


form#form dt {
	float:left;
	width:200px;
	margin-bottom:10px;
		
	
}

h2.formh2 {
	font-weight:bold;
	font-size:12px;
	color:#A7BEFF;
	margin:0px 66px 0px 16px;
	padding:1px;
	border-bottom:1px solid #A7BEFF;	

}

form#form dd {
	float:left;
	margin:0pt 0pt 12px;
	padding:0pt;
	width:200px;
	
}


form#form label {
	padding: 0px 10px;
	margin:0px 0px 0px 10px;
	color:#B9E5FF;
	font-weight:bold;
	
}

form#form label span{

	color:#ff0000;
	
}


form#form input, form#form select, form#form textarea{
	border:1px solid #B9E5FF;
	width:200px;
	padding:1px;
	
	
}

form#form select{

	width:204px;

	
	
}


form#form input.button {
	width:auto;

	border:1px solid #00A0FF;
	
	background:#DEF3FF url(../images/submit.gif) repeat-x left bottom;
	
	color:#333333;
	cursor:pointer;
	font-size:0.95em;
	font-weight:bold;
	padding:1px 5px 0px;
	text-transform:uppercase;
	margin:0px 0px 0px;


}

form#form div.btn {
	text-align:center;
	margin:0px 0px;
	padding:10px;
	border-top:1px solid #B9E5FF;
	
	
	
}







