#lean_overlay {
	position: fixed;
	margin: 0px 0px 0px 0px;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#popup, .popup 
{
    width: 620px;
 	padding-bottom: 2px;
	display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#popup-header, .popup-header { 
	background: url(/Images/Hinhanh/hd-bg.png); 
	padding: 10px 10px 10px 10px; 
	border-bottom: 1px solid #CCC;/*
	border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;*/
}

#popup-header  h2, .popup-header  h2 { color: #f7941e; text-align:center; font-size: 14pt; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#popup-header  p, .popup-header  p { color: #f7941e; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }
.info_popup { text-align:center; margin:0px 5px 0px -5px; }      
#close_popup { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(/Images/Hinhanh/modal_close.png); z-index: 2; }

#open_popup {color: #FEF4E9;border: solid 1px #DA7C0C;background: #F78D1D;background: -webkit-gradient(linear, left top, left bottom, from(#FAA51A), to(#F47A20));background: -moz-linear-gradient(top, #FAA51A, #F47A20);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');display: inline-block;outline: none;cursor: pointer;text-align: center;text-decoration: none;font: 12px/100% Arial, Helvetica, sans-serif;padding: .5em 2em .55em;text-shadow: 0 1px 1px rgba(0, 0, 0, .3);-webkit-border-radius: .5em;-moz-border-radius: .5em;border-radius: .5em;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0, 0, 0, .2);}

.MainSupportDiv{
    position:absolute;
    margin: 0px 0px 0px 0px;
    width:600px;
    background:#ffffff;
}
.ItemSupportOnline{
    margin:5px 6px;
    background:#FFFFFF;
    font:12px Segoe UI Light,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
    padding:0px 3px; /* canh noi dung ben trong */
    float:left;
    height:10px;
    width:90px; 
    text-align:center;
    color:#000;
}
.ItemSupportOnline a:visited{color:#0060a6;text-decoration:none;}
.ItemSupportOnline a:link{color:#0060a6;text-decoration:none;}
.ItemSupportOnline a:hover{color:#0060a6;text-decoration:underline;}
.SupportOnlineSummary{
    background:#FFFFFF;
    width:570px;
    padding-left:30px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 0.2;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}