.htmlform {
	text-align: center;
	zoom: 1;
	/*float: left;*/
}
.htmlform div {
	zoom: 1;
}
.htmlform_big {
	margin-left: 17px;
	float: left;
	text-align: left;
}
.htmlform_name, .htmlform_info, .htmlform_field {
	margin-top: 3px;
}
.htmlform_name {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
.htmlform_info {
	font-size: 12px;
}
.htmlform input, .htmlform select {
	font-size: 13px;
/*	padding: 3px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;*/
}
.htmlform select {
	border: 1px solid #ccc;
/*	background-color: #f0f0f0;*/
}
.htmlform textarea {
	height: 100px;
}
.htmlform_text, .htmlform textarea {
	width: 400px;
	border: 1px solid #ccc;
/*	padding: 4px;	*/
/*	background-color: #f0f0f0;*/
}
.htmlform_smalltext {
	width: 50px;
	border: 1px solid #ccc;
	/*padding: 4px;*/
}
.htmlform_text {
	width: 400px;
}
.htmlform_br {
	clear: both;
	height: 5px;
}
.htmlform_space {
	height: 5px;
}
.star {
	color: #f00;
	margin-left: 2px;
}
.htmlform_submit {
	height: 25px;
}
.htmlform_emailrep {
	display: none;
}
.noregister {
	background: url("../i/error32.png") no-repeat left center;
	background-position: 10px;
	clear: both;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	width: 365px;
	text-align: center;
}
a.htmlform_opener {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
.refreshimg {
	width: 13px;
	height: 14px;
}

.htmlform_orange {
	margin-top: 15px;
	color: #e76e34;
	font-size: 20px;
}
#formBlock {
	padding: 10px;
	background-color: #f0f0f0;
/*	border: 1px solid #e6e7e8;*/
}
.htmlform_error {
	color: #f00;
	font-size: 12px;
	margin-top: 3px;
}
.htmlform_error input,
.htmlform_error select,
.htmlform_error textarea {
	border: 1px solid #f00;
}
/* rating */
.htmlform_rating img {
	width: 23px;
	height: 23px;
	cursor: pointer;
}