body {
	padding: 0px;
	width: 100%;

	margin-right: 22px;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 20px;

	background-color: #000000;
	font-size: 9px;
	color: #999999;
	line-height: 12px;
	font-family: verdana,sans-serif;

	scrollbar-face-color: #060606;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #2c2924;
	scrollbar-3dlight-color: #2c2924;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	}

a{
	font-weight: none;
	color: #665D4F;
	text-decoration: underline
	}

a:hover {
	font-weight: none;
	color: #cccccc;
	text-decoration: none
	}

/*============================================================================================*/
/*========================================= THE FORM =========================================*/
/*============================================================================================*/

form{
	font-size: 9px;
	color: #999999;
	line-height: 14px;
	font-family: verdana,sans-serif;
	width: 238px;
	height: 328px;
	border-right: 1px solid #2c2924;
	}

.button{
	margin-top: 10px;
	}

.textinput, .button, textarea{
	color: #665D4F;
	background-color: #0f0d0b;
	border: 1px solid #2c2924;
	}

textarea{
	width:195px;
	height: 160px;
	}

input,textarea,.formtext{
	margin-left: 22px;
	}

.textinput{
	width: 195px;
	}

.errormsg{
	margin-left: 22px;
	margin-top: 25px;
	}

/*============================================================================================*/
/*======================================== THE ENTRIES =======================================*/
/*============================================================================================*/

#entries{
	position: absolute;
	top: 32px;
	left: 277px;
	right: 22px;
	}

.message{
	font-size: 9px;
	color: #999999;
	line-height: 14px;
	font-family: verdana,sans-serif;
	}

.message td{
	padding-bottom: 15px;
	}

.signature{
	font-size: 10px;
	color: #cccccc;
	line-height: 14px;
	font-family: verdana,sans-serif;
	}

.signature td{
	border-bottom: 1px solid #2c2924;
	}

.name{
	font-weight: bold;
	}

.location{
	font-style: italic;
	}



/*============================================================================================*/
/*====================================== PAGE NAVIGATOR ======================================*/
/*============================================================================================*/

#page_nav{
	border-collapse: collapse;
	position: absolute;
	top: 16px;
	left: 279px;
	right: 22px;
	color: #837765;
	font-family: verdana,sans-serif;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	}

#page_nav td{
	padding-left: 1px;
	padding-right: 1px;
	}

#page_nav a{
	text-decoration: none
	}
	
#page_nav .sidearrows{
	font-size: 12px;
	font-weight: bold;
	}

#page_nav .sidearrowreplacement{
	width: 10px; /* Remove this line if you don't want the counter indented on the first page */
	}

#page_nav #left_page_nr{
	border-left: 1px solid #585044;
	border-bottom: 1px solid #585044;
	}

#page_nav #right_page_nr{
	border-right: 1px solid #585044;
	border-bottom: 1px solid #585044;
	}
	
#page_nav #active_page_nr{
	vertical-align: top;
	border-top: 1px solid #585044;
	border-left: 1px solid #585044;
	border-right: 1px solid #585044;
	background-color: #382819;
	line-height: 9px; /* A small IE fix because IE renders the border inside the element and FF outside. FF seems unaffected */
	}

