body{
	margin:0;
	background:url(../img/body_bg.gif) repeat;
	text-align:center;
	height:100%;
	width:100%;
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
}
h2{
	font-style:italic;
	margin-top:0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#wrapper{
	margin:auto;
	width:750px; 
}
#lang_selection{
	color:white;
	margin-top:10px;
}
#lang_selection a{
	color:white;
}
#lang_selection a{
	color:white;
}
#logo_div{
	margin:20px 0px;
	text-align:center;
}
#top_nav{
	width:685px;
	margin:auto;
	color:white;
	text-align:left;
	position:absolute;
	z-index:40;
	margin:-20px 0px 6px 30px;
}
#top_nav a{
	color:white;
}
#bot_nav a{
	color:white;
}
#bot_nav {
	text-align:right;
	margin:0px 30px 30px 30px;
}
#container_wrapper{
	width:750px;
	text-align:center;
}
#cont_top{
	background:url(../img/cont_top.png) no-repeat;
	height:16px;
	width:706px;
	margin:auto;
}
#cont_mid{
	background:url(../img/cont_mid.png) repeat-y;
	width:706px;
	margin:auto;
	text-align:left;
}
#cont_bot{
	background:url(../img/cont_bot.png) no-repeat;
	height:19px;
	width:706px;
	margin:auto;
}
.container{
	border:1px solid #ddefbd;
	background-color:#e9facd;
	margin: 0px 16px;
	margin-top:14px;
}
.top{
	margin-top:0px;
	padding-right:220px;
}
.content{
	padding:10px;
}
.top_img{
	position:absolute; 
	margin-left:490px; 
	*margin-left:120px; 
	margin-top:-20px;
	-moz-margin-start: 115px;
	z-index:30;
}
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
div.error-message {
	color: #900;
}
