.htmlform {
	float: left;
}
.htmlform_big {
	float: left;
	margin-left: 7px;
}
.htmlform_name, .htmlform_info, .htmlform_field {
	margin-top: 3px;
}
.htmlform_name {
	font-weight: bold;
}
.htmlform_info {
	font-size: 10px;
}
.htmlform input, .htmlform select {
	font-family: Tahoma, Sans-serif, Arial; 
	font-size: 11px;
	padding: 3px;
	border: 1px solid #ccc;
}
.htmlform textarea {
	height: 100px;
}
.htmlform_text, .htmlform textarea {
	width: 400px;
	border: 1px solid #ccc;
	padding: 4px;	
}
.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;
}
.htmlform_opener {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.refreshimg {
	width: 13px;
	height: 14px;
}
.htmlform_orange {
	color: #e41a38;
	font-size: 17px;
}
#formBlock {
	padding: 10px;
	background-color: #f0f0f0;
}
.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;
}