table.container tr td { padding: 1px 0px; }

table.container tr td.customer_subtitle_left,
table.container tr td.customer_subtitle_right
{
	height: 22px;
}

table.container tr td.customer_subtitle_left	{ width: 5px !important; background: #000000 url('http://www.soirees-a-paris.com/_img/customer/rounded_left.jpg') no-repeat center left; }
table.container tr td.customer_subtitle			{ color: #000000; text-align: left; background: #000000 url('http://www.soirees-a-paris.com/_img/customer/background.jpg') repeat-x center center; }
table.container tr td.customer_subtitle_right	{ width: 5px !important; background: #000000 url('http://www.soirees-a-paris.com/_img/customer/rounded_right.jpg') no-repeat center right; }

table.customer tr td.value {
	padding: 1px 10px;
	text-align: right;
}

table.register p.info {
	color:#DDDDDD;
	font-size:0.9em;
}

table.container tr td input, table.container tr td select {
	width: 250px;
	margin-left: 6px;
	font-size: 0.8em;
	font-family: inherit;
}

table.register {
	clear: both;
	margin: 10px auto !important;
}

table.register textarea {
	width: 100%;
	height: 3em;
	font-family: Georgia, Arial;
}

table.register input.submit {
	width: 100px !important;
	margin: 0px auto;
	background: transparent url('http://www.soirees-a-paris.com/_img/_button/classic_black_100x30.jpg') no-repeat center center;
}

table.register input.submit.over { background: transparent url('http://www.soirees-a-paris.com/_img/_button/classic_black_100x30_over.jpg') no-repeat center center; }

table.register label { float: left; }

table.register span.mandatory {
	position: relative;
	display: block;
	float: right;
	padding: 0px 4px;
	font-weight: bold;
}

table.external_container.customer { margin: 10px auto; }

.not_informed, .register_error, .error {
	color: #FF0000 !important;
}


/*	AUTHENTIFIACTION FORM	*/

table.external_container.customer_authentification { margin:0 auto; }
table.customer_authentification tbody td.ext_cont_c { text-align:center; }

form.customer_authentification table {
	font-size:13px;
	color:#000000;
	empty-cells:show;
	background:transparent url(http://www.soirees-a-paris.com/_img/basket/background.jpg) repeat-x center center;
}

form.customer_authentification td {
	height:30px;
	line-height:30px;
	vertical-align:middle;
	padding:0 0.4em;
}

form.customer_authentification label { margin:0px 0.5em; }
form.customer_authentification input {
	width:100px;
	padding:1px 4px;
	/*background:transparent url(http://www.soirees-a-paris.com/_img/basket/background.jpg) repeat-x center center;*/
}

form.customer_authentification input.submit {
	width:93px !important;
	height:30px !important;
	margin:0px 8px;
	padding:0px;
	border:none !important;
	background:transparent url(http://www.soirees-a-paris.com/_img/_button/_fr/connexion_93x30.jpg) no-repeat center center;
	cursor: pointer !important;
}

form.customer_authentification td.left {
	height:30px;
	width:10px;
	background:transparent url(http://www.soirees-a-paris.com/_img/basket/rounded_left.jpg) no-repeat center left;
}

form.customer_authentification td.right {
	height:30px;
	width:10px;
	background:transparent url(http://www.soirees-a-paris.com/_img/basket/rounded_right.jpg) no-repeat center right;
}

table.customer_authentification a.cus_center {
	font-size:0.9em;
}

