/*公用样式*/
/*body, html {
	margin: 0;
	padding: 0; 
	font: 12px/20px Arial,"宋体",Simsun;
	color: #666;
	overflow-x: hidden;
}
img, button, input {
	border: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
a.link, 
a.link_line, 
a:hover {
	color: #ce0000;
}
a.link_line {
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
}
input {
	padding: 0 10px;
	outline: none;
	background: none;
	border: 1px solid #e1e1e1;
}
textarea:hover,
input:hover{
    border: 1px solid #7c7c7c;
}
input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #0b8ee4;
}
input.error,
textarea.error {
    border: 1px solid #dc0f0f;
}*/
i, em {
	font-style: normal;
}
.red {
	color: #ce0000;
}
.dark {
	color: #333;
}
.gray_mid {
	color: #666;
}
.gray {
	color: #666;
}
.green {
	color: #54b300;
}
.blue {
	color: #2980b9;
}
.yellow {
	color: #f1c100;
}
.l {
	float: left;
}
.r {
	float: right;
}
.o {
	overflow: hidden;
}
.ta-c {
	text-align: center;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.yh {
	font-family: "微软雅黑", "Microsoft YaHei";
}
.ss {
	font-family: "宋体";
}

a.disabled {
	color: #999;
	cursor: default;
}
.bd {
	border:1px solid #d5d5d5;
}
.bd-b-d {
	border-bottom:1px dotted #d5d5d5;
}
.bd-b-s-e1 {
	border-bottom:1px solid #d5d5d5;
}
.bg_gray {
	background: #f4f4f4;
}
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.pos-r {
	position: relative;
}
.green {
	color: #54b300;
}
.yellow {
	color: #f1c100;
}
/*input {
	padding: 0 10px;
	background: none;
	border: 1px solid #e1e1e1;
}
input:hover{
    border: 1px solid #7c7c7c;
}
input:focus{
    outline: 0;
    border: 1px solid #0b8ee4;
}
input.error {
    border: 1px solid #dc0f0f;
}*/