@charset "utf-8";
/* CSS Document */

#control_overlay {  
    background-color:#000;  
} 
  
.modal {  
    /*background-color:#fff;
    padding:10px;  
    border:1px solid #333;*/
	width:622px;    
} 

.modal .mwindow_header {
	background:url(../images/modal/modal-top.gif) no-repeat;
	width:622px;
	height:24px;
	color:#FFFFFF;
	text-align:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
}
.modal .modal_content {
	background:url(../images/modal/modal-grad.gif) no-repeat;
	background-color:#737373;
	width:622px;
	height:100%;
}

.modal .mwindow_btm {
	background:url(../images/modal/modal-btm.gif) no-repeat;
	width:622px;
	height:5px;
}

.content_window {
	width:585px;
	height:280px;
	padding: 6px 10px 10px 10px;
}

.content_window p{
	font-size:11px;
	line-height:18px;
}

.content_window img{
	float:right;
	margin-left:10px;
}

.main_mcontent {
	width:100%;
}

.main_mcontent p{
	padding-right:10px;
	text-align:left;
}

.mtext {
	padding-top:10px;
}

.view_btn {
	margin-left:25px;
	margin-top:5px;
}

.mclose {
	cursor:pointer;
	margin-right:30px;
	float:right;
	margin-top:2px;
}
