@charset "utf-8";
/* CSS Document */


h1{color:#0066CC; text-align:center;}

.flt_L{float:left}
.flt_R{float:right}
.clr{clear:both}
	
#wrapper{
	margin:0 auto;
	width:330px;
	color:#666;
	}

input[type="text"], select, textarea{
	font:11px Verdana, Geneva, sans-serif;
	padding:5px 5px;
	width:180px;
	height:12px;
	color:#666;
	}
input[type="text"]:focus, input[type="text"]:hover, select:focus, select:hover, textarea:focus, textarea:hover{
	font:11px Verdana, Geneva, sans-serif;
	}
select{
	height:18px;
	padding:5px 7px;
	width:150px;
	}
textarea{
	height:80px;
	}


