label{
	float: left;
	width: 70px;
	text-align: left;
}

input, textarea{
	width: 150px;
	margin-bottom: 5px;
}

textarea{
	width: 150px;
	line-height: 1;
}

.boxes{
	width: 1em;
}

input[type=submit]{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

div.checkbox {
	float:left;
	clear:both;
	padding: 0 0 0 15px;
}

div.checkbox label {
	width: 150px;
	float: none;
}

div.checkbox input[type=checkbox] {
	width: auto;
	float: left;
}


div.error-message {
	color: red;
	margin-left: 70px;
}

form.frm2 div {
	float: left;
	width: 25%;
}

form.frm2 {
	padding: 15px 5px;
	margin: 10px 0px;
	background: #fff;
	min-height: 90px;
	border-bottom: 3px solid #026660;
}

div.frm2 {
	padding: 15px 5px;
	margin: 10px 0px;
	background: #fff;
	min-height: 90px;
	border-bottom: 3px solid #026660;
}

form.frm2 input[type=text], form.frm2 input[type=email] {
	float:left;
	clear:both;
	height: 25px;
	width: 90%;
	background: #fff;
	outline:0; 
	border: 1px solid #026660;
}

form.frm2 input[type=submit] {
	float: right;
	margin-top:15px;
	margin-right:20px;
}

form.frm2 .error-message {
	color: red;
	margin: 0;
	padding: 0;
	clear:both;
	width: auto;
	display: inline;
	font-size: 10.5px;
}


