@CHARSET "ISO-8859-1";

dt {
	padding: 0 0 5px 0;
}

dd {
	padding: 0 0 10px 10px;
        width:267px;
}

dd#message-element #message, dd#information-element #information{width:263px;}
form dl.zend_form .fieldset-groupRight dd input{width: 263px;}
dl.zend_form input#submitbutton{margin-right:10px;}
form dl.zend_form dd input{width: 263px;}
form dl.zend_form dd input#submitbutton{width:96px; float:right; margin-right:0px;}

dt label {
	font-weight: bold;
	font-size: 12px;
}

dt label.required:before {
	content: "* ";
	color: #ff0000;
}

ul.errors {
	padding: 5px 0 5px 25px;
	color: #ff0000;
        font-size: 10px;
}

table.spreadsheet {
	margin: 10px 0;
	border: #999 1px solid;
}

table.spreadsheet th {
	background: #ccc;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 2px;
}

table.spreadsheet td {
	border-top: #999 1px solid;
	padding: 5px 2px;
}
