#form {
	margin:1em 0;
}
#form fieldset {
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:250px;
}
#form fieldset.last {
	width:254px;
	margin-left:17px;
}
#form legend {display:none;}
#form p {margin:.1em 0;}
#form label {display:block;}
#form input, #form textarea {
	width:242px;
	border:1px solid #ddd;
	padding:3px;
}
#form textarea {
	width:296px;
	height:200px;
	overflow:auto;
}
#form p.submit {
	margin:0 34px;
	clear:both;
	position:relative;
}
#form button {
	padding:0;
	position:absolute;
	left:-0.5em;
	top:-1.0em;
	width:155px;
	height:46px;

	border:none;
	cursor:pointer;
	font-size: 34px;
	padding: 0px;
	text-align: left;
	color: #3e598c;
	text-shadow: #6ea2ff 1px 1px 0px;
	background-color: #e7e7e7;
}
