body {
    font-family: arial,verdana,helvetica;
    font-size: 12px;
}

h1 {
	font-size: large;
}

#form {
    display:table;  
    margin-top: 10px;
}

#submit {
	float: left;
}

#cancel {
	float: right;
}

#buttons {
	height: 50px;
}

.error {
	color: red;
}