.input50{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:50px;
	background-color:#FAEEC5;
}
.input100{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100px;
	background-color:#FAEEC5;
}
.input150{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	background-color:#FAEEC5;
}
.input300{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:300px;
	background-color:#FAEEC5;
}
.input350{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:350px;
	background-color:#FAEEC5;
	border-left-style:inset;
}
.input_text300{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:300px;
	height:100px;
	background-color:#FAEEC5;
}
.input_text350{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:350px;
	height:100px;
	background-color:#FAEEC5;
}
.buton{
 	color:#5c3e08;
 	font:bold 11px Arial, Helvetica, sans-serif;
 	margin:10px 0 5px 0;
 	padding:1px 3px 1px 4px;
 	text-decoration:none;
 	background:#EACC4A;
 	display:block;
 	border-top:1px solid #99917d;
 	border-right:1px solid #e4d9c0;
 	border-bottom:1px solid #e4d9c0;
 	border-left:1px solid #99917d;
 	width:90px;
}
.buton:hover{
 	color:#5c3e08; 
 	background:#EED856;
 	border-top:1px solid #e4d9c0;
 	border-right:1px solid #837c6b;
 	border-bottom:1px solid #837c6b;
 	border-left:1px solid #e4d9c0;
	text-decoration: none;
}
