HTML {
  height: 100%;
}

BODY, form {
	margin: 0;
	padding: 0;
	height: 100%;
}

td,tr,p,div,p,ul,li,form,h1,h2,h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 0;
	margin: 0;
}

select, label, input { font-family: Verdana, Helvetica, sans-serif; font-size: 9px; padding: 0; margin: 0; }

a:link {
	text-decoration: none;
	color: #AFAFAF;
}

a:visited {
	text-decoration: none;
	color: #AFAFAF;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
	outline:none;
}

a img { border:none; }

.none input {
	width: 20px !important;
	border: 0 !important;
}

/*---------------------------------------------------*/
/*-- customer --*/
/*---------------------------------------------------*/
div#login {
	width: 657px;
	/* The following properties should not be changed */
	position: relative;
}

#login #btClose {
	position: absolute;
	top: 10px;
	right: 24px;
}

#login #top {
	width: 100%;
	height: 9px;
	font-size: 1px;
	background: url(../img/newsletter_bg_top.gif) 0 0 no-repeat;
}
#login #bottom {
	width: 100%;
	height: 9px;
	font-size: 1px;
	background: url(../img/newsletter_bg_bottom.gif) 0 100% no-repeat;
}

#login #intitule {
	margin:0;
	padding:0;
	background: #FFFFFF;
}

#customer {
	width: 195px;
	padding: 20px 0 0 25px;
	vertical-align: top;
	background: #FFFFFF;
}
#customer h1 {
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 15px;
}
#customer p {
	padding-right: 20px;
}

/*---------------------------------------------------*/
/*-- form --*/
/*---------------------------------------------------*/
#new {
	padding: 20px 0 0 30px;
	background: #f5f5f5;
}
#new h1 {
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: normal;
}
#new .col1 {
	width: 140px;
	height: 27px;
}
#new .col3 {
	padding-top:5px;
}
#new table input {
	width: 180px;
	padding: 5px 0 2px 0;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	background: #f5f5f5;
}
#new select {
	width: 180px;
	border: 1px solid #f5f5f5;
}
#new .none {
	width:20px;
	border: none !important;
}

#new .error {
	padding: 20px 0 20px 0;
	color: #cb0000;
}
#new .mandatory {
	padding-bottom: 50px;
	font-style: italic;
	width: 80%;
}
#new .bouton {
	position: absolute;
	bottom: 50px;
	right: 10px;
	width: 100px;
}
#new #message {
	position: relative;
	height: 411px;
	background: url(../img/account_bg2_middle.gif) 0 0 repeat;
}
#new #message p {
	position: absolute;
	left: 40px;
	top: 200px;
}
#new #message a {
	position: absolute;
	right: 20px;
	bottom: 25px;
}
