.form label{
	font-size: 12px;
	display: block;
	clear: both;
}
.form .formSecion{
	display:block;
	clear: both;
	margin:0 0 10px;
	overflow: hidden;
}
.form .formSecion.squeeze {
	display: inline-block;
	width: 45%;
	margin-right: 4%;
}
.form label span{
	display:block;
	line-height: 14px;
}
.form .requiredSymb{
	display: inline-block;
	font-weight: bold;
	color: red;
}
.form .fieldRule{
	font-size: 11px;
	color: #999;
}
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form input[type=url], .form input[type=tel] {
	width: 100%;
	display: block;
	border: 1px solid #C3C3C3;
	/*border-color: #7C7C7C #C3C3C3 #DDD;*/
	padding: 4px;
	color: #444;
	font-size: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form .formSecion textarea {
	display:block;
	width:92%;
	min-height: 50px;
	padding: 7px;
}
.form hr {
	border:0;
	height:1px;
	background: #ccc;
	width: 95%;
	float:left;
	margin: 8px 0 18px;
}
.form  button[type="submit"]{
	padding:7px 35px;
	font-size:13px;
}

.form .wrapInput label{
	clear: both;
	margin: 0 0 5px;
}
.form .wrapInput input{
	float: left;
	margin-right: 5px;
}
.form .wrapInput span{
	float: left;
	width:88%;
	font-size: 12px;
	line-height: 15px;
}