#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #ffffff; }
#contact hr { height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact {
	
	width:567px;
	float:left;}

/* Form style */

#contact label { 

    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 13px;
    height: 22px;
    line-height: 14px;
    padding-top: 10px;
    width: 155px;}
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #CCC; border: 2px solid #ccc; margin: 5px 0; font:1em  Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 2px solid #F00; background-color: #fff; color:#333; }
#contact input.submit { 
	background: url(../images/send-btn.png);
	height:45px;
	display:block;
	width:212px;
	color:#FFF;
	height:45px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin: 0 0 0 155px;
}
#contact input.submit_login { 
	background: url(../images/login-btn.png);
	height:45px;
	display:block;
	width:212px;
	color:#FFF;
	height:45px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin: 0 0 0 155px;
}
#contact input.submit:hover {
	
	background-position: 0px 47px;}
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:0px; border: none; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { 
	background:url("../images/error.gif") no-repeat scroll 10px center #F00;
	color:#FFFFFF;
	display:block;
	font-size:0.9em;
	height:22px;
	line-height:22px;
	padding:3px 10px 3px 9px;
	width:490px;
}

.loader { padding: 0 10px; }


#success_page { padding: 20px 0px;}

#success_page h1 { color:#F00;  }
#success_page a { font-size:18px; color:#F00;  }

#su

acronym { border-bottom:1px dotted #ccc; }