@charset "gb2312";
/* CSS Document */

body{
	margin: 4px;
	padding: 0px;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	text-align: center;
}
form{
	margin: 0px;	
}
.left{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.center{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.input{
	height: 16px;
	width: 120px;
}
a.black{
	color: #000000;
	text-decoration: none;
}
a.red{
	color: #FF0000;
	text-decoration: none;
}

.red{
	color: #FF0000;
}

/*date*/
.table_line{
	background-image: url(../images/line1.gif);
}
.title{
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	color: #666666;
}
.table_title{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.id{
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
}
.context{
	color: #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
}
.time{
	color: #999999;
}

/*login*/
#login{
	height: 272px;
	width: 480px;
	text-align: center;
	vertical-align: middle;
}
.title_gray{
	color: #999;
}
.title_green{
	color: #090;
}
.title_black{
	color: #000;
}
