div#layer_container {
    border-width:0px;
    border-style:solid;
    float:left;
    width:772px !important;
    height:556px !important;
    overflow:hidden;
    position:absolute; 
    margin-left:375px;
    z-index:50;
    top:224px;
}
div#layer_l {
	width:21px;
	height:508px;
	float:left;
    background: url(../images/shadows/shadow_l.png) no-repeat;
}
div#layer_r {
    width:27px;
    height:508px;
    float:right;
    background: url(../images/shadows/shadow_r.png) no-repeat;
}
div#layer_t {
	width:772px;
	height:20px;
	float:left;
    background: url(../images/shadows/shadow_t.png) no-repeat;
}
div#layer_b {
    width:772px;
    height:28px;
    float:left;
    background: url(../images/shadows/shadow_b.png) no-repeat;
}
div#layer_content {
    float:left;
    opacity:0.99;
    background:white;
    width:724px;
    height:508px;
    left:21px;
    top:20px;
    position:absolute;
}
img#loading_indicator {
    margin-top:115px;
    margin-left:165px;
}
img#alert_day_trigger {
    clear:both;
    float:left;
}
div#output {
    clear:both;
    float:left;
}
div.map_close_btn {
    background: url(../images/layer_close.png) no-repeat right;
    cursor:pointer;
    width:72px;
    height:17px;
    top:28px;
    left:660px;
    color:#767676;
    position:relative;
    z-index:2000;
}

