/*
	Design des formulaires
	
	1er décembre 2008
	5 février 2009
	Alexandre Lepage
	a.lepage@difuzer.com
	
*/

.flabel {
	display: block;
	width: 160px;
	float: left;
	clear: left;
	text-align: right;
	padding-right: 5px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 34px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 22px;
	padding: 0 20px 0 8px;
	color: #3d3d3d;
	font: 12px/21px arial,sans-serif;
	background: url('/img/select_ndd.png') no-repeat;
	overflow: hidden;
}
.input {
	background: url('/img/bg_input.png') no-repeat;
	width: 139px;
	height: 19px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #757575;
	font-style: italic;
	padding-top: 3px;
	padding-left: 3px;
}
.input_tel {
	background: url('/img/bg_input_tel.png') no-repeat;
	width: 72px;
}
#form_ndd p {
	vertical-align: top;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 3px;
	color: #174e6a;
}
span.form {
	position: absolute;
	display: block;
	width: 115px;
	height: 22px;
	background: url('/img/select_form.png') no-repeat;
	padding: 0 20px 0 8px;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
	z-index:2;
}
select.form {
	width:143px;
	z-index:3;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
span.form span {
	display: block;
	width: 110px;
	overflow: hidden;
}
.label_expire {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 5px;

}
.label_expire, .info_expire {
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}
.info_expire {
	float: left;
}
.td_left {
	width: 100px;
	padding-right: 5px;
	text-align: left;
	height: 22px;
}
textarea {
	border: 1px solid #c1c1c1;
}
.submit {
	text-align: center;
	padding-top: 10px;
	height: 30px;
	overflow: hidden;
}
.submit img {
	cursor: pointer;
}
.submit input {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.submit a {
	display: block;
	width: 118px;
	height: 25px;
	background: url('/img/continuer.png');
}
.submit a span {
	visibility: hidden;
}
#noaccount, #bhaccount {
	display: none;
}
.td_left {
	width: 100px;
	padding-right: 5px;
	text-align: left;
	height: 25px;
	vertical-align: middle;
}
.td_right {
	width: 150px;
	height: 25px;
}
