body {
	font-size: 95%;
	font-family: Tahoma, Trebuchet MS, DejaVu Sans, sans-serif;
	width:771px;
/* 	width:66%; */
	margin: 20px auto;
	color:#0D1107;
	background: url('../images/body_bgr.png') bottom repeat-x #FFF fixed;
}
div.shadow {
	padding-right:7px;
	background:url('../images/wrapper_bg.png') right repeat-y;
}

div.wrapper {
	background-color:#FDFFF9;
	border-left:1px solid #dee9d0;
}

div.footshadow {
	height:7px;
/* 	padding-bottom:7px; */
	background:url('../images/footer_bg.png') bottom repeat-x;
}
.header {
	background:#DEE9D0 url('../images/title.png') bottom no-repeat;
	text-indent:-9999px;
	height:125px;
/* 	color:inherit; */
/* 	text-align:center; */
/* 	padding: 10px; */
}

.header h1 {
	color:#0D1107;
	font-family:Garamond, American Typewriter, serif;
}

h1 {
	text-align:center;
	color:#3F5422;
}

div.content {
	padding: 10px;
	background: url('../images/content_bg.png') no-repeat top;
}

div.form {
	margin: 0 auto;
	width:66%;
/* 	width:400px; */

}

div.success {
	padding: 16px 16px 16px 45px;
	background: #7DA743 url('../images/button_ok.png') 8px 50% no-repeat;
	color:#F3F7ED;
	width:66%;
	text-align:center;
	font-weight:bold;
	margin: 10px auto;
	border-top:1px solid #9EBD72;
	border-right:1px solid #5E7D32;
	border-bottom:1px solid #5E7D32;
	border-left:1px solid #9EBD72;
}

div.error {
	padding: 16px 16px 16px 45px;
	background: #9E7D32 url('../images/button_cancel.png') 8px 50% no-repeat;
	color:#F3D8CE;
	width:66%;
	text-align:center;
	font-weight:bold;
	margin: 10px auto;
	border-top:1px solid #DED0B7;
	border-right:1px solid #BF5422;
	border-bottom:1px solid #BF5422;
	border-left:1px solid #DED0B7;
}

fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #6A8E39;
	background: url(../images/fieldset_gradient.png) #dee9d0 repeat-x;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset fieldset
{
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

fieldset fieldset legend
{
	margin-left: 0;
	font-weight: normal;
}

fieldset fieldset ol
{
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}

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

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}

fieldset p {
	padding:15px;
}

.footer {
	clear:both;
	font-size:0.7em;
	background:#DEE9D0;
	color:inherit;
	text-align:center;
	padding: 10px;
}

table {
	margin:20px;
	background-color:#F9FBF5;
	width:90%;
	border-right:2px #EEE Solid;
	border-bottom:2px #EEE Solid;
	border-top:1px solid #dee9d0;
	border-left:1px solid #dee9d0;
}


tr.even {
	background-color:#dee9d0;
}

td {
	padding: 3px;
}

th {
	background:#CFD9C2;
	padding:5px;
	font-size:large;
}

img {
	border:0;
}

a, a:visited {
	text-decoration:none;
	color:#0043A1;
}

a:hover {
	color:#0083DB;
}

ul {
	list-style-image: url('../images/bullet.png');
}