#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000 !important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	height: 100%;
}

#MB_header {

}

#MB_content {
	overflow: hidden;
	background: #ffffff url(../img/send_popup_all_fon.gif) bottom left repeat-y;
    width: 625px !important;
}

#MB_caption {
	padding: .3em 0 .5em 1.2em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 15px; top: 11px;
	width: 26px;
	height: 26px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	background: url(../img/top_close_btn_popup.gif) bottom left no-repeat;
}
#MB_close span
{
    display: none;   
}
#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
}
#MB_window {

}
#MB_header {
    background: url(../img/send_popup_all_rop_fon.gif) top left no-repeat;
    height: 50px;
    width: 625px;
    overflow: hidden;
}
#MB_caption  
{
    color: #fff;
    font-size: 26px;
}
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
#modalEmail
{
    padding-top: 60px;
    padding-left: 50px;
}
#modalBookmark, #modalBookmarkRemove
{
    padding-top: 35px;
    padding-left: 40px;
}
.heads_popup_txt
{
    font-weight: bold;
    color: #666;
    padding-bottom: 2px;
}
#modalEmail td input
{
   margin-bottom: 25px; 
   width: 390px;
   height: 16px;
   border: 1px solid #7f9db9;
   color: #666666;
   font-family: Trebuchet MS;
}
#modalEmail td div.read_form
{
    width: 525px;
    height: 125px;
    border: 1px solid #7f9db9;    
}
.read_form_pad
{
    padding: 15px;
}
#MB_frame
{
    background: url(../img/popup_footer_part.gif) bottom left no-repeat;
}
