* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
html, body, #wrapper {
	height: 100%;
	background: #FFFFFF;
}
body {
	width: 700px;
	margin: 0 auto;
}
body > #wrapper {
	width: 700px;
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 40px;
}  /* must be same height as the footer */
#header {
	width: 700px;
}
#footer {
	width: 700px;
	background: url(../gfx/bg_footer.gif) top left repeat-x;
	color: #999999;
	font-size: 10px;
}

form {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse; /* = cellspacing 0 */
}
h1 {
	display: inline;
	font-size: 20px;
	line-height: 20px;
	color: #d45500;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 12px;
}
h2 {
	font-size: 13px;
	color: #0f4b8f;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 6px;
}
h4 {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding-bottom: 6px;
}
h5 {
	font-size: 11px;
	color: #0f4b8f;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 14px;
	color: #0f4b8f;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 6px;
}
a {
	color:#4c4c4c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}

:-moz-any-link:focus {
 outline: none;
}
.radio, table.radio td input, span.radio input, .checkbox input {
	border-width: 0;
}
ul {
	margin: 0;
}
li {
	list-style-type: disc;
	margin-left:15px;
}
ol {
	list-style-type: decimal;
}
hr {
	border-top: 1px solid #a5a5a5 !important;
	height: 0;
	border: 0;
}
.button {
	font-size: 11px;
	color: #fff !important;
	border: none !important;
	width: auto;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 2px 11px;
	margin-right: 3px;
	background-color: #4b4b4b;
	background: url(../gfx/bt_input.gif) repeat-x;
}
/* global */
#wrapper {
	width: 700px;
	margin: 0 auto;
}
/* header */
#header {
	width: 700px;
	height: 93px;
	background-image: url(../gfx/bg_header.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index: 800;
}
#logo {
	width: 140px;
	height: 63px;
	position: absolute;
	left: 20px;
	top: 16px;
}
#nav {
	width: 750px;
	/*
	position:absolute; 	
	top:47px;
	right:0px;
	*/
	overflow: hidden;
	float: right;
	margin-top: 47px;
}
/* middle */
#middle {
	width: 700px;
	background: url(../gfx/bg_middle.gif) repeat-y;
}
.md_container {
	padding: 20px;
	background: url(../gfx/bg_container.gif) top left repeat-x; /*min-height:416px;*/
}
.md_content {
	width: 620px;
	padding: 20px;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 125%;
	color: #4c4c4c;
	line-height: 16px; /*position:relative;*/ /* min-height:374px; */
}
#footer a {
	color: #999999;
}
.ft_container {
	padding: 20px;
}
.ft_copyright {
	width: 300px;
	float: left;
}
.ft_rapp {
	float: left;
	color: #999999;
	line-height: 12px;
	width: 220px;
	font-weight: bold;
}
.ft_menu {
	float: right;
}
.ft_menuitem {
	float: right;
	width: 90px;
	margin-left: 20px;
}
th {
	font-weight: normal;
}
/* start formtable */
.formtable td {
	padding-bottom: 2px;
	padding-right: 5px;
	vertical-align: top;
}
.formtable th {
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
	vertical-align: top;
}
.formtable input, .formtable textarea, .formtable option, .formtable select {
	color: #000;
}


table.formtable td {
	padding-bottom: 1em;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul.error {
	list-style: none;
	color: #F03;
	padding: 0;
	margin: 1em 0;
}
ul.error li {
	padding: 0;
}
.button {
	font-size: 11px;
	color: #fff !important;
	border: none !important;
	width: auto;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 4px 11px;
	margin-right: 3px;
	background-color: #4b4b4b;
}
.success {
	color: #9C0;
}
div.note {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: .8em 0;
}
div.note em {
	padding: 1em 0 1em 4em;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	display: block;
}
div.error {
	border: 1px solid #d7bbb8;
	background: url(../gfx/icons/exclamation.png) no-repeat 1em #f6dcd9;
}
div.confirm {
	border: 1px solid #cad3a6;
	background: url(../gfx/icons/confirm.png) no-repeat 1em #dfe9b8;
}
div.attention {
	border: 1px solid #dbd6a1;
	background: url(../gfx/icons/attention.png) no-repeat 1em #f8f2b7;
}
div.attention a {
	color: #F60;
}

input[type='text'] {
	width: 300px;
}
