form {
	margin-top: 30px;
}

#form {
	margin-left: 30px;
}

.longbox {
	width: 200px;
	margin-bottom: 5px;
}



.shortbox {
	width: 100px;
}

.leftcol {
	float:left; 
	line-height: 27px;
}

.rightcol {
	float:right;  
	margin-left:15px; 
}

label {
	text-align: right;
}

input {
	text-align:left;
}

#message {
	width: 300px;
	height: 150px;
	margin-top: 10px;
}

#notes {
	width: 250px;
	height: 50px;
	margin-top: 10px;
}



#submit {
	margin-top: 20px;
}

