@charset "utf-8";
/* CSS Document */

#contact-geg{
	float: left;
	width: 200px;
}
#plan{
	margin: 0 0 0 80px;
	float: right;
	width: 300px;
}
form{ clear: both;}

label{
	width: 130px;
	height: 16px;
	margin: 4px 10px 10px 0;
	display: block;
	float: left;
}
input, select{
	height: 20px;
	width: 300px;
	margin: 0 0 10px 0;
}
