@CHARSET "gb2312";
.button_s{
	border-type:none;
	border-width:0px;
	width:80px;
	height:35px;
	background-color:#ecd798;
	padding:5px;
	margin-right:10px;
	color:#9f7804;
	
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.button_s:hover{
	background-color:#eccb6a;
}
.mpages{
	margin:0px auto 0px auto;
	width:300px;
}
.align-center{
	text-align:center;
	margin:0px auto 0px auto;
}
.text-area{
	min-width:362px;
	min-height:152px;
	max-width:362px;
	max-height:152px;
}