/*
	CSS pour HEW-024 - Ouverture de compte form
	Simon - egzakt.com
	2009-02-24
*/

.wp8 #fcompte label {
	width:160px;
	padding-top:4px;
	float:left;
	position:relative;	/*IE6 Bug*/
	clear:left;
}
.wp8 #fcompte input.formtxt {
	margin-bottom:6px;
	width:170px;
}
.wp8 #fcompte input.formradio {
	margin-bottom:6px;
}

.wp8 #fcompte #client_name,
.wp8 #fcompte #client_other_name,
.wp8 #fcompte #client_address {
	width:400px;
}

.wp8 #fcompte #lab_phone {
	width:80px;
}
.wp8 #fcompte #phone_1,
.wp8 #fcompte #phone_2 {
	width:24px;
}

.wp8 #fcompte #lab_fax {
	width:80px;
}

.wp8 #fcompte #fax_1,
.wp8 #fcompte #fax_2 {
	width:24px;
}

.wp8 #fcompte #lab_day_part_am,
.wp8 #fcompte #lab_day_part_pm {
	clear:none;
	width:100px;
}
.wp8 #fcompte #day_part_am,
.wp8 #fcompte #day_part_pm {
	float:left;
}
.wp8 #fcompte #day_part_am {
	margin-right:30px;
}
.wp8 #fcompte #lab_client_num,
.wp8 #fcompte #lab_email {
	width:80px;
}

.wp8 #fcompte #lab_card_visa,
.wp8 #fcompte #lab_card_mastercard {
	clear:none;
	width:40px;
}
.wp8 #fcompte #lab_card_mastercard {
	width:100px;
}

.wp8 #fcompte #card_visa,
.wp8 #fcompte #card_mastercard {
	float:left;
}
.wp8 #fcompte #card_visa {
	margin-right:25px;
}

.wp8 #attendees {
}

.wp8 #attendees .attendee {
	border:1px solid #B3B3B3;
	background-color:#E6E6E6;
	padding:15px;
	margin-bottom:10px;
}
.wp8 #attendees .attendee .num {
	/*extends .num*/
}

.wp8 #attendees .attendee .colonne {
	float:left;
	margin-right:10px;
	width:140px;
}
.wp8 #attendees .attendee .col_code {
	width:80px;
}

.wp8 #attendees .attendee .colonne label {
	clear:none;
	float:none;
	display:block;
	width:100px;
}
.wp8 #attendees .attendee .colonne input.formtxt {
	width:120px;
}

.wp8 #attendees .attendee .col_actions {
	width:230px;
	margin-right:0;
	padding-top:18px;
}

.wp8 #attendees .attendee .col_code label,
.wp8 #attendees .attendee .col_code input.formtxt {
	width:50px;
}

.wp8 #fcompte input.soumettre {
	font-size:0.917em;
	width:100px !important;
	margin-top:4px;
}

.wp8 #fcompte .btn_remove {
	background-color:#999;
	color:#fff;
}

.wp8 #attendeedefault {
	display:none;
}

.wp8 .actions,
.wp8 .separation {
	display:none;
}


