﻿
/* form handling */

label{
float: center;
width: 200px;
}


textarea:focus{
background-color: lightyellow;
}


input:focus{
background-color: lightyellow;
}

textarea{
width: 200px;
margin-bottom: 1px;
}


input{
width: 200px;
margin-bottom: 1px;
}


select{
width: 80px;
margin-bottom: 1px;
}


.boxes{
width: 1em;
}

#resetbutton{
margin-left: 10px;
margin-top: 1px;
width: 70px;
}
#submitbutton{
margin-left: 5px;
margin-top: 1px;
width: 70px;
}

br{
clear: left;
}