@CHARSET "ISO-8859-1";

/**
 * Form style
 */
.zend_form {
	margin: 0;
}

.zend_form:after {
	display: block;
	clear: both;
	content: ' ';
}

ul.standard li.standard {
	list-style-image: url("img/bullet_normal.jpg") !important;
	list-style-position: outside;
}

ul.overview li.overview {
	list-style-image: url("img/bullet_red.jpg") !important;
	list-style-position: outside;
}

.zend_form td,td.panel {
	vertical-align: top;
	width: 220px;
	overflow: hidden;
	line-height: 16px;
	padding: 4px
}

label.required {
	color: #000000;
	font-size: 14px;
}

input[type="text"],input[type="password"],textarea {
	font-size: 14px;
	background-color: rgb(203, 203, 203);
}

.zend_form input[type="text"],.zend_form input[type="password"],.zend_form textarea
	{
	width: 430px;
}

td.admin {
	vertical-align: middle;
	overflow: hidden;
	line-height: 14px;
	background-color: rgb(203, 203, 203);
	padding: 5px;
}

ul.errors,h4.notice {
	color: rgb(204, 0, 1);
}

table.submissions {
	width: 100%;
	table-layout: auto;
}

td.submissions, th.submissions {
	border: 1px solid #000;
	vertical-align: top;
	padding: 2px
}
