* {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

body {
	background-color: #99C;	
}

div.col {
	display: block;
	float: left;
	width: 50%;
}

label {
	display: block;
	width: 200px;
	margin-bottom: 5px;
}

label.inline {
	display: inline;
	width: auto;
}

input[type="text"], 
input[type="password"],
select, 
textarea,
fieldset {
	width: 200px;
	border: 1px solid #306;
	margin-bottom: 20px;
	background-color: #CCF;
	color: #306;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	width: 75px;
	background-color: #CCF;
	color: #306;
	border: 2px outset;
}

option {
	border-bottom: 1px dotted #306;
}

input[type="file"] {
	width: 200px;
	background-color: #CCF;	
	color: #306;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
	border: 2px outset;
}

