/***
 * Form styles
 ***/
input {
	border:1px solid #ABC;
}

input[type=button], input[type=submit] {
	background-color:#FFF;
	color:#333;
	text-indent:0px;
	padding:0px 3px;
}
input:hover[type=button], input:hover[type=submit] {
	background-color:#EEE;
}
input.selected {
	font-weight:bold;
}
input[type=checkbox], input[type=radio] {
	border-width:0px;
}
input[type=text], input[type=password] {
	padding:0.1em;
}
label {
	cursor:pointer;
}

