#contact_form {
    PADDING-RIGHT: 50; 
    PADDING-LEFT: 50;
    PADDING-BOTTOM: 0; 
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto;
    PADDING-TOP: 0;
}

form label {
	font-size: 90%;
	color: #333333;
	display: block;
	float: left;
	width: 7em;
}

form input {
    PADDING-BOTTOM: 2px;
    MARGIN-BOTTOM: 3px;
}

.question {
	clear:both;
}

form .question label {
	width: 25em;
}


