/* $Id: cms_forms.css,v 1.1.1.1 2008/11/26 17:12:35 sebastien Exp $ */

/*Forms error messages*/
/* See common .alert styles */
.cms_forms_error_msg {
	background: 			#bc0f0e;
	border-radius: 			10px;
	color: 				#fff;
	font-size: 			13px;
	font-weight: 			600;
	margin: 				10px 30px 10px 0px;
	padding:				2px 10px;
	text-align:			left;
	-moz-border-radius: 	10px;
	-webkit-border-radius:  10px;
}
.cms_forms_error_msg ul li,
#bottomContainer li {
	background: 			none;
	color: 				#fff;
	list-style: 			disc;
	margin-left: 			0;
	padding-left: 		0;
}

/*Forms replacement messages*/
.cms_forms_msg {
/*	background: 			#04997f; // On enleve le fond vert */
	border-radius: 			10px;
/*	color: 				#fff;// On enleve le fond vert */
	color: 				#5F5B58;
	font-size: 			13px;
/*	font-weight: 			600;*/
	font-weight: 			normal;
	margin: 				10px 30px 10px 0px;
	padding:				2px 10px;
	text-align:			left;
	-moz-border-radius: 	10px;
	-webkit-border-radius:  10px;
}
.cms_forms textarea {
	width:				250px;
}
.cms_forms label{
	color:				#736a64;
	font-size:			13px;
	font-weight:		normal;
}
.cms_forms input, .cms_forms textarea, .cms_forms select{
	color:				#393939;
	background:		#ffffff;
	border:			1px solid #d8d5d4;
	font-size:			12px;
	padding:			0px;
	width: 			325px;
}
.cms_forms input.button,
.cms_forms input.submit{
	background: 		#000 url(/img/extranet/common/buttonBackground.gif) repeat-x left top; 
	border: 			1px solid #adaaaa;
	border-radius: 		5px;
	color: 			#736a64;
	cursor: 			pointer;
	font-size: 		12px;
	font-weight: 		bold;
	height: 			24px;
	padding: 			2px 8px 2px 8px;
	text-decoration: 	none;
	width:				auto;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
}
.cms_forms input.button:hover {
	color: 				#029dda;
}
.cms_forms table, tbody {
	text-align: 		left;
	width: 				50%;
}
.cms_forms th,td {
	/* Borders and padding to make the table readable. */
	border: 			0px solid #000;
	padding: 			.5em;
	text-align: 		left;
}
.champsObligatoire {
	color: 				#9e2625;
	font-size: 			11px;
}
#cms_forms_2 {
	float: left;
}

#cms_forms_4 table, tbody {
	text-align: 		left;
	width: 			60%;
}

