﻿*{font-size:12px; font-family:Tahoma,Verdana,微软雅黑,新宋体}
.maintable 
{
	width:100%;
	height :100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.toolbar{
	height:30px;
	background-color:#EAEFF0;
	padding:0 0 0 0;
	width:100%;
}

.titletype
{
	height:30px;
    width:100%;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	font-weight: bold;
	font-size: 18px;
	color: black;
	font-family: 黑体,Verdana,sans-serief;
	position: relative;
	line-height:30px;
	
}

body
{
	margin: 0 0 0 0;
}

.cominput
{
    margin:0;
    padding:0;
	border:1px solid #A4BED4;
	height:20px;
	line-height:20px;
}


input[type=file]
{
	border:1px solid #A4BED4;
	padding:0;
	margin:0;
	height:19px;
	line-height:19px;
}

input[type=checkbox]
{
	padding:0px;
	margin:0px;
} 

input[type=password]
{
	border:1px solid #A4BED4;
	padding:0px;
	margin:0px;
	height:19px;
}

textarea
{
	border:1px solid #A4BED4;
	padding:2px;
}

.label_must	
{
	font-weight: bold;
	color: #FF7F50;
	background-color: transparent;
	text-align:right;
}
.label_common	
{
	font-weight: bold;
	background-color: transparent;
	text-align:right;
}
