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


/* END Remove This */

#contact_2 p, label, legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
}

#contact_2 h1 {
	margin: 10px 0 10px;
	font-size: 16px;
	color: #742727;
}
#contact_2 hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0;}

#contact_2 {
	display: block;
	width: 260px;
}

/* Form style */

#contact_2 label {
	display: inline-block;
	float: left;
	height: 15px;
	width: 75px;
	font-size: 12px;
	-webkit-border-radius:5px;
	line-height: 14px;
	text-align: right;
	padding-right: 15px;
}
#contact_2 input, textarea, select {
	width: 135px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	font:12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	webkit-border-radius:5px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0px;
}   
#contact_2 input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact_2 input.submit {
	width: 65px;
	cursor: pointer;
	border: 1px solid #222;
	color:#1a1a1a;
	background-color: #ccc;
	background-image: url(../images/selected_bg.jpg);
	background-repeat: repeat-x;
	padding: 5;
	height: 25px;
}
#contact_2 input.submit:hover {
	background-color: #444;
	background-image: url(../images/menu_bg.png);
	background-position: 100px;
	color: #7a000a;
}
#contact_2 input[type="submit"][disabled] { background:#888; }
#contact_2 fieldset {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#contact_2 legend {
	color:#742727;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	width: 100%;
}

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

#contact_2 #message { margin: 5px 0; padding: 0; }

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

contact_2 #success_page h1 {
	background: url('../assets/success.gif') left no-repeat;
	padding-left:11px;
	color: #742727;
}

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