/* 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: #FB5569; }
#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: 3px;
    background: #ffffff url(../images/input_bg.gif) no-repeat top left;
    font: normal 13px "Lucida Sans Unicode", 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 { 
	width:130px;
	height:26px;
	background:url(../images/button_bg.gif) no-repeat bottom;
	font: normal 13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	cursor:pointer;
	border: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	padding-bottom: 6px;
}
#contact input.submit:hover { background:url(../images/button_bg.gif) no-repeat top; text-shadow: 0 -1px 0 rgba(0,0,0,.5); }
#contact input[type="submit"][disabled] { background:#888; }
#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; }
