/* $Id: cms_forms.css,v 1.2 2007/02/05 14:00:57 sebastien Exp $ */

/*Forms error messages*/
.cms_forms_error_msg{
	border:				1px solid #FF0000;
	padding:			10px;
}
/*Forms replacement messages*/
.cms_forms_msg {
	border:				1px solid #D8FA90;
	padding:			10px;
}
/*Forms visual*/
.cms_forms {
	font:				10px verdana,helvetica,arial,sans-serif;
	color: 				#98AF0A;
}
.cms_forms input,
.cms_forms textarea {
	border:				1px solid #A1A19E;
	background-color:	#EFF8CF;
	color:				#393939;
	padding:			1px;
}
.cms_forms textarea {
	width:				250px;
}
.cms_forms label {
	color: 				#98AF0A;
}
.cms_forms input.button {
	cursor:				pointer;
	padding:			0px;
	font-weight:		bold;
	color:				#393939;
	background-color:	#98AF0A;
	font-size:			12px;
}

#cms_forms_2 label{
	color:				#D93C60;
	font-size:			14px;
	font-weight:		bold;
	font-family:		Trebuchet MS,arial,verdana,helvetica,sans-serif;
}
#cms_forms_2 textarea{
	width:				360px;
	height:				90px;
	padding:			2px;
}
#cms_forms_2 input{
	width:				250px;
	padding:			2px;
}
#cms_forms_2 .button{
	width:				auto;
	padding:			0 0 0 18px;
	margin:				8px 0 0 0;
	background:			url(/img/modules/pnews/puce_3.gif) no-repeat 0px 2px;
	color:				#D93C60;
	font-size:			12px;
	font-weight:		bold;
	border:				none;
	overflow:			visible;
}
