body {
	background: #ffffff url(../pics/bg_body.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}

img {
	border: 0px;
}

#container {
	background: url(../pics/bg_main.gif) no-repeat;
	width: 800px;
	height: 607px;

	position: absolute;
	left: 50%;
	right: 50%;
	
	margin-left: -400px;
	margin-right: -400px;
	margin-top: 25px;
}

.contentin > h1 {
	background: url(../pics/headline_content.jpg);
	height: 19px;
	font-size: 14px;
	color: #184390;
	padding: 3px 5px 5px 5px;;
	margin-bottom: 10px;
	margin-top: 0px;	
}

h1 {
	background: url(../pics/headline_content.jpg);
	height: 19px;
	font-size: 14px;
	color: #184390;
	padding: 3px 5px 5px 5px;;
	margin-bottom: 10px;
}

a:visited, a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:active, a:hover {
	text-decoration: none;
	color: #184390;	
	font-weight: bold;	
}

.textlink:active, .textlink:visited, .textlink:link {
	text-decoration: none;
	color: #97bddd;
	font-weight: bold;
}

.textlink:hover {
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;	
}

.nav {
	 height: 27px; 
	 text-align: center; 
	 vertical-align: top;
	 padding: 5px 0px 0px 5px;
	 
}

.navin {
	vertical-align: top; 
	padding: 0px 0px 0px 0px; 
	height: 27px; 
	font-size: 14px; 
	font-weight: bold;
}

.extra {
	text-align: left; 
	vertical-align: top; 
	padding: 94px 0px 2px 6px;
}

.extrain {
	vertical-align: top; 
	padding: 5px;
}

.headline {
	background: #245fa6; 
	height: 15px; 
	border-bottom: 1px solid #184390; 
	padding: 5px 0px 5px 5px;
}

.content_headline {
	background: #245fa6; 
	height: 15px; 
	border-bottom: 1px solid #184390; 
	border-top: 1px solid #184390; 
	padding: 5px;
}

.contentin {
	vertical-align: top; 
	padding: 10px; 
	font-size: 11px;
}

.footer {
	height: 22px; 
	text-align: center; 
	vertical-align: top;
	padding-top: 15px;
}

.emo {
	height: 204px; 
	width: 420px;
}

#pwdrecover {
	text-align: center; 
	padding-top: 12px;
}

#pwdrecover[id] {
	text-align: center; 
	padding-top: 17px;
}

#left {
	float: left;
	width: 60%;
	margin-right: 20px;
}

#right {
	float: left;
}

div.data {
	border: 1px solid #184390;
	padding: 10px;
	width: 60%;
}

div.clr {
	clear: both;
	height: 0px:
}

#register label.form_label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	margin-top: 2px;
}

#register input.form_input {
	color: #184390;
	background: #9DC8ED;
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
	margin-left: 5px;
}

#register input:hover {
	border: 1px solid #184390;
}

#register input:focus {
	border: 1px solid #184390;
}

.input_long {
	width: 200px;	
}

.input_mid {
	width: 100px;
}

.input_short {
	width: 50px;
}

#register input.submit {
	cursor: pointer;
	color: #184390;
	background: #9DC8ED;
	border: 2px outset #FFFFFF;
	float: right;
}

#register div {
	margin-bottom: 5px;
}

.error {
	color: #99FFFF;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 5px;
}

.error_over {
	margin-left: 125px;
	margin-top: 3px;
}

.big_text {
	font-size: 14px;
	font-weight: bold;
}