@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

form {
	width: 100%;
	oveflow-y: auto;
	overflow-x: hidden;
}

h3 {
	color:#333333;
	font-size:15px;
	margin:0 0 9px;
	font-weight: bold;
}

label {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	display: block;
	margin: 0 0 2px 0;
}

input.text, textarea {
	border: solid 1px #c29373;
	background-color: #fff;
	background-image: url(../shared/images_layout/input_text.gif);
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 14px;
	color: #333;
	width: 450px;
	margin: 0 0 12px 0;
}

textarea {
	font: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 16px;
	font-size: 12px;
	height: 150px;
}

input.text.current {
	color: #9e9b61;	
}

input.submit {
	border: none;
	background-color: none;
	display: block;
}


input.text.signup {
	width: 350px;
	float: left;
}

div.captcha {
	width: 468px;
	overflow-y: auto;
	padding-bottom: 5px;
	overflow-x: hidden;
}

div.captcha input.text {
	width: 200px;
	float: left;
}

div.captcha img {
	display: block;
	float: left;
	margin-right: 10px;
}

input.submit.signup {
	height: 20px;
	width: 75px;
	position: relative;
	top: 3px;
	margin: 0 0 0 20px;
	float: left;
}

input.submit.contact {
	height: 20px;
	width: 86px;
	clear: both;
	margin-top: 7px;
}