input[type="text"], div.text input,  div.password input, select, textarea {
	border:1px solid #ccc;
	border-color:#666 #ccc #ccc #666;
}

legend{
	font-weight:bold;
	padding:0;
}

input, textarea {
	padding:0;
}

option {
	padding:2px 1em 2px 4px;
}

div.input{
	white-space:nowrap;
	line-height:3em;
	vertical-align:middle;
}

div.input label{
	clear:both;
	display:block;
}

div.checkbox input {
	border: 0;	
}