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

#wrapper {margin:0 auto;
			width:865px;}

form {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-align:center; }

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
	font-weight: bold;
}

label {
	display: block;
}

input {
	width: 200px;
}

textarea {
	width: 300px;
	height: 100px;
}

input[type="text"] {
	width: 200px;
}

input.radio, input.checkbox, input.submit {
	width:auto;
}

input.radio {
	float: left;
	margin-right: 1em;
}

input:focus, textarea:focus {
	background: #ffc;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.required {
	fond-size: 0.75em;
	color: #760000;
}

label {
	float: left;
	width: 10em;
}

#remember-me label {
	width: 4em;
}

