/* Winive CSS @kiuka */

.label {
	display: block;
	clear: both;
	float: left;
	width: 200px;
	margin: 3px;
	color: #425D89;
	font-weight: bold;
}

.labelinput, .select {
	display: block;
	float: left;
	width: 200px;
	margin: 3px;
	border: 0;
	background: #D6E4FD;
}

.input-star {
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	padding: 3px;
}

.errmess {
	display: block;
	clear: both;
	color: red;
	padding-left: 210px;
}

.submit {
	display: block;
	border: 0;
	margin: 20px 0;
	width: 110px;
	height: 20px;
	line-height: 20px;
	background: url(../images/button.jpg) no-repeat;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

textarea {
	border: 1px solid #2C4A7B;
}