.popup_hide {
	Z-INDEX: 200; 
	POSITION: relative; 
	BACKGROUND-COLOR: #fff; 
	MARGIN: 0px auto; 
/*	WIDTH: 269px !important; */
	DISPLAY: none; 
	CLEAR: both;
}

.popup_win_tab{
	margin:0;
	padding:0;
	border: 1px solid #dbdcdc;
	background:#f8f8f8;
	width:100%;
}

.popup_win_tab tr td{
	vertical-align:top;
	margin: 0;
	padding: 0;
}

.popup_win_title{
	height:30px;
	max-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	line-height:28px;
	text-align:center;
}

.popup_win_title td.title_center{
	height:30px;
	line-height:28px;
	background: white url(/img/popup/popup_win_title_bg.png) 0 0 repeat-x;
/*	font-size:15px; */
	text-transform:uppercase;
	font-weight:bold;
	color:#ea5728;
	text-align:center;
	border-bottom: 1px solid #b5b5b5;
}

.popup_win_title td.title_left{
    width: 11px;
    min-width: 11px;
	background: #f34000 url(/img/popup/popup_win_title_left.png) 0 0 no-repeat;
	border-bottom: 1px solid #b5b5b5;
}

.popup_win_title td.title_right{
    width: 10px;
    min-width: 10px;
	background: #f34000 url(/img/popup/popup_win_title_right.png) 0 0 no-repeat;
	border-bottom: 1px solid #b5b5b5;
}

.popup_win_title div.popup_close{
    background: transparent url('/img/popup/popup_win_title_close.png') 0 0 no-repeat;
    width: 14px;
    height: 11px;
    margin-top: 9px;
    margin-right: 5px;
    float: right;
    cursor: pointer;
    /*
    position: relative;
    top: 9px;
    */
}

.popup_win_info{
	text-align:center;
}

.popup_win_info td.info_center{
	text-align:center;
}

.popup_win_info td.info_left{
    width: 11px;
    min-width: 11px;
	background: white url(/img/popup/popup_win_info_left.png) 0 0 no-repeat;
}

.popup_win_info td.info_right{
    width: 10px;
    min-width: 10px;
	background: white url(/img/popup/popup_win_info_right.png) 0 0 no-repeat;
}
