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

fieldset {
	width:700px;
	padding:0;
	margin:0 0 30px 0;
	border:none;
}
fieldset label {
	height:20px;
	width:700px;
	font-size:1em;
	line-height:20px;
	padding:0;
	margin:0;
	overflow:hidden;
	text-transform:uppercase;
}
fieldset input, fieldset select {
	font-size:1em;
	height:25px;
	width:700px;
	padding:0;
	background:#fafafa;
	border:1px solid #ddd;
	margin:2px 0 25px 0;
	overflow:hidden;
}
fieldset textarea {
	font-size:1em;
	height:100px;
	width:700px;
	padding:0;
	background:#fafafa;
	border:1px solid #ddd;
	margin:0 0 20px 0;
	overflow:hidden;
}
.submitbtn {
	height:auto;
	width:100%;
	margin:0;


}
.submitbtn input {
	margin:10px 0;
	width:100%;
	background:#fafafa;
	border:1px solid #ddd;
}
.submitbtn input:hover {
	cursor:pointer;
	margin:10px 0;
	width:100%;
	background:#eee;
	border:1px solid #ddd;
}
