#form_wrapper {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#left {
	float: left;
	width: 480px;
	padding-left: 40px;
}

#right {
	float: right;
	width: 370px;
}
.boxes {
	height: 45px;
	margin-bottom: 20px;
}
.Q {
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 5px;
}

.boxeshead {
	margin-bottom: 20px;
}
.boxesMessage {
	margin-bottom: 10px;

}
.name {
}
.nameicon {
	background-image: url(../images/name.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}

.email {
}
.emailicon {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}

.message {
}
.submit {
}
input {
	display: block;
	background-color: #eaf7ff;
	border: 1px solid #d6e7f1;
	width: 300px;
	height: 30px;
	padding-left: 25px;
}
textarea {
	display: block;
	background-color: #eaf7ff;
	border: 1px solid #d6e7f1;
	width: 400px;
	height: 140px;
	padding: 5px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
}
