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

/* forms */
	
label{
float: left;
width: 170px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 340px;
height: 400px;
}

.boxes{
width: 1em;
}

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

input.invalid {
  background-color: #FF9;
  border: 2px red inset;
}
label.invalid {
  color: #F00;
  font-weight: bold
