.form .title{
	text-align: right;
	padding-right: 5px;
	font-size: 80%;
	font-weight: bold;
	vertical-align: middle;
}

.form .input{
	width: 400px;
	vertical-align: top;
}

.form .message{
	width: 400px;
	height: 200px;
}

.form .smallMessage{
	width: 400px;
	height: 75px;
}

.form .texttop{
	vertical-align: top;
}

.form .submitButton{
	text-align: center;
	padding-top: 20px;
}

.form td{
	height: 25px;
}

.form p{
	margin: 5px;
}

.form .smallText{
	font-size: 70%;s
}

.form .middle{
	text-align: center;
	font-size: 80%;
}