/***
 * Form elements
 ***/
input, textarea, select {
	border:1px solid #4CAEFF;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#3757FF;
}

input[type=submit], input[type=reset], input[type=button] {
	background-color:#F1FAFE;
	color:#000;
	text-indent:0px;
	padding:0px 3px;
}

input.selected {
	font-weight:bold;
}

input[type=text], input[type=password], textarea {
	padding:0.1em;
}

textarea {
	font-family:sans-serif;
}

input[type=checkbox], input[type=radio] {
	border:0;
}


fieldset {
	padding:0.8em 0.5em;
	border:1px solid #4CAEFF;
}
fieldset:hover {
	border-color:#3757FF;
}
legend {
	color:#000;
}
label {
	cursor:pointer;
}


