@charset "utf-8";
/* CSS Document */

.border {
border-style:solid;
border-width:1px;
border-color:#cccccc;color:#666666;
background-color:#F2F2F2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;

}

label{
float: left;
width: 120px;
font-weight: bold;
}

input:hover {
background-color:#fff;
}

input.border:focus {
background: #fff;
border: 1px solid #595959;
}

textarea:hover {
background-color:#fff;
}

textarea.border:focus {
background: #fff;
border: 1px solid #595959;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}
