/* CSS Document */

body{
background-color:#fff;
font: 12px Arial, Helvetica, sans-serif;
color: #1F3578;
height:100%;
}
#mapback{
background:url(../ajax/images/mapback.png);
background-repeat:no-repeat;
position: absolute;
top: 20px;
left: 20px;
border: none;
width: 740px;
height: 740px;
z-index: 8;
/*filter:alpha(opacity=30);
-moz-opacity:0.3;
opacity: 0.3;*/
}

#bldgpop{
background: #444;
margin: 0px;
padding: 0px;
width:auto;
height:auto;
font: 11px Arial, Helvetica, sans-serif;
color: #fff;
border: 1px solid #222;
position:absolute;
z-index: 10;
}

#nav{
width: 720px;
position: absolute;
top: 5px;
left: 20px;
}

#nav a{
padding: 0px 10px;
color: #1F3578;
text-decoration: none;
}

#nav a:hover{;
color: #ccc;
text-decoration:underline;
}
.dragme{
position: absolute;
top: 0px;
left: 0px;
z-index: 11;
}
#addForm{
position: relative;
top: 20px;
left: 780px;
z-index: 7;
padding-bottom:30px;

}
.bldgytpe{
background:#CCCCCC;
margin: 5px 3px;
padding: 5px;
width: 60px;
height: 60px;
border: 1px solid #222;
text-align: center;
}

.bldgytpeb {
background:#CCCCCC;
margin: 5px 3px;
padding: 5px;
width: 60px;
height: 75px;
border: 1px solid #222;
text-align:center;
}

.bldgytpe img{
width: 32px;
height: 32px;
}
input,textarea{
background:#E2FDFF;
margin: 0px;
font: 12px Arial, Helvetica, sans-serif;
color: #1F3578;
border: 1px solid #1F3578;
}
.bldgblock{
float: left;
}
img{
margin: 0px;
}
.clear{
clear: both;
}

#formdes{
position:relative;
margin: 0px 10px;
}

#footer{
position:relative;
padding-top:30px;
}

#logo{
position:relative;
margin:10px 10px;
}