label{
/*float: left;*/
/*position: relative;*/
text-align:center;
/*left: 45px;*/
top: 0px;
font-weight: bold;
width: 90px;

}


#form {
width:245px;
height:370px;
border-radius:10px;
border: 2px solid #ccc;


}
div
{
line-height:normal;
}

p
{
line-height:normal;
}


body{
background-color:#ffffff;
background-image:url('../lotus/images/bg-light.jpg');
background-repeat:no-repeat;
background-position: center top:;


}

input, textarea{
position: relative;
left: 0px;
width: 190px;
margin-bottom: 0px;
margin-top: 1px;

}

textarea{
width: 190px;
height: 50px;
}

.boxes{
width: 1em;
}

#submitbutton{
/*margin-left: 45px;*/
border-radius:10px;
border: 2px solid #ccc;
background-color:#580000;
color:#ffffff;
width: 100px;
height:30px;
}

br{
clear: left;
}