.input, .inputButton, .backButton, .areaMed, .areaBig
{
	font-family: Verdana; font-size:10px; line-height:14px;
	color: #000000;
	font-weight:normal;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#ffffff;
}
.areaMed, .areaBig
{
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#990000;
	scrollbar-highlight-color:#dddddd;
	scrollbar-shadow-color:#666666;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#dddddd;
}
a,.label { font-weight: bold; color: #FF6500; font-size:10px; line-height:14px; text-decoration: none; }
a:hover { text-decoration: underline; }
.input { width:250px; height: 22px; }
.areaMed { width:250px; height: 100px; }
.areaBig { width:250px; height: 200px; }
.inputButton, .backButton { font-weight: bold; line-height: 12px; width:100px; height:22px; text-align: right; color: #FF6500; }
.backButton { text-align: left; }
