.form label {
	width: 150px;
	margin-left: 1em;
	display: block;
	float: left;
}

.form input {
}

.form h2 {
	padding-top: 4px;
}

#num .input {
	width: 100%;
}

#num label {
	width: 35%;
}

.error-message, .message {
	clear: both;
	background-color: #DCDEED;
	font-weight: bold;
	width: inherit;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	width: 80%;
}

#num .error-message {
	width: 55%;
}
.form .input {
	width: 50%;
	float: left;
}

.submit {
	text-align: center;
	margin-top: 10px;
}

#prop_buttons input {
	float: none;
}

#prop_buttons {
	text-align: center;
	clear: both;
}

form div.required, .req-example {
	color: #990000;
	font-weight: bold;
	background-image: url(../img/required.gif);
	background-repeat: no-repeat;
	background-position: top left;
} 

.req-example {
	padding-left: 9px;
}

.cake-sql-log {
	display: none;
}
	
	