#valform{
	font-size:20px;
	font-family: 'Average', serif;	
}

.valutations h1{
	font-size:28px;
	font-family: 'Average', serif;
}

.valutations h2{
	font-size:18px;
	font-family: 'Average', serif;
}

#valform label{
	width: 200px;
}

#valform label.labsel{
	float: left;
	display:block;
	width:450px;
	clear:left;
	text-align:right;
	padding-right:20px;
	margin-bottom:10px;
}

#valform select.labsel{
	float: left;
	width:50px;
	border: 1px solid #de2569;
	text-align:center;
}

#valform option{
	text-align:center;
}

#valform .submit{
	clear:both;
	text-align:center;
	padding-top:20px;
}

#valform .submit input{
	width:91px;
	height:92px;
	border:0px none;
	background: url('/img/sendbg.png') no-repeat;
	cursor: pointer;
	color:#fff;
	font-size:28px;
}

#valform input{
	width:400px;
	border: 1px solid #de2569;
	height:26px;
    font-size:18px;
}

h4{
	color:#de2569;
	font-size:20px;
}

h5{
	color: #7171d1;
	font-weigth:normal;
	text-align:center;
	font-size:20px;
	margin-top:20px;
}

.tip-wrap{
	border:1px solid #de2569;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background:#fff;
	padding:30px;
	width:500px;
	font-family: 'Average', serif;
	font-size:16px;
	-moz-box-shadow: 10px 10px 5px #171f3a;
	webkit-box-shadow: 10px 10px 5px #171f3a;
	box-shadow: 10px 10px 5px #171f3a;
}

.error-message,.error-message-l{
	color:red;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	margin-left:4px;
}

.error-message-l{
	float:left;
}

#flashMessage{
	color:red;
	font-size:26px;
	margin:10px;
}

.privacy {
	clear:both;
	font-size:14px;
}

.privacy label{
	width:500px!important;
	float:left;
}
.privacy input{
	width: 50px!important;
	float: left;
}
