body {

background: url('http://gardenintransit.org/git/images/bkgrd_pastel_trans.gif');
font-family: arial;	
font-size: 14px;
color: #111111;

}



#main {

position: absolute;
left:50%;
top:50%;
margin-top:-170px;
margin-left: -270px;	
width: 530px;
height: 340px;
border: 2px solid black;
background: #F6EEEE;
padding: 0px;
}


#map_canvas {

position: absolute;
left: 210px;
top: 20px;
width: 298px;
height: 298px;
border: 1px solid gray;

}

#layout {


}


#text {

position: absolute;
width: 180px;
height: 308px;
top: 20px;
left: 20px;
vertical-align: top;

}

h2,h3 {
margin-top: 0px;
padding-top: 0px;
margin-bottom:2px;
font-size: 12px;
}

h3 {
font-color: #555555;
margin-bottom: 10px;
font-weight: normal;
}


td {
font-size:10px;
line-height: 12px;
width: 50%;
vertical-align: top;
padding-right: 5px;
padding-top: 1px;
padding-bottom:0px;
margin-top: 0px;
margin-bottom: 0px;
}

.clean {
font-size: 10px;
border: 1px solid gray;
width: 100%;
margin-bottom: 4px;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;

}


textarea {
height: 35px;
}



#borough {
width: 80px;
margin-bottom: 0px;

}

#mapit {
width: 50px;
margin-bottom: 0px;
}


#time select {

width: 50px;

}

#status {

color: red;
vertical-align: top;

}

#report {

text-align: center;
vertical-align: bottom;

}

#report a {

color: black;
text-decoration: none;
border-bottom: 1px dotted black;
margin-top: 2px;
}