/* @override http://local.autoccasion.be/css/payingmail.css */

#left
{
	width: 970px;
}

h2
{
	text-align: center;
	font-size: 16px;
	padding: 30px 10px;
}

h2 b
{
	color: #f8100f;
}


form h3
{
	font-size: 14px;
}


form div
{
	margin: 5px;
}


form div#description,
form div#infos,
form div#tarif,
form div#duree,
form div#payement{
	color: #fff;
	background-color: #2d3134;
	border: 1px solid #2d3134;
	padding: 10px;
	margin: auto;
	font-size: 14px;
	width: 300px;
	border-bottom-style: none;
}

form div#payement
{
	background-color: transparent;
	text-align: left;
	border-bottom-style: solid;
	color: #000000;
	font-size: 12px;
}

form div#payement input
{
	margin-right: 5px;
}

form div#payement div#payementpaypal
{
	display: none;
}

form div#payement table#methodepayement
{
	display: none;
}


form div#payement .abo
{
	background-color: #FFFFFF;
	color: #e20025;
	border-style: solid;
	border-color: #000000;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	border-top-color: #c6c5c6;
	border-left-color: #c6c5c6;
	padding: 2px 5px;
	float: right;
}

form div#description
{
	background-color: transparent;
	color: #103f7e;
}

form div#description h2
{
	font-size: 13px;
	margin: 0;
	padding: 0;
}

form div#description h3
{
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 5px 0 0;
	color: #f98013;
}

form div#tarif
{
	background-color: transparent;
	color: #000000;
	font-size: 13px;
}


form div#duree input
{
	width: 30px;
	background-color: #2d3134;
	color: #fff;
	border-style: none;
	text-align: right;
	font-size: 13px;
}

form div#duree input.numeric
{
	background-color: #FFFFFF;
	color: #000000;
}

form div#duree select
{
	background-color: #2d3134;
	color: #FFFFFF;
}

form div#infos div
{
	position: relative;
}

form div#infos input
{
	width: 125px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

