@charset "utf-8";

#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(tl.png) no-repeat 0 0;
	width:100%;
	height:3px;
	margin:0;
	padding:0;
}
#div_modal_window .border_top .in-r{
	background:url(tr.png) no-repeat 100% 0;
	height:3px;
	margin:0;
	padding:0;
}
#div_modal_window .border_top .in-m{
	background:url(border.png);
	height:3px;
	margin:0;
	padding:0;
	margin:0 3px 0 3px;
}

/* bottom border*/
#div_modal_window .border_bottom {
	background:url(bl.png) no-repeat 0 0;
	width:100%;
	height:3px;
	margin:0;
	padding:0;
	bottom:0px;
	position:relative;
}
#div_modal_window .border_bottom .in-r{
	background:url(br.png) no-repeat 100% 0;
	height:3px;
	margin:0;
	padding:0;
}
#div_modal_window .border_bottom .in-m{
	background:url(border.png);
	height:3px;
	margin:0;
	padding:0;
	margin:0 3px 0 3px;
}
/* content */
#div_modal_window .content{
	background:url(border.png) 0 0;
	width:auto !important;
	float:none;
	 
	
}
#div_modal_window .content .head{
	background:#1e2c3d;
	margin:0 3px 0 3px;
	height:28px;
	padding:0 15px 0 15px;
	cursor:move;
}
#div_modal_window .content .head h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:3px 0px 3px 0px;

	color:#FFFFFF;
	text-align:left;
}
#div_modal_window .content .body{
	margin:0 3px 0 3px;
	font-size: 14px; 
	padding: 10px 20px 10px 20px; 
	line-height:18px;
	background:url(body_bg.png) #202f41 repeat-x 0 0;
	color:#FFF;
	text-align:left;
}

#div_modal_window .content .foot{
	background:#f1f1f1;
	margin:0 3px 0 3px;
	height:40px;
	padding:0 10px 0 10px;
	background:url(body_bg.png) #202f41 repeat-x 0 100%;
}
/* buttons */
#div_modal_window .content .foot .btns {
	padding:5px;
}
#div_modal_window .content .foot .btns a{
	text-decoration:none;
	border:none;
}

#div_modal_window .content .foot .btns .r{
	float:none;
}

#div_modal_window .content .foot .btns .white{
	background:url(btn_white.png) no-repeat 0 0;
	float:left;
	height:25px;
	width:177px;
	padding:0;
	margin:0;
	
}
#div_modal_window .content .foot .btns .white .r span{
	padding:5px 15px;
	text-align:center;
	display:block;
	color:#000;
}

#div_modal_window .content .foot .btns .yellow{
	background:url(btn_yellow.png) no-repeat 0 0;
	float:right;
	height:25px;
	width:137px;
	padding:0;
	margin:0;
	
}
#div_modal_window .content .foot .btns .yellow .r span{
	padding:5px 15px;
	text-align:center;
	display:block;
	color:#FFF;
}


#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;
										 }											 		
.inline_loader{
	background:url(ajax-loader-small.gif) no-repeat 100% 50% !important;
	padding:3px 20px !important;
	text-align:right !important;
}										 
