body {
	background: url('../images/background_loop2.png') top left repeat-x;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	color: #808080;
}

.clear {
	clear: both;
}

input {
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

img a {
	border: 0px solid white;
}

img a:hover {
	border: 0px solid white;
	cursor: pointer;
}

a img {
	border: 0px solid white;
}

a:hover img {
	border: 0px solid white;
	cursor: pointer;
}
button {
	font-size: 11px;
	color: #808080;
}
.button {
	font-size: 11px;
	color: #808080;
	border: 1px solid #808080;
	background-color: #efefef;
	padding: 5px;
	cursor: pointer;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:hover {
	background-color: #f6f6f6;
	color: #000000;
}
.loginbtn:hover {
	background: #acd7a1 url('../images/buttons/shield.png') 3px 3px no-repeat;
	color: #000000;
}
#languages {
	position: absolute;
	top: 10px;
	right: 0px;
	margin-right: 20px;
	width: 100px;
	margin-top: 4px;
}
#languages #languages_header {
	height: 14px;
	border: 1px solid #808080;
	padding: 2px;
	background: url("../images/languages.png") top left repeat-x;
	font-size: 11px;
}
#languages #languages_header:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
#languages #languages_header .menu_title {
	float: left;
}
#languages #languages_header .menu_fleche {
	float: right;
	padding-top: 5px;
}
#languages #languages_list {
	display: none;
	border: 1px solid #808080;
	border-top: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 11px;
}
#languages #languages_list .languages_site {
	width: 92px;
	color: #808080;
	padding: 2px;
}
#languages #languages_list .languages_site a {
	color: #808080;
	text-decoration: none;
}
#languages #languages_list .languages_site:hover {
	cursor: pointer;
	width: 94px;
	text-decoration: none;
	color: #000000;
	background-color: #eaeaea;
}
#languages #languages_list .languages_site a:hover {
	color: #000000;
	text-decoration: none;
}
#top {
	width: 100%;
	height: 50px;
}
#top .title {
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	filter: Glow(Color=#000000, Strength=2);
	text-shadow: #000 1px 1px 1px, #000 1px -1px 1px, #000 -1px 1px 1px, #000 -1px -1px 1px;
}
#loginbox {
	width: 460px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #808080;
	padding: 5px;
	margin-top: 50px;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#loginbox .logo {
	float: left;
	height: 150px;
	width: 150px;
}
#loginbox .login {
	float: right;
	width: 300px;
	padding-top: 20px;
	text-align: center;
}
#loginbox .login table th {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	text-align: right;
}

#lostpassword {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #808080;
	padding: 5px;
	margin-top: 20px;
	display: none;
	text-align: center;
}
#resultbox {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.resultbox_error {
	border: 1px solid #aa0000; 
	color: #3d3d3d; 
	background: #da7979 url(../images/error.png) 5px 5px no-repeat;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.resultbox_success {
	border: 1px solid #00aa00; 
	color: #3d3d3d; 
	background: #a2dfa2 url(../images/success.png) 5px 5px no-repeat;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.resultbox_warning {
	border: 1px solid #e84801; 
	color: #3d3d3d; 
	background: #ef9168 url(../images/warning.png) 5px 5px no-repeat;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.resultbox_loading {
	border: 1px solid #d2c300; 
	color: #3d3d3d; 
	background: #f5e300;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 10px;
}
#footer a {
	color: #808080;
}
