@charset "utf-8";
/* CSS Document */

#main{
	background:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:55px 20px 20px;
	width:93%;
	height:75%;
}
#main .formbody label{
	clear:left;
	display:block;
	float:left;
	width:195px;
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#101010;
	text-align:right;
	margin-bottom:15px;
	margin-right:10px;
	cursor:pointer;
}
#main .formbody label.mandatory{font-weight:bold;}
#main .formbody label.mandatory span.mandatory{
	float:right;
	display:block;
	background:url(../../../../../files/admin/site/punaise.png) 0 center no-repeat;
	width:17px;
	height:22px;
	margin-left:7px;
	overflow:hidden;
	text-indent:-7777px;
	line-height:0;
}
#main .formbody input.text, #main .formbody input.captcha{
	border-top:1px solid #abadb3;
	border-right:1px solid #dbdfe6;
	border-bottom:1px solid #e3e9ef;
	border-left:1px solid #e2e3ea;
	width:235px;
	height:22px;
	line-height:22px;
	margin-bottom:15px;
}
#main .formbody #destinataires{
	margin-bottom:0;
}
#main .formbody p.info{
	font-size:10px;
	color:#010101;
	margin-top:5px;
}
#main .formbody .textarea{
	border-top:1px solid #abadb3;
	border-right:1px solid #dbdfe6;
	border-bottom:1px solid #e3e9ef;
	border-left:1px solid #e2e3ea;
	width:235px;
}
#main .formbody .submit_container{margin-top:15px;}
#main .formbody .submit_container input.submit{
	display:block;
	float:right;
	/*background:url(../site/btnForm.png) 0 0 transparent;*/
	background:#9fd725;
	border:1px solid #b0b4b8;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	width:auto;
	height:43px;
	padding:0 17px;
	line-height:43px;
	text-align:center;
	font-size:20px;
	color:#333333;
	font-family:ColaborateMediumRegular;
	cursor:pointer;
}
.clear{
	clear:both;
}
#main > div, #ok{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #58a803;
	text-align:center;
}
#nok{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #f9a800;
	text-align:center;
}

.ajax-loading{
	background:url(/plugins/mediabox/1.3.4/images/loading3.gif) center center no-repeat;
	width:100%;
	height:100%;
}
#ok{
	font: normal 15px Arial;
	color: #dd7200;
	padding: 0;
	margin:0 0 15px 0;
	text-align:left;
}
#nok{
	font: normal 15px Arial;
	color: #C03;
	padding: 0;
	margin:0 0 15px 0;
	text-align:left;
}