@charset "utf-8";
#container #content form {
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #content fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content legend {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #000000;
}
#container #content label {
	padding-top:5px;
}
#container #content .fake_button {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #d4d699;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 2em;
	cursor: pointer;
	position:relative;
	float:left;
	margin-left:35%;
/*	margin-top: -50px;
	padding-bottom: 50px;
*/}

#container #content .fill {
	width: 100%;
	margin-bottom:5px;
}

#container #content #button{
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top: -50px;
}