/*-- Common Style ----------------------- */
*{
	font-family: monospace;
}
body{
	background: #eee;
	margin: 0;
	padding: 0;
}
h1{
	border-bottom: 1px solid #999;
	background: #eaeaf4;
	padding: 20px;
	margin: 0;
}
/*#banner{
	margin: 20px 0;
	text-align: center;
}*/
fieldset{
	margin-top: 20px;
	float: left;
	clear: both;
	background: url(/img/back.png) #fafafa;
	border: 1px solid #999;
 	padding: 0px 20px 20px 20px;
}
label{
	display: block;
	clear: both;
}
legend{
	margin: 0 0 20px 0;
	padding: 2px;
	background: #eef;
	border: 1px solid #999;
	font-weight: bold;
}
fieldset > legend{
	margin-top: 20px;
}
select, textarea, input{
	border: 1px solid #999;
	margin: 4px;
}
select:focus, select:hover, textarea:focus, textarea:hover, input:hover, input:focus{
	background: #eee;
}