div.LivredOr {width:100%; padding-left:45px; padding-top:15px;}
div.LivredOr form td { margin-top: 1em; line-height: 1; font-size:12px; font-family:Arial; font-weight:normal; color:#000;}

div.LivredOr form input,
div.LivredOr form textarea

{
	padding:4px; 
	width:270px; 
	background: #f9f9f9; 
	border: 1px solid #CBEBF8;/*40BAE8;*/
	/*border-bottom:1px solid #CBEBF8; 
	border-right:1px solid #CBEBF8;*/
}

	
input.hide {visibility:hidden; display:none;}
div.LivredOr form input:focus,
div.LivredOr form textarea:focus{background:#fff}



div.LivredOr form input.button

{
	background:#D0EEF9;
	border:1px solid #88D3F0!important;
	color:#000;
	cursor:pointer;
	/*font-weight:bold;*/
	padding:0; 
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:7em;  
	height:20px;
}
div.LivredOr form input.button:hover	{
	background:#B4E3F5;
}

.MsgContact{
	background:#DBF2FB;
	margin-top: 5px;
	border: 1px dotted #CBEBF8;
	padding:10px 20px;
	}
