#formSelect textarea {
	display: block;
	margin-left: 300px;
	width: 541px;
	padding: 15px;
	padding-right: 0;
	border: 1px dotted #999;
	margin-bottom: 30px;
	background: #fcfff0;
}
textarea::-moz-selection, textarea::selection {
	background: #009EC5;
	color: black;
}

#formSelect .div_side {
	width: 280px;
	float: left;
	padding-top: 30px;
}
#formSelect label { position: relative; }
#formSelect label span {
	position: absolute;
	top: -60px;
	right: -160px;
	padding: 8px 8px 4px;
	border: 1px dotted #999;
	border-bottom: 0;
	font-weight: bold;
	cursor: pointer;
	background: #fcfff0;
}
#formSelect label span:hover {
	background: #b8da40;
}
.clear_both { clear: both; border: none; }
.reg {
	display: inline-block;
	width: 196px;
	height: 36px;
	margin: 10px 0 0 25px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #c60 url(../../css/img/submit-maxi.png);

}
.reg:hover {
	color: #fff;
	background: #e2b300 url(../../css/img/submit-maxi-hover.png);
	text-decoration: none;

}
.reg:focus {
	outline: none;
	text-decoration: none;
}
