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


.homeform {	
	position: relative;
	display: block;
	float: left;
	width: 550px;
	height: 400px;
	margin-right: 10px;
}

.homeform input,.homeform textarea, .homeform select{
	width: 140px;
}


.required {
	color: red;
	padding-top: 10px;
	margin-top: 10px;
}

.notrequired {
	color: #f2f2f2;
	padding-top: 10px;
	margin-top: 10px;
}

