*{
	padding:0px;
	margin:0px;
	font-size: 12px;
	font-family: 宋体;
}
html,body {
	font-size: 12px;
	font-family: 宋体;
	color: #111;
	background-color: #FFFFFF;
	/*background-image:url(../images/body_right.gif);
	background-repeat:repeat-y;*/
}

a {
	color: #660099;
	text-decoration: none;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #5082E6;
	text-decoration: none
}

a:active {
	color: #990099;
}

table{
	margin:auto;
}

input.button {
	font-family: "宋体";
	font-size: 12px;
	border: #ddd 1px solid;
	height: 19px;
	cursor: pointer;
	background-color: #ededed;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
}

input.but_new {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/new.png);
	height: 20px;
	width: 55px;
}

input.but_save {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/save.png);
	height: 20px;
	width: 55px;
}

input.but_close {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/close.png);
	height: 20px;
	width: 55px;
}

input.but_sure {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/sure.png);
	height: 20px;
	width: 55px;
}

input.but_search {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/search.png);
	height: 20px;
	width: 55px;
}

input.but_export {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/export.png);
	height: 20px;
	width: 55px;
}

input.but_print {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/print.png);
	height: 20px;
	width: 55px;
}

input.but_pass {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/pass.png);
	height: 20px;
	width: 75px;
}

input.but_unpass {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/unpass.png);
	height: 20px;
	width: 85px;
}

input.but_cancelpass {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/cancelpass.png);
	height: 20px;
	width: 75px;
}

input.but40 {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/bgbtn4_0.gif);
	height: 20px;
	width: 60px;
}

input.but40_left {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/left.gif);
	height: 40px;
	width: 20px;
}

input.but40_right {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/right.gif);
	height: 40px;
	width: 20px;
}

input.but40_up {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/up.gif);
	height: 20px;
	width: 41px;
}

input.but40_down {
	font-family: "宋体";
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(../images/button/down.gif);
	height: 20px;
	width: 41px;
}

span.needflag {
	color: red;
}
/*ymPrompt弹出窗口的内容的样式*/
.ym-content{
	text-align:left;
}