﻿
/*-----------------------------------后台弹窗----------------------------------------*/		
.wrapper{ width:100%; background:#fff; padding:30px 0 60px;}
	.pop_box{ width:402px; margin:0 auto; border:1px solid #ccc; background-color:#ffffff;}
		.pop_box_title{ width:382px; height:35px; line-height:35px; padding:0 10px; background:#c9151d;}
		.pop_box_title span{ font-size:14px; color:#fff; float:left;}
		.pop_box_title a{ display:inline-block; width:14px; height:35px; float:right; background:url(/uploads/image/thickbox/ico_rr.gif) 0 center no-repeat;}
		
		.pop_form{ width:356px; padding:20px 23px 40px;}
			.form_row{ width:100%; height:30px;}
			.form_row label{ font-size:12px; color:#333; width:60px;}
			.form_row span{ font-size:14px; color:#0b1390;}
				.input7{ width:180px; height:20px; line-height:20px; border:1px solid #ccc;}
			.form_row select{ width:180px; height:20px; line-height:20px; border:1px solid #ccc;}
			.pop_link{ width:354px; border:1px solid #999; margin-bottom:10px;}
				.link_row{ width:100%; margin-left:5px;}
				.link_row label{ font-size:12px; color:#333;}
				.link_row .input8{ width:324px; height:20px; border:1px solid #ccc; margin:10px 0 5px 20px; color:#999;}
			.form_row2{ width:100%; margin-bottom:10px;}
			.form_row2 label{ margin-right:20px; font-size:12px; color:#333;}
			.pop_btn{ width:100%; text-align:center;}
			.pop_btn a{ display:inline-block; width:86px; height:24px; line-height:24px; text-align:center; background:#f5f5f5; border:1px solid #ccc; color:#000; font-size:14px; margin-top:10px;}
		

 #tb_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color:#ccc;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#window_popup { z-index:9990; position:absolute; width:440px; top:20px; left:140px; -moz-box-shadow:2px 2px 2px #333;position: fixed;_top:expression(documentelement.scrolltop  20  "px") }

.btnclass {width:85px; height:26px; line-height:26px; background:#f5f5f5; border:1px solid #ccc; color:#000; }

#num {
    font-size: 42px;
    line-height: 1;
    top: 2px;
    display: inline-block;
    
    text-overflow: ellipsis;
   
    white-space: nowrap;
     
    color: #666;
    font-family: impact,arial,sans-serif;
}
		 
