/* CSS Document */
#leftcell{
width: 345px;
float: left;
margin-right: 10px;
}
.detailheader{
margin-bottom: 10px;
}
#rightcell{
width: 355px;
float: left;
}
input{
width: 270px;
margin-bottom: 10px;
}
textarea{
width: 270px;
height: 200px;
margin-bottom: 10px;
}
table td{
vertical-align: top;
}
.formbutton{
width: 65px;
height: 25px;
margin-right: 10px;
display: block;
background-color: #48a956;
color:#faec2c;
font-size:small;
border: none;
text-align: center;
font-weight:bolder;
float:left;
margin-bottom: 10px;
}

.formbutton:hover, .formbutton.sfhover{
background-color: #faec2c;
color:#48a956;
}
.mandatory{
text-align: right;
}
.largemap
{
border: 1px solid #c6c6c6;
}
