/* General HTML elements */
body {
    font: 62.5% Arial, Tahoma,Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px auto;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
dl,
dl dt,
dl dd,
blockquote {
	margin: 0;
	padding: 0;
}
h2{
 color : #b98131;
 font-size : 12px;
}
ul,
ul li {
	list-style: none;
}
img {
	border: none;
	margin-left: 0px;
}
*+html img {
	border: none;
	margin-left: 0px;
}

a {
	outline: none;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
*+html a:hover {
	text-decoration: underline;
}
fieldset {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
fieldset legend {
	display: none;
}
input,
select,
textarea {
    font: 62.5% Arial, Tahoma,Helvetica, sans-serif;
}
.replaced select{
	position: absolute;
	left: -999999em;
}

.field{
	background: transparent url(../images/land_select.gif) no-repeat scroll 1px 1px;
	float:right;
	margin-right: 7px;
	padding-left:3px;
	width: 35px;
	height:17px;
	font: 1.2em Arial, Tahoma,Helvetica, sans-serif;
	border:1px solid #510B0B;
	color:#51250B;
	cursor:pointer;
}

.fieldCountry{
	background: transparent url(../images/land_select.gif) no-repeat scroll 58px 1px;
	float:right;
	margin-right: 7px;
	padding-left:3px;
	width: 90px;
	height:17px;
	font: 1.2em Arial, Tahoma,Helvetica, sans-serif;
	border:1px solid #510B0B;
	color:#51250B;
	cursor:pointer;
}

.field_register{
	background: transparent url(../images/land_select.gif) no-repeat scroll 1px 1px;
	padding-left:3px;
	width: 35px;
	height:17px;
	font: 1.2em Arial, Tahoma,Helvetica, sans-serif;
	border:1px solid #510B0B;
	color:#51250B;
	cursor:pointer;
}

.fieldRegisterCountry {
	background: transparent url(../images/land_select.gif) no-repeat scroll 58px 1px;
	padding-left:3px;
	width: 90px;
	height:17px;
	font: 1.2em Arial, Tahoma,Helvetica, sans-serif;
	border:1px solid #510B0B;
	color:#51250B;
	cursor:pointer;
}
label.land {
	border:0;
}
.focus{
	margin-top:2px;
	margin-left:-4px;
	padding-left:3px;
	width:35px;
	font: 1.2em Arial, Tahoma,Helvetica, sans-serif;
	color:#51250B;
	border-left:1px solid #510B0B;
	border-right:1px solid #510B0B;
	border-bottom:1px solid #510B0B;
	cursor:pointer;
}

#fauxSelect{
	position:absolute;
	z-index:1;
}

#fauxSelect ul li{
	cursor:pointer;
}

#fauxSelectMask{
	position:absolute;
	top:0px;
}

select.millionselect{
	font: 1.2em Arial, Tahoma,Helvetica, sans-serif;
	border:1px solid #510B0B;
	color:#51250B;
	#height:19px;
}

/* for modern browser */
input[type="image"],
input[type="submit"] {
	outline: none;
}
.Wrapper {
	overflow: visible;
	height: 1%;
}
.Wrapper2 {
	overflow: visible;
	height: 1%;
}
html>body .Wrapper {
	overflow: hidden;
	height: auto;
}

#page404{
	position:absolute;
	width:706px;
	height:176px;
	left:50%;
	top:50%;
	margin-left:-353px;
	margin-top:-88px;
	background:url(/images/fr/404.jpg) no-repeat
}
#page404 p{
	margin:86px 50px 0 302px; 
	color:#fff;
	font-size:12px
}