
/* --- ERRORS ----------------------------------------------- */
.errors {
	margin-top: 3px;
	padding: 5px;
	/*width: 420px;*/
	/*float: right;*/
	color: #b72222;
	border: 1px solid #b72222;
	background-color: #fee;
}

.errors .headline {
	font-weight: bold;
}

.errors ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 15px;
}

.errors ul li {
	margin-top: 5px;
}

/* --- MESSAGES --------------------------------------------- */
.messages {
	color: #22b722;
}

.messages .headline {
	font-weight: bold;
}

.messages ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 15px;
}

.messages ul li {
	margin-top: 5px;
}


form table {
	margin: 0;
	padding: 0;
	border: 0;
}

form table td {
	vertical-align: top;
	padding-top: 2px;
	font-size: 0.8em;
}

label {
	display: block;
	height: 22px;
	width: 110px;
	float: left;
}

label.error {
	color: #900;
}

input.standard, textarea.standard {
	height: 20px;
	border: 1px solid #333; 
}
/*
input.error, textarea.error {
	background-color: #fcc;
}
*/
textarea.standard {
	height: 160px;
}

br.divider {
	clear: both;
}

.toolbar {
	margin-top: 5px;
	float: right;
}

.button {
	font-size: 12px;
	font-weight: bold;
	font-family: "lucida grande", tahoma, helvetica, sans-serif;
	color: #fff;
	width: 110px;
	height: 22px;
	display: block;
	background-image: url(../images/bg_button.jpg);
	background-repeat: no-repeat;
	border: none;
}
