

#top {
height:30px;
float:left;
}


#map {
position:relative;
float:left;
width:1000px;
height:450px;
}

#map .wave {
behavior: url(/static/js/iepngfix.htc);
background:url(/static/img/header-wave.png) no-repeat top left;
width:1000px;
height:55px;
position:absolute;
top:0;
left:0;
z-index:4;
}

#googleMap {
position:absolute;
left:0;
top:0;
z-index:3;
}

#footer {
float:left;
}

#map .formbox_back {
z-index:5;
behavior: url(/static/js/iepngfix.htc);
position:absolute;
left:0;
top:90px;
width:190px;
height: 270px;
background:url(/static/img/mapFormboxBg.png);
overflow:hidden;
}


#map .formbox {
z-index:10;
/*behavior: url(/static/js/iepngfix.htc);*/
position:absolute;
left:0;
top:90px;
width:155px;
padding:20px 10px 0px 25px;
/*background:url(/static/img/mapFormboxBg.png);*/
overflow:hidden;
}

#map .formbox .label {
float:left;
background:url(/static/img/whiteArrow.gif) no-repeat left 1px;
padding:0 0 0 15px;
}

#map .formbox .label.active {
background-image:url(/static/img/blueArrow.gif);
}

#map .formbox .text {
float:left;
padding:5px 0 20px 15px;
}

#map .formbox .text input {
float:left;
margin:0 0 4px 0;
border:0;
background:#999999;
font-size: 11px;
}

#backlayer {
float:left;
width:1000px;
height:60px;
background:#033d78;
position:relative;
cursor:pointer;
}

#backlayer img.h1
{
position:absolute;
top:23px;
left:190px;
padding:0 0 4px 0;
background:url(/static/img/h1_underline.gif) repeat-x bottom left;
}

#backlayer img.back {
position:absolute;
top:20px;
left:150px;
}

