@charset "UTF-8";
/* CSS Document */

h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 10px 10px 0;
	clear: both;
}
p.big {
	font-size: 20px;
	margin-top: 15px;
}
form p {
	margin: 10px;
}

.fieldGroup {
	position: relative;
	width: 47%;
	margin-right:3%;
	padding-bottom: 3%;
	min-height: 50px;
	float: left;
}
.fieldGroup.w100 {
	width: 100% !important;
}
form label {
	display: block;
	margin-bottom: 3px;
	font-size: 16px;
	color: #F0A867;
}
form label.error {
	display: none !important;
}
form input[type=text]{
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
	border: 1px solid #999999;
	-webkit-appearance: none;
	
}
form select {
	width: 100%;
	padding: 8px;
}
form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 150px;
}
form input.error {
	border-color: #F00 !important;
}
form .fieldGroup .asterisk {
	position: absolute;
	top: 35px;
	right: 10px;

}
form .fieldGroup .check {
	width: 25%;
	float: left;
}
.asterisk {
	color: #006430;
	font-size: 200%;
}
form .phone input[type=text] {
	width: 20%;
	display: inline;
}
form .phone .asterisk {
	right: 180px;
}
form .select .asterisk {
	right: 30px;
}