.form_content {
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.textinput {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width: 224px;
	height: 15px;
	padding: 2px 2px;
	border: 2px solid #FF8000;
}
.textinput2 {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width:160px;
	height:15px;
	padding:2px 2px;
	border: 2px solid #FF8000;
}
.textarea {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width:260px;
	height:80px;
	padding:4px 8px;
	border: 2px solid #FF8000;
}
.selectArea {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	width:60px;
	height:21px;
}
.buttonSubmit {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	width:69px;
	height:27px;
	background:url(image/button.gif);
	cursor:pointer;
	border:none;
}









.input, .text-input {
	width:200px;
}

.text-input-captcha {
	width:136px;
	text-align: center;
}

#success h1 {
	font-size:24px;
	font-weight:bold;
	color: #555555;
}

#success p {
	font-size:16px;
	color: #555555;
}

.error_message { 
	font-size:12px;
	color: #ff4b4b;
	font-weight:lighter;
	margin-left: 6px;
}

.error h1 {
	font-size:24px;
	font-weight:bold;
	color: #ff4b4b;
}

.required {
	font-family: Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff4b4b; 
}

.captcha {
	border:1px solid #d6d6d6;
	width: 158px;
	height: 26px;
	padding:4px;
	background-color: #FFFFFF;

}
