/* Remove this when pasting into your Stylesheet! */

/* END Remove This */

#contact p, label, legend { font: 13px normal "Lucida Sans Unicode", Arial, sans-serif;  }

#contact p {margin: 10px 0; padding: 0;}

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

#contact {   }

/* Form style */

#contact label { display: inline-block; float: left; height: 36px; line-height: 36px; width: 155px; font-size: 13px; }
#contact input, select, textarea { 
    border: 1px solid #d3d3d3;
	padding: 6px;
    background: #ffffff url(../images/input_bg.gif) no-repeat top left;
    font: normal 13px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 10px 0;
	-moz-border-radius: 5px;
}   
#contact textarea {
	margin: 10px 0;
    border: 1px solid #d3d3d3;
	padding: 10px;
    background: #ffffff url(../images/shade_top.gif) repeat-x top left;
    font: normal 13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #444;
}
#contact input:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact textarea:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { 
	display: block;
	width: 80px;
	text-align: center;
	margin: 5px 0 25px 0;
	padding: 6px 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font: bold 13px Arial, Helvetica;
	background: transparent url(images/btn_bg.gif) repeat-x scroll 0 0;
	color: #444;
	-moz-box-shadow:0 0 3px #999999;
	-webkit-box-shadow:0 0 3px #999999;
	border: solid 1px #c3c3c3;
	cursor: pointer;
}
#contact input.submit:hover { 
	color: #222;
	-moz-box-shadow:0 0 4px #777777;
	-webkit-box-shadow:0 0 4px #777777;
 }
#contact input[type="submit"][disabled] { background:#ccc; }
#contact fieldset { border: none; }


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

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

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../images/assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; }

.loader { padding: 0 10px 10px 10px; }

#contact #success_page h1 { background: url('../images/assets/success.gif') left no-repeat; padding-left:22px; }

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