
/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	background: transparent url(/img/bg.png) repeat-x scroll center bottom;
	border: 1px solid #99CC00;
	margin-top: 30px;
	padding: 16px 20px;
	
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input[type=hidden] {
	padding:0px;
	display: hidden;
}

form h2 {
	padding: 0px;
	color: #99CC00;
}

/* Login form */
form#login input {
	padding:0px;
	margin:0px;
	display: inherit;
	width: 81px;
}

form#login input#send {
	width: auto;
	height: auto;
}

form#login div#send {
	padding: 0px;
}



/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
div.error {
	background:#FFEDEF url(/img/icons/exclamation.png) no-repeat scroll 0.6em 0.6em;
	border-bottom:1px solid #FFC2CA;
	border-top:1px solid #FFC2CA;
	color:#CC0000;
	margin:0 6px;
	padding:10px 9px 9px;
}
div.success {
	background:#B0E589 url(/img/icons/accept.png) no-repeat scroll 0.6em 0.6em;
	border-bottom:1px solid #85C559;
	border-top:1px solid #85C559;
	color:#356535;
	margin:0 6px;
	padding:10px 9px 9px;
}
div.notice_title {
	font-weight:bold;
	margin-bottom:6px;
	padding-left:18px;
}

