body {
color: #ffffff;
font-family: Verdana;
font-size: 12px;
}




label{
font-weight: bold;
float: left;
margin-left: 0px; /*width of left column*/
width: 70px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
font-family: Verdana;
font-weight: normal;
font-size: 12px;
}


/*
 p{
width: 370px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 1px; border-top: 1px solid #b3b3b3;
height: 1%;
font-size: 10px;
}
*/
input
{
font-size: 12px;
font-family: Verdana;
background-color: #131313;
border-width: 1px;
border-color: white;
border-style: solid;
margin: 2px;
color: #ffffff;

}
textarea
{
border-style: solid;
font-size: 12px;

font-family: Verdana;
background-color: #131313;
border-width: 1px;
border-color: white;
color: #ffffff;

}


