@CHARSET "UTF-8";

#topic-banner
{
	height: 100px;
	background: url(../img/sp-contactus.png);
}

#contactus-content
{
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
}

#content
{
	width: 600px;
	float: right;
}

form
{
	margin-top: 10px;
	border-top: 1px solid #e0e0e0;
}

form .form-field
{
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #e0e0e0;
}

.form-field .desc-field
{
	float: right;
	width: 330px;
	padding: 7px 5px 10px 5px;
}

.form-field .input-field
{
	float: right;
	width: 230px;
	background: #f0f0f0;
	padding: 7px 15px 10px 15px;
}

.form-field .input-field span
{padding: 3px}

input, textarea
{
	color: #555;
	width:220px;
	font-size: 11px;
	font-family: "tahoma";
	border: 1px solid #ccc;
	padding: 3px 3px 5px 3px;
	background: url(../img/sp-input.png) #fff top repeat-x;
}

textarea
{height: 100px}

input.button
{
	width: 70px;
	float: right;
	margin: 4px 0px 5px 5px;
	background: url(../img/pagging-body.png) bottom;
}

div#contact-response,
div#request-response
{
	float: right;
	margin: 4px 0px 5px 5px;
	padding: 0px 5px 3px 5px;
}

.sending
{
	border: 1px solid #efed34;
	background: #fffea7;
	color: #918f01;
}

.error
{
	border: 1px solid #f58e8e;
	background: #ffd8d8;
	color: #d33e3e;
}

.submit
{
	border: 1px solid #aceb69;
	background: #e5ffc9;
	color: #6aa32d;
}
