label{
float: left;
width: 100%;
}

input{
width: 300px;
margin-bottom: 5px;
background: #fff;
border: 1px dotted #CCCCCC;
color: #666666;
font-size: 95%;
}

.inputText{
width: 300px;
height:100;
margin-bottom: 5px;
background: #fff;
border: 1px dotted #CCCCCC;
color: #666666;
font-size: 95%;
}

textarea{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
width: 300px;
margin-bottom: 5px;
background: #fff;
border: 1px dotted #CCCCCC;
color: #666666;
font-size: 98%;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
color:#000;
}

