table{
	border-collapse: collapse;
}

div.top{
	position:fixed;
	top:0px;
	width:100%;

}

div.login{
		padding:10px;
		background: #f0f0f0;
		height:auto;
		line-height: 30px;
		text-align: center;
		height:30px;
	}

div.main{
	text-align:center;
	margin:auto;
}

div.err{
	padding:20px;
	border:none;
	text-align:center;
	color:#f00;
}

table.tblist{
	width:100%;
	margin:auto;
	border:1px solid #ccc;
}

 table.tblist tr.title td{
 	background-color: #ccc;
 }

 table.tblist td{
 	line-height:26px;
 	padding:3px;
 }

 table.tblist td.aleft{
       text-align:left;
       width:60%;
 }
 table.tblist td.aright{
       text-align:right;
       width:40%;
 }

 input.text{
 	height: 24px;
 	line-height: 24px;
 	width:185px;
 }

 select{
  	height: 24px;
 	line-height: 24px;
 	width:193px;	
 }

 input.Wdate{
	width:185px;
	padding:0px 3px 0px 3px;
	line-height:30px;height:30px;border:1px solid #09f;
 }