@charset "utf-8";

 select {
	color: #000066;
	background: #ffffff;
	border: solid 1px #CCC;
	width: 115px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

input{
	color: #000066;
	background: #ffffff;
	border: solid 1px #CCC;
	
	
}
checkbox {

	color: #000066;
	background: #fff;
	border: none;
	
}
textarea{
	
	background: #ffffff;
	border: solid 1px #f1f1f1;
	width:200px;
	height:150px;
	
	
}
label {
	display: block;
	float: left;
	width: 100px;
	color:#666; font-weight: lighter;
}
form {
	width: 400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
form div {
	margin-top: 6px;
}
fieldset {
	padding: 10px;
	border: 1px solid #999999;
	width: 400px;
	
}
legend {
	color: #666;
	background: #fff;
	padding: 5px;
	font-variant: small-caps;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}


.button {
	background: #CCCCCC;
}


input:focus, select:focus, checkbox:focus, textarea:focus {
	color:#333;;
	background: #f1f1f1;
	border: thin groove #000000;
	
}



#container {
width: 300px;
}


