body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
body, div, p, th, td, li, dd    {
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size:    11px;
}

#wrap{
	position: relative;
	left: 50%;
	top: 10px;
	margin-left: -340px;
	width: 680px;
	background: #dbdbdb none;

}
#container {
	margin-left: 30px;
	padding: 0;
	width: 620px;
}
#header {
	background: url('images/header.gif') no-repeat scroll top left;
	width: 620px;
	height: 250px;
}
#header h1 {
	position: relative;
	top: 150px;
	float: right;
	padding-right: 25px;
	display:block;
	background: url('images/title.gif') no-repeat scroll top left;
	width: 268px;
	height: 48px;
	text-indent:-9999px;
	overflow: hidden;
}
#header h2 {
	position: relative;
	top: 150px;
	float: right;
	padding-right: 25px;
}
#content {
	text-align:right;
	padding: 10px 10px;
	width: 600px;
	background: #fff none;
}
#status_msg {
	text-align:right;
	padding: 10px 10px;
	width: 600px;
	background: #fff none;
}

.top-left {
	background-image: url('images/corner-topleft.gif');
	height: 16px;
	width: 16px;
}
.top-right {
	float: right;
	margin-top: -16px;
	background-image: url('images/corner-topright.gif'); 
	height: 16px; 
	width: 16px;
	font-size: 2px;
}


.bottom-left {
	margin-right: 16px; /* clip right corner */
	background-image: url('images/corner-bottomleft.gif');
	background-position: 0 -16px; /* show under half of the image */
	height: 16px;
	font-size: 2px;
}

.bottom-right {
	background-image: url('images/corner-bottomright.gif');
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 16px;
	font-size: 2px;
	margin-top: -16px;
}

#footer {
	background: url('images/footer.gif') no-repeat scroll bottom left;
	width: 620px;
	height: 103px;
}
#footer p {
	display: none;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}


.checks {
	padding: 10px 5px;
	
/*	background: #FFF url('images/field-bg.gif') repeat;*/
}
.form_item_checkbox
{
	padding-left: 250px;
	padding-bottom:10px;
	text-align: right;
}
.form_item_submit {
	width: 350px;
	margin-left: 250px;
	text-align: right;
/*	background: #FFF url('images/field-bg.gif') repeat;*/
}
.form_item_textarea label {
	float: left;
	padding-left: 210px;
}

.required {
	color:#900;
}


#errors {
	background: #C33 none;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #000;
}

#success {
	background: #362A16  none;
	padding: 5px 10px;
	border: 1px solid #000;
}
#success h2 {
	color: #fff;
}
#success p {
	color: #fff;
}
