 
form.pagecontentform fieldset {
	margin: 0;
	border: none;
	padding: 0 0 15px 0;
}

form.pagecontentform  legend {
	padding: 0;
	margin: 0 0 25px -10px;
	font-size: 1.4em;
	color: #555;
	text-indent: 0;
}

form.pagecontentform  fieldset fieldset legend {
	font-size: 1em;

}

form.pagecontentform fieldset ol {
	list-style: none;
	padding: 0;
}

form.pagecontentform fieldset li {
	clear: left;
	margin-bottom: 6px !important;
	padding: 2px;
}

form.pagecontentform fieldset li.alert {
	color:#CC0000;
}

form.pagecontentform label {
	float: left;
	width: 204px !important;
	margin-right: 18px !important;
}

form.pagecontentform span.moreinfo {
	font-size:smaller;
	display:block;
	padding-bottom:1em;
}

form.pagecontentform fieldset fieldset ol {
	position: relative;
	top: -1em;
	margin: 0 0 0 160px !important;
}

form.pagecontentform fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

form.pagecontentform fieldset.submit, form.pagecontentform fieldset fieldset {
	border:0;
	margin:0;
	padding:0;
}

form.pagecontentform fieldset.submit {
	padding: 10px 0;
}

div#mailform_alert {
	background: url(/art/alert_bg.gif) 0 0 no-repeat;
}

div#alert_content {
	padding: 20px 20px 0px 20px;
}

div#alert_bottom {
	background: url(/art/alert_bottom.gif) 0 0 no-repeat;
	height: 9px;
	font-size: 0;
	line-height: 0;
}

form.pagecontentform input.textinput,
form.pagecontentform textarea {	
	border: 1px solid #dfd7c6;	
	border-top-color: #cec5b3;	
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 270px;
}

form.pagecontentform textarea {
	height: 65px;
	font-size: 12px;
}

li.alert input {
	background-color: #FFFEE6 !important;
}

input.submit_btn {
	width: 93px;
	height: 33px;
	display: block;
	text-indent: -99999em;
	background: url(/art/send_btn.gif) 0 0 no-repeat;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 74px;
	bottom: 0;
}

input.submit_btn:hover {
	background-position: 0 -33px;
}
