
p.label {
	font-size: 1em;
	color: #000;
	font-weight: normal;
}

.form {
	position: relative;
	margin: 10px auto 0 auto;
	width: 90%;
	background-color: #E9F3F2;
	padding: 10px;
	border: 1px solid #c4e0df;
	font-size: 12px;
}

submit, button, select, input, textarea, file {
	font: normal 0.9em Trebuchet MS, sans-serif;
	background-color: #fff;
	border: 1px solid #777;
	margin: 2px 2px 2px 10px;
}

submit:focus, button:focus, select:focus, input:focus, textarea:focus, file:focus {
	background-color: #c3e57f;
}

td.label {
	width: 120px;
	text-align: left;
}

.asterisks {
	padding: 0 10px 0 5px;
	color: #cc0000;
}

#btnSave, #btnAdd, #btnSubmit, #btnList, #btnCancel, #btnReturn, #btnClose, #btnIndex ,#btnReset{
	width: 85px;
}
