/***************************************

    Memory Lane Motors
    Form Style Sheet
    
    Author: Daniel Ellis
    Date:   12/28/07
    
    Go Seahawks

***************************************/

form table {
	margin-left: auto;
	margin-right: auto;
	width: 600px; 
}

form table td {
	width: 50%;
	padding: 10px;
}

form .label {
	text-align: right;
}

form .input {
	text-align: left;
}

.error_div {
	background-color: #ff9999;
	border: 2px solid black;
	padding: 0px 5px;
}