#contact label, legend {
	font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#contact {
	display: block;
	margin: 0;
	padding: 0px;
}

#contact p {
	color: #656565;	
    font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif
}
/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 50px;
	width: 120px;
	font-size: 1.5em;
	color: #656565;
}
#contact input {
	width: 271px;
	height: 24px;
	padding: 7px 0 0 10px;
	color: #666;
	background: url(../images/input.png) no-repeat right bottom;
	margin: 10px 0 0 0;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	border: none;
}

#contact textarea {
	width: 271px;
	height: 106px;
	padding: 5px 5px 0 5px;
	color: #666;
	background: url(../images/textarea.png) no-repeat;
	margin: 10px 0 0 0;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	border: none;
	scrollbar-base-color: #171717;
	scrollbar-darkshadow-color:#171717; 
	scrollbar-face-color:#171717; 
	scrollbar-highlight-color:#171717;
	scrollbar-shadow-color:#000;
	scrollbar-3dlight-color:#171717;
	} 

#contact input.small-input {
	width: 22px;
	height: 27px;
	background: url(../images/small-input.png) no-repeat;
	font-size: 1.5em;
	padding: 4px 0 0 8px;
}

#contact input.submit {
	width: 133px;
	height: 31px;
	background: url(../images/submit.png) no-repeat;
	cursor: pointer;
	color:#656565;
	padding: 0;
	margin: 0;
}
#contact input.submit:hover {
	background: url(../images/submit-hover.png) no-repeat;
}
#contact input[type="submit"][disabled] {
	background: url(../images/submit-hover.png) no-repeat;
}
#contact fieldset {
	padding:20px;
	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 {
	display: block;
	height: 22px;
	line-height: 22px;
	background: url('../images/assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#ff0000;
}
.loader {
	padding: 0 10px;
}
#contact #success_page h1 {
	background: url('../images/assets/success.gif') left no-repeat;
	padding-left:22px;
}
acronym {
	border-bottom:1px dotted #ccc;
}
