/* 
Document   : baseCss
Created on : 2007-11-24, 14:37:57
Author     : Administrator
Description:
Purpose of the stylesheet follows.
*/
textarea{
 font-family:"微软雅黑";
}
body{
	font-size:12px;
	cursor:default;
	margin:0;
}
table{
	font-size:12px;
}
#rightCountSelectDiv table{
	margin: auto;
}
#rightCountSelectDiv table td{
	font-size:14px !important;
}
div{
	font-size:12px;
}
td{
	font-size:12px;
}
a{
	text-decoration:none;
	cursor:hand;
}

.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
}
select{
	font-size:14px;
}
option{
	min-height:10px;
	font-size:12px;
}
input[type="checkbox"] {
	width: 13px !important;
	height: 13px !important;
	background-color: white !important;
	border:1px solid #708090 !important;
	-webkit-appearance: none;
	border-radius: 2px;
	outline: none;
	margin-right: 5px;
	vertical-align: middle;
}

input[type="checkbox"]:checked:before {
	line-height: 12px;
	content: "\2714";
}

input[type="checkbox"]:disabled {
	background-color: #dddddd !important;
}
#leftMenuDiv div, #leftMenuDiv a{
	
}
	


