form {
	width:285px;
}
fieldset div {
	margin:10px 0;
	clear:both;
}
label {
	margin-bottom:5px;
}
legend {
	color: #a1a1a1;
	font-size:12px;
}
input {
	padding:2px;
	border:1px solid #e1e1e1;
	background:#fafafa;
	font: 11px "trebuchet ms";
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
input:hover, input:focus {
	border-color:#a1a1a1;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #e1e1e1;
	padding:5px 5px 5px 5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}
input[type=submit] {
	border:1px solid #e1e1e1;
	font: 12px "trebuchet ms";
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
 }

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../images/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../images/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
