.button{
	background:#ffcc8d;
	border:1px solid #f60;
	width:54px;
	height:20px;
	color:#666;

}
.input{
	height:15px;
}
.textarea{
	width:80%;
	height:50px;
}
/*---------- index CSS --------------*/
#page{
	width:850px;
	margin:0px auto;
	background:#fff;
}
#container .systemshow{
	float:left;
	width:380px;
	background:#efefef;
	padding:15px;
	margin:5px;
}
.systemshow img{
	float:left;
}
.systemshow .description{
	float:left;
}
.systemshow .description .head{
	color:#f60;
	font-size:16px;
	margin:10px;
	font-weight:bold;
}
.systemshow .description li{
	line-height:20px;
	margin-left:20px;
}
.systemshow .register a{
	background:transparent url(../images/system_tag.gif) left center no-repeat;
	padding-left:20px;
	line-height:20px;
}
.systemshow .register a:hover{
	text-decoration:underline;
}
.systemshow .register{
	clear:both;
}
#container .middleadvert{
	margin-top:5px;
}
#container .news{
	float:left;
	width:250px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:5px;
	border:1px  solid #ffb366;
}
#container .news .head{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:15px 0px 1px 10px;
	border-bottom:1px dashed #aaa;
}
#container .news .head .title{
	float:left;
}
#container .news .head .more{
	float:right;
	margin-right:10px;
}
#container .news ul{
	margin:10px 0px;
}
#container .news li{
	margin-left:15px;
	background:transparent url(../images/news_list.gif) left center no-repeat;
	padding-left:20px;
	line-height:20px;
}
#container .news .head a{
	font-weight:normal;
	text-align:right;
	font-size:12px;
}
#container .help{
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	padding:10px;
	background:#ffecce;
}
.help .head{
	border-bottom:2px solid #f60;
	float:left;
	padding:5px 10px;
}
.help .head .title{
	float:left;
	font-size:14px;
	font-weight:bold;
}
.help .head .more{
	float:right;
	
}
.help .content{
	float:left;
	margin:5px;
}
.help .content .left{
	float:left;
	border-right:1px dashed #aaa;
	padding-right:20px;
	width:250px;
}
.help .content  h2{
	margin:13px 0px;
	background:transparent url(../images/help_list.gif) left center no-repeat;
	padding-left:15px;
	color:#666;
	font-weight:normal;
	font-size:13px;
}
.help .content .description li{
	line-height:20px;
}
.help .content .description li a:hover{
	text-decoration:underline;
}
.help .content .right{
	float:left;
	padding-left:20px;
	width:250px;
}

.showlogo{
	clear:both;
	margin-left:3px;
}
#footer{
	clear:both;
}
#footer .right{
	text-align:center;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed #aaa;
}
/*---------- register CSS --------------*/
.navigation{
	margin-left:5px;
	margin-top:10px;
	float:left;
}
.require{
	color:#f30;
	text-align:right;
	margin-bottom:10px;
	margin-top:10px;
	float:right
}
.register {
	padding:10px;
	margin:5px 10px;
}

.register .head{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin:10px 0px;
	color:#f60;
}
.newView .title{
	font-weight:bold;
	background:#fef4da;
	border-bottom:1px solid #f60;
	padding:6px;
}
.newView .dataLabel{
	text-align:right;
	padding:2px 20px;
	background:#f3f3f3;
}
.newView .dataField{
	padding:2px 10px;
}
.newView .buttons{
	text-align:center;
	margin:10px;
}
/*---------- logon CSS --------------*/
.logon{
	margin:20px 20px;
	background:#f8f8f8;
	border:1px solid #ccc;
	padding:20px;
	float:left;
}
.logon .left {
	float:left;
	width:500px;
	margin-right:15px;
}
.logon .left .picture{
	height:80px;
	height:80px;
}
.logon .left .picture img{
	float:left;
	margin-right:10px;
}
.logon .left .picture h2{
	color:#f60 !important;
	font-weight:bold;
	float:left;
	margin:30px 20px;
}
.logon .left .positionleft{
	float:left;
	width:235px;
	height:140px;
	margin-right:20px;
	margin-bottom:10px;
}
.logon .left .positionright{
	float:right;
	width:235px;
	height:140px;
	margin-bottom:10px;
}
.logon .right{
	float:left;
}
.user{
	border:1px solid #f60;
	padding:5px;
}
.user .head{
	font-weight:bold;
	color:#000;
	margin:5px 10px;
}
.user .content{
	background:#fde980;
	padding:20px;
}
.user .content .position{
	margin:3px 0px;
}
.user .content .status{
	margin:20px 0px;
}
.user .content .status a{
	margin:0px 3px;
	text-decoration:underline;
}
.user .content .buttons{
	text-align:center;
}
.login{
	border:1px solid #ccc;
	margin-top:10px;
	padding:10px;
}
.login .position{
	margin:3px 0px;
}
.login .position a{
	text-decoration:underline !important;
	
}