.hint-box {
    position:absolute;
}
.hint-box .content {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #B6B6C0;
    margin: 0 0 0 -2px;
    padding: 0 1px 2px;
    width: 100%;
}
.hint-box .first_level {
    float: left;
    display: inline;
    margin: 0;
	width: 100%;
	height:30px;
	background:url(../images/bg_gradient_header_popup.gif) repeat-x;
}

.hint-box .first_level .label {
    float: left;
    display: inline;
    margin: 0;
}
.hint-box .first_level span.ico-label {
   /* background: url(../images/add_file.png) no-repeat 0 5px;*/
    width: 16px;
    height:23px;
   margin:5px 3px 0;
    float: left;
    display: inline;
}
.hint-box .first_level span.ico-label img{
	width: 16px;
    height:17px;
	
}
.hint-box .first_level span.title {
    padding:6px 0 0 10px;
    float: left;
	display:inline;
	font-size:13px;
	font-weight:500;
	color:#004c92;
	
}
.hint-box .del {
    float: right;
    display: inline;
    padding:5px 2px 0 10px;

}
.hint-box .del span.ico-del {
    background: url(../images/del-country.gif) no-repeat 0 5px;
    width: 11px;
    height: 19px;
    margin-right: 3px;
    float: left;
    display: inline;
}

* + html .hint-box .del {
    float: none;
    display: block;
	text-align:right;
    margin: 0;
}
* + html .hint-box  .del span.ico-del {
    display: none;
}
* + html .hint-box  a.close-link {
    background: url(../images/del-country.gif) no-repeat 0 5px;
    width: 11px;
    height: 19px;
    margin-right: 3px;
    display: inline;
	padding-left:15px;
}
/*
.hint-box .frame {
    padding: 3px 4px 6px 4px;
    clear: both;
}
*/
.hint-box .content .frame {
    padding: 8px 9px 7px 8px;
    clear: both;
}

hr.line {
    border: 1px solid #E6E8EF;
    margin: 8px -10px 5px -9px;
    background-color: #E6E8EF;
    size: 0px;
    width: auto;
}