/* CSS Document */
.qj_content{ padding:0px 30px; overflow:hidden;}
.qj_title{ width:65px; height:30px; color:#747474; font-size:14px; line-height:30px; padding:1px 3px; border-bottom:2px solid #267CB7; margin:20px 0px; text-align:center;}
.qj_kuang{ width:100%; height:auto; float:left; margin:5px 0px 15px;}
.qj_kuang span{ color:#999;}
.qj_kuang font{ width:100px; height:auto; overflow:hidden; float:left; display:block; text-align:right;}
.qj_denglu{ width:250px; height:32px; margin:50px 0px 50px 2%; overflow:hidden; float:left;}
.qj_denglu input{ margin:0px 10px;}
.labels{ color:#666666; padding-left:20px;}

.selctdiv{ width:468px; height:42px; float:left; text-align:center; margin-left:-1px;}
.sele { width:150px; height:38px; background:none; border:none; float:left; overflow:hidden; padding-left:10px; cursor:pointer; color:#666666; line-height:25px;}    
.sleHid { display:block; width:134px; overflow:hidden; float:left;}    
.sleBG  { width:148px; height:38px; border:#CCCCCC 1px solid;  background:url("/Images/rg_select_r2.jpg") #fff no-repeat 107px 0px;  display:block; overflow:hidden; float:left; margin-right:5px;}
.sele option{ overflow:hidden; border:0px; padding:3px 0px 3px 10px;}

.selctdiv2{ width:468px; height:35px; float:left; text-align:center; margin-left:-1px;}
.sele2 { width:150px; height:31px; background:none; border:none; float:left; overflow:hidden; padding-left:10px; cursor:pointer; color:#666666; line-height:25px;}    
.sleHid2 { display:block; width:134px; overflow:hidden; float:left;}    
.sleBG2  { width:148px; height:31px; border:#eee 1px solid;  background:url("/Images/rg_select_r2.jpg") #fff no-repeat 107px -3px;  display:block; overflow:hidden; float:left; margin-right:5px;}
.sele2 option{ overflow:hidden; border:0px; padding:3px 0px 3px 10px;}

/*  图片上传样式 start  */
.fu_list {
	width:600px;
	background:#ebebeb;
	font-size:12px;
	border:1px solid #eee;
}
.fu_list td {
	padding:5px;
	line-height:20px;
	background-color:#fff;
	border:1px solid #eee;
}
.fu_list table {
	width:100%;
	border:1px solid #ebebeb;
}
.fu_list thead td {
	background-color:#f4f4f4;
}
.fu_list b {
	font-size:14px;
}
/*file容器样式*/
a.files {
	width:90px;
	height:30px;
	overflow:hidden;
	display:block;
	border:1px solid #BEBEBE;
	background:url(../images/fu_btn.gif) left top no-repeat;
	text-decoration:none;
}
a.files:hover {
	background-color:#FFFFEE;
	background-position:0 -30px;
}
/*file设为透明，并覆盖整个触发面*/
a.files input {
	margin-left:-350px;
	font-size:30px;
	cursor:pointer;
	filter:alpha(opacity=0);
	opacity:0;
}
/*取消点击时的虚线框*/
a.files, a.files input {
	outline:none;/*ff*/
	hide-focus:expression(this.hideFocus=true);/*ie*/
}

/*  图片上传样式结束 end  */

