@charset "utf-8";

.inline_loader{
	background:url(../modalwindow/images/ajax-loader-small.gif) no-repeat 100% 50%;
	padding:3px 20px;
	text-align:right;
	font-size:12px;
	white-space: nowrap;
	
}
#div_modal_window .loading_box{
	background:url(../modalwindow/images/ajax-loader-big.gif) no-repeat 0 0;
	width:126px;
	height:22px;
}

#div_modal_window{
	position:absolute !important;
	font-family:Lucida Grande, Arial,Verdana,Sans-Serif; !important;
	font-size:12px;
	left:50%;
	top:50%;
	z-index:100 !important;
	width:440px;
	margin: 0;
}
/* top border */
#div_modal_window .border_top {
	background:url(../modalwindow/images/tl.png) no-repeat 0 0;
	width:100%;
	height:10px;
	margin:0;
	padding:0;
}
#div_modal_window .border_top .in-r{
	background:url(../modalwindow/images/tr.png) no-repeat 100% 0;
	height:10px;
	margin:0;
	padding:0;
}
#div_modal_window .border_top .in-m{
	background:url(../modalwindow/images/border.png);
	height:10px;
	margin:0;
	padding:0;
	margin:0 10px 0 10px;
}

/* bottom border*/
#div_modal_window .border_bottom {
	background:url(../modalwindow/images/bl.png) no-repeat 0 0;
	width:100%;
	height:10px;
	margin:0;
	padding:0;
	bottom:0px;
	position:relative;
}
#div_modal_window .border_bottom .in-r{
	background:url(../modalwindow/images/br.png) no-repeat 100% 0;
	height:10px;
	margin:0;
	padding:0;
}
#div_modal_window .border_bottom .in-m{
	background:url(../modalwindow/images/border.png);
	height:10px;
	margin:0;
	padding:0;
	margin:0 10px 0 10px;
}
/* content */
#div_modal_window .content{
	background:url(../modalwindow/images/border.png) 0 0;
	
}
#div_modal_window .content .head{
	background:#727fb2;
	margin:0 10px 0 10px;
	border-top:1px solid #465396;
	border-bottom:1px solid #465396;
	height:28px;
	padding:0 10px 0 10px;
	cursor:move;
}
#div_modal_window .content .head h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:3px 0px 3px 0px;

	color:#FFFFFF;
}
#div_modal_window .content .body{
	background:#ffffff;
	margin:0 10px 0 10px;
	
	font-size: 12px; 
	padding: 10px 10px 10px 10px; 
}

#div_modal_window .content .foot{
	background:#f1f1f1;
	margin:0 10px 0 10px;
	border-top:1px solid #cbcbcb;
	height:40px;
	padding:0 10px 0 10px;
}
/* buttons */
#div_modal_window .content .foot .btns {
	padding:5px;
}

#div_modal_window .content .foot .btns .button { display: block; color: #fff; background: #3B5998; 
											border-top:1px solid #D9DFEA; 
											border-left:1px solid #D9DFEA;
											border-bottom:1px solid #0E1F5B;
											border-right:1px solid #0E1F5B;
											padding:2px 20px 2px 20px;
											float:right;
	margin-left:3px;										
}
#div_modal_window .content .foot .btns .button:active { color: #fff; background: #1A3172; 
											border-top:1px solid #030933; 
											border-left:1px solid #030933;
											border-bottom:1px solid #C6CFDF;
											border-right:1px solid #C6CFDF;
											padding:1px 20px 3px 20px;
										 }										 

#div_modal_window .content .foot .btns .ok { display: block; color: #fff; background: #3B5998; 
											border-top:1px solid #D9DFEA; 
											border-left:1px solid #D9DFEA;
											border-bottom:1px solid #0E1F5B;
											border-right:1px solid #0E1F5B;
											padding:2px 20px 2px 20px;
											float:right;
										 }
						
#div_modal_window .content .foot .btns .ok:active { color: #fff; background: #1A3172; 
											border-top:1px solid #030933; 
											border-left:1px solid #030933;
											border-bottom:1px solid #C6CFDF;
											border-right:1px solid #C6CFDF;
											padding:1px 20px 3px 20px;
										 }	
										 
#div_modal_window .content .foot .btns .ko { display: block; color: #000; background: #f0f0f0; 
											border-top:1px solid #e6e6e6; 
											border-left:1px solid #e6e6e6;
											border-bottom:1px solid #666666;
											border-right:1px solid #666666;
											padding:2px 20px 2px 20px;
											float:left;
										 }
						
#div_modal_window .content .foot .btns .ko:active { color: #000; background: #e4e1e1;
											border-top:1px solid #666666; 
											border-left:1px solid #666666;
											border-bottom:1px solid #e6e6e6;
											border-right:1px solid #e6e6e6;
											padding:1px 20px 3px 20px;
										 }											 		