@charset "UTF-8";

#content{
	padding: 25px 0;
	overflow: auto;
}

#emailform {
	float: left;
	background-color: #fff;
	width: 595px;
	padding: 25px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
#contact {
	float: right;
	background-color: #fff;
	width: 300px;
	padding: 25px 0;
	margin: 30px 30px 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#name, #emailaddress{
	width: 202px;
	border: solid 1px #999;
}

#email{
	width: 500px;
	height: 200px;
	resize: none;
	margin-top: 5px;
	border: solid 1px #999;
}
#sms {
	width: 230px;
	height: 70px;
	resize: none;
	border: solid 1px #999;
	margin-top: 5px;
}
#smsLength {
	float: right;
	margin: -25px 35px 0 0;
}
input, textarea{
	-moz-box-shadow: none;
}
.sent {
	font-size: 100%;
	text-align: center;
	color: #a00;
}

