#form,#form form {
	width:640px;
	float:left;
	padding:0 0 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}		
#form form fieldset {
	width:600px;
	float:left;
	padding:12px 0 10px 20px;
	background-color:#F8F8F8;
	border:none;
}
#form form fieldset {
	border-bottom:1px solid #E5E5E5;
	border-top:1px solid #FFFFFF;
}
#form form label {
	width:340px;
	float:left;
	text-align:left;
	padding:5px 0 0 0;
}	
#form form input.text {
	width:200px;
	height:22px;
	float:left;
	color:#777777;
	/**
	**/
	background-image:url(/Marketing/images/input.gif);
	background-repeat:no-repeat;
	border:0px;
	padding:2px 0 0 5px;
}	
#form form input.text:hover,#form form input.sfhover {
	background-image:url(inputhover.gif);
}
#form form input.text:focus,#form form input.sffocus   {
	
	background-image:url(/images/inputactive.png);
	
	color:#000000;
}
#form form select {
	width:235px;
	float:left;
	border:0px;
	color:#777777;
	border:1px solid #CCCCCC;
	padding:2px 0 1px 3px;
}
#form form select.salutation {
	width:90px;
}	
#form form select#large {
	width:270px;
}
#form form input#button {
	/**
	width:210px;
	height:36px;
	
	background-image:none;
	float:left;
	**/
	background-color:#05aada;
	color:#FFFFFF;
	
	
}	
