﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0px auto;
	padding: 0px;
	font-size: 12px;
}
body{
	text-align: center;
	color: #000000;
}
body,th,td{
	font-size: 12px;
}
/* 表单  */
.txt{
	width: 275px;
	height: 16px;
	border: 1px #000000 solid;
}
.shorttxt{
	width: 125px;
	height: 16px;
	border: 1px #000000 solid;
}
.shortertxt{
	width: 40px;
	height: 16px;
	border: 1px #000000 solid;
}
.txtarea{
	width: 275px;
	height: 100px;
	border: 1px #000000 solid;
	overflow: hidden;
	overflow-y: auto;
}
.btn{
	border:1px #555555 solid;
	background-color: #F8F8F8;
	width:50px;
	height: 18px;

}
/*  列表  */
ul{
	list-style-type: none;
}
li{

}
.rightli{
	text-align: right;
	padding-right: 15px;
}
/*  超链接  */
a{
	cursor: pointer;
	cursor: hand;
}
/*  深色超链接  */
/*a:link {
	text-decoration: none;
	color: #303030;
}
a:visited {
	text-decoration: none;
	color: #303030;
}
a:hover {
	text-decoration: underline;
	color: #303030;
}
a:active {
	text-decoration: none;
	color: #303030;
}*/
/*  html元素  */
fieldset{
	font-size:12px;
	clear: both;
	text-align: left;
	border: 1px #3A3A3A solid;
}
div{
	/*border: 1px #000000 solid; */
}
/*  contain */
.contain{
	background-color:#000000;
	position: relative;
	text-align: center;
}
.submit{width:80px; height:30px; border:1px thin #333333; font-weight:bolder; color:#FF6600;}
