@import "reset.css";

#captcha {
	width:400px;
	position: relative;
	left: -80px;
}

.input {
	width: 21em;				/* for square right edge */
	border: none;
	background-color:#333;
	color:#999;
	}

fieldset {
	border: none;
	margin: 20px 0 0 0;
	padding: .5em 0;
	}
legend {
	font-weight: bold;
	font-size: 1em;
	}
label { 
	display: block;				/* core set of styles */
	clear: left;				/* core set of styles */
	font-size:  1em;
	margin: 1em;
	}
label span {
	display: block;				/* core set of styles */
	float: left;				/* core set of styles */
	width: 12em;					/* core set of styles */
	line-height: 1.4em;
	margin-bottom: .5em;
	}
textarea {
	width: 21em;				/* for square right edge */
	border: none;
	background-color:#333;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	}
input[type="text"] {
	width: 21em;				/* for square right edge */
	border: none;
	background-color:#333;
	color:#999;
	}

input.submit {
	clear: left;				/* core set of styles */
	display: block;				/* core set of styles */
	margin: 1em 1em 2em 1em;
	border: none;
	background-color:#333;
	color:#999;
	}