@charset "utf-8";
#bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    display: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #000;
}
.layer {
    
    position: absolute;
    background: url(../img/layer_bg.png) repeat left top;
    z-index: 1003;
}


.layer .layer_title {
    height: 50px;
    border-radius: 5px 5px 0 0;
    line-height: 50px;
    text-align: center;
    background: #e62a29;
    color: #fff;
	font-size:20px;
}

/*a:link, a:visited {
    color: #535353;
    text-decoration: none;
    outline: none;
}*/
.icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-close1.png) center no-repeat;
}
