@charset "utf-8";
/* CSS Document */

.contact-fieldset {
	float:left;
	width:320px;
	margin:0;
	border: none;
}
.contact-fieldset ul {
	float:left;
	margin-top:10px;
	width:100%;
}
.contact-fieldset ul li {
	float:left;
	margin:4px 0 4px -40px;
	width:100%;
	list-style: none;
}
.contact-fieldset ul li label {
	float:left;
	width:100px;
}
.contact-input {
	float:left;
	width:210px;
	padding:2px;
}
.contact-textarea {
	height:116px;
	float:left;
	overflow:hidden;
	padding:2px;
	width:320px;
}
.contact-submit {
	border:1px solid #999;
	background: url(input_arrow.gif) no-repeat #777;
	float:left;
	height:24px;
	margin-left:195px;
	/*padding-left:8px;*/	
	padding:0 0 1px 8px;
	width:120px;
	color: #fff;
}
.contact-submit:hover {
	background: url(input_arrow.gif) no-repeat #888;
}
input, textarea {
	background:#fff;
	border:1px solid #b9b9b9;
	color:#767676; /* this is the text in the input forms */
}

/* error messages styles */
.contact-error {
	border:none;
	background:none;
	padding: 5px 10px;
	text-align:center;
}
.contact-success {
	border:none;
	background:none;
	padding: 5px 10px;
	text-align:center;
}
.contact-jerror {
	color:#ff0000;
	float:left;
	line-height:16px;
	margin:0 0 0 100px;
	width:280px;	
}
input, textarea {
	background:#fff;
	border:1px solid #b9b9b9;
	color:#767676; /* this is the text in the input forms */
}
input:focus, textarea:focus {
	background:#f5f5f5;
}