#userFields { margin:10px auto}
.form {float:left; padding:0 10px 10px 10px; }
.form  div{width: 100%; float: left; margin-bottom: 5px;}
.form label {float:left; width:160px; padding:5px 10px 0 0; text-align: right;}
.form select {float:left; width:458px; border: 1px solid #CCC;}
.form input {float:left; border: 1px solid #CCC; padding: 3px;}
.form textarea {width: 456px; height: 200px; border: 1px solid #CCC;}
input.textinputs {width: 300px;}
.form .submit {clear:both}
input.button{
	background-color: #ffa800;
	border-color: #db9000;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	padding: 5px 10px;
	margin-top: 10px;
}
.captha-img {
	float: left;
	margin-right: 8px;
}
#msg {display:none; position:absolute; z-index:200; background:url('http://sofit.com.ua/images/msg_arrow.gif') left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}