/* FORMS ------------------------------------- */

fieldset{
	margin: 0 0 30px 0;
	border-bottom: 1px solid #c0bfab;
	background: #e5eff4 url('/static/img/border_fieldset_grey_pixel.gif') repeat-y top right;
	position: relative;
}

	#content fieldset p{
		margin: 20px;
	}
	#content fieldset p.helptext{font-size: 1.1em;color: #9d9d9d;margin: 5px 20px 5px 20px;}
	#content fieldset p.submit{
		margin-left: 0;
	}
	#content fieldset p span{ font-weight: bold;margin: 0 0 0 10px;position: absolute;color: #9d9d9d;}
	legend span, 
	.legend{
		background: #d4e2e8 url('/static/img/border_fieldset_grey_pixel.gif') repeat-y top right;
		color: #6a88a4;
		font-weight: bold;
		display: block;
		padding: 11px 14px;
		width: 429px;
		position: static;margin:0;
	}
	
	.legend{
		font-size: 1.3em;
	}

input, 
textarea{
	background: white url('/static/img/bg_input.gif') no-repeat top left;
	border: none;
	border-bottom: 1px solid #e9eaea;
	border-right: 1px solid #e9eaea;
	color: #9d9d9d;
	font-weight: bold;
	padding: 3px;
}
textarea{width: 370px;}
.errorField input,
.errorField textarea{
	background-color: #ffd7d7;
}

	input:focus,
	textarea:focus,
	input.focus,
	textarea.focus,
	select:focus,
	select.focus{
		outline: 0 !important;
		border: none;
		border-bottom: 1px solid #e9eaea;
		border-right: 1px solid #e9eaea;
		color: #333;
	}
	
	li#search input:focus{
		border: none;
	}
	
	.submitButton{
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 !important;
		background: white;
		border: none;
		color: white;
	}

input[type="button"], input[type="submit"]{
	background: #ccc;
	border: 1px solid #999;
	color: #333;
}

fieldset hr{
	background: white;
	border-top: 1px solid #c4d3de;
	height: 2px;
	margin: 20px 0 0 0;
}

div.error{
	border: none;
	border-top: 1px solid #FBC2C4;
	border-bottom: 1px solid #FBC2C4;
	background: #FBE3E4 url(/static/img/border_fieldset_grey_pixel.gif) repeat-y scroll right top;
	padding: 0;
	margin: 10px 0 0 0;
}

	#content div.error p{
		color: #ff3939;
		font-weight: bold;
		margin: .5em 1em;
	}