@charset "utf-8";

div.text {
	width: 170px;
	height: 28px;
	line-height: 28px;
	float: left;
	background: url(../images/form_text_bg.gif) no-repeat;
}

div.text:hover{
	background: url(../images/form_text_hover_bg.gif) no-repeat;
}

div.text input{
	width: 162px;
	height: 20px;
	line-height: 20px;
	margin: 2px 4px;
	border: 0px;
	background: none;
}

div.textShort {
	width: 80px;
	height: 28px;
	line-height: 28px; float: left;
	background: url(../images/form_text_short_bg.gif) no-repeat;
}

div.textShort:hover{
	background: url(../images/form_text_short_hover_bg.gif) no-repeat;
}

div.textShort input{
	width: 73px;
	height: 18px;
	line-height: 18px;
	margin: 2px 4px;
	border: 0px;
	background: none;
}

div.textarea {
	width: 500px;
	height: 200px;
	font-size: 12px;
	background: url(../images/form_textarea_bg.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}

div.textarea:hover{
	width: 500px;
	height: 200px;
	font-size: 12px;
	background: url(../images/form_textarea_hover_bg.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}

div.textarea textarea{
	width: 492px;
	height: 192px;
	margin: 4px;
	border: 0px;
	background: none;
}

div.shorttextarea {
	width: 500px;
	height: 65px;
	font-size: 12px;
	background: url(../images/form_textarea_bg.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}

div.shorttextarea:hover{
	width: 500px;
	height: 65px;
	font-size: 12px;
	background: url(../images/form_textarea_hover_bg.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}
div.shorttextarea textarea {
	width: 492px;
	height: 60px;
	margin: 4px;
	border: 0px;
	background: none;
}
input.button {
	width: 69px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	border: 0px;
	cursor: pointer;
	background: url(../images/form_button.gif) no-repeat;
}

input.button:hover {
	background: url(../images/form_hover_button.gif) no-repeat;
}

input.buttonLong {
	width: 80px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	background: url(../images/form_long_button.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}

input.buttonLong:hover {
	background: url(../images/form_long_hover_button.gif) no-repeat;
}

.textTitle{
	height: 22px;
	line-height: 24px;
	padding-right: 3px;
	float: left;
}

div.requireField {
	width: 20px;
	height: 22px;
	line-height: 24px;
	padding-top: 2px;
	float: left;
	color: red;
	font-size: 12px;
	text-align: center;
}

span.requireField {
	height: 24px;
	line-height: 24px;
	padding-left: 4px;
	color: red;
	font-size: 12px;
}

span.validateError {
	margin-left: 3px;
	height: 28px;
	width: 165px;
	line-height: 28px;
	background: url(../images/validate_bg.png) left center no-repeat;
	padding-left: 23px;
	color: #D79014;
	position: absolute;
	z-index: 1;
	float: left;
}

span.validateErrorShort {
	margin-left: 3px;
	height: 28px;
	width: 165px;
	line-height: 28px;
	background: url(../images/validate_short_bg.png) left center no-repeat;
	padding-left: 23px;
	color: #D79014;
	position: absolute;
	z-index: 1;
	float: left;
}