@charset "utf-8";
/* CSS Document */
#subcontent {
	width: 441px;
	height: 560px;
	overflow: auto;
}
/*forms*/
#form {
	width: 420px;
	float: left;
}
fieldset input { float : right; width : 65%; border : 1px solid #83997d; }
fieldset input:hover { border-color : #000; }
fieldset input:active, input:focus { border-color : #900; }
fieldset textarea { float : right; width : 65%; border : 1px solid #83997d; }
fieldset textarea:hover { border-color : #000; }
fieldset textarea:active, textarea:focus { border-color : #900; }
label, label span { display : block; padding: .25em; }
label { float : left; width : 100%; }
label span { float : left; width : 30%; text-align : right; font-size:100%; letter-spacing:.1em;}
form div {clear:both; margin-bottom:20px; padding:10px 20px; text-align:center; }
fieldset {border : 1px solid #83997d; margin:10px 0;
overflow : hidden; }
fieldset:hover { border-color : #722549; }
form div input:hover{ background-color : #dbffd1; color: #706699;
}
fieldset input#page {padding-top:1em; margin-top:1em;}
/*forms*/ 