/*
form {
	padding: 10px;
	border: 1px solid #575c7a;
}
*/
fieldset {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
}
legend {
	padding: 0 2px;
	font-weight: bold;
}
label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
fieldset ol {
	margin: 0;
	padding: 0;
}
fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
fieldset fieldset label {
	display: block;
	width: auto;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
label {
	width: 120px; /* Width of labels */
}
fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
/*
input[type='text'], input[type='password'] {
	border: 1px solid #ccc;
}

input.login {
	width: 150px;
}

input.date {
	width: 150px;
}
*/
textarea {
	padding: 10px;
	height: 600px;
	width: 775px;
	overflow: auto;
	border: 1px solid gray;
}

/* buttons and things that look like buttons */
/*
input.submit, a.delete, a.add, a.edit {
	background: #158202;
	color: #fff;
	text-decoration: none;
	border: 1px dotted #000;
	padding: 3px 10px;

}
input, select, a.delete, a.add, a.edit {
	opacity:0.8; filter:alpha(opacity=80);
}
input.cancel {	
	background: #ccc;
	color: #333;
}

a.delete { background-color: red; }
a.add { background-color: #469CBD; }
input:hover, select:hover, a.edit:hover, a.add:hover, a.delete:hover { opacity:1.0; filter:alpha(opacity=100); }
input:hover, select:hover {
	border-color: #469CBD;
}
*/
.required, span {
	color: red;
	font-weight: bold;
}
.grayed {

	background: #ccc;
	color: #fff;
}

div.message { 
	border: 2px solid green;
	color: green; 
	font-weight: bold;
	margin: 1em 0 ; 
	padding: 1em;
	padding-left: 110px;
	background: url(/images/success.png) no-repeat 10px 10px;
	min-height: 80px;
}

/* errors */
.error {
	color: #8D0D19; 
	border: 2px solid #8D0D19;
	margin: 1em 0; 
	padding: 1em;
	padding-left: 110px;
	background: url(/images/warning.png) no-repeat 10px 10px;
	min-height: 80px;
}
.error ul { padding-left: 2em; }