/* CSS Document */
label{
float: left;
width: 120px;
font-weight: bold;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

table.msgBody {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fffafa;
}
table.msgBody th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #fffafa;
	-moz-border-radius: ;
}
table.msgBody td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #fffafa;
	-moz-border-radius: ;
}

