/** CONTENT_FORM **/

body{margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;  text-align: left;}
form, label, input, fieldset{margin: 0; padding: 0; border: 0;}
p{margin: 0 0 30px 0; padding: 0; font-size: 16px; color: #fff;}

#content_form{background: #1a1b1c; width: 408px; padding: 30px;}
	#content_form form{font-family: Tahoma, Arial; width: 314px; margin-left: 50px;}
		#content_form form fieldset{margin-bottom: 12px; overflow: hidden; height: 44px;}
		#content_form form .description{height: auto;}
			#content_form form fieldset label{font-weight: bold; color: #fff; display: block; margin-bottom: 5px;}
			#content_form form fieldset input{background: url(/images/input.gif) no-repeat; width: 276px; height: 22px; padding: 3px 0 0 6px; color: #bf620c; float: left;}
			#content_form form fieldset a.error{ float: right; background: url(/images/close.gif) no-repeat; width: 18px; height: 18px; text-indent: -9999px; display: block; clear: right; margin: 3px 0 0 12px;}
			#content_form form fieldset textarea{background: url(/images/textarea.gif) no-repeat; font-family: Tahoma, Arial; color: #bf620c; font-size: 12px; border: 0; padding: 5px; width: 272px; height: 135px;}
			#content_form form fieldset .submit{background: url(/images/submit.gif) no-repeat; width: 120px; height: 24px; cursor: pointer; text-indent: -9999px; margin-left: 162px; font-size: 0; line-height: 0;}
