/* $Id: cms_forms.css,v 1.1.1.1 2008/11/26 17:12:35 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;
}
.cms_forms textarea {
	width:				250px;
}
.cms_forms label{
	color:				#473933;
	font-size:			12px;
	font-weight:		bold;
}
.cms_forms input, .cms_forms textarea, .cms_forms select{
	color:				#393939;
	background:			#ffffff;
	border:				1px solid #a59893;
	padding:			1px;
}
.cms_forms input.button{
	background:			url(/img/interieur/button.gif) no-repeat left top;
	border:				0px;
	color:				#FFFFFF;
	cursor:				pointer;
	line-height:		18px;
	width:				60px;
}

/* Form : Espace Professionnel */
.formLogin input,
.formSubscribe input {
  width: 260px;
  height: 20px;
  border: 0;
  font-size: 12px;;
  background: #EDEBE8 url(/img/pro/fld_login.png) repeat scroll left top;
  border: 1px solid #fff;
}

.formLogin input.button {
  margin-left: 80px;
  width: 86px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 11px;
  background: #A77E5F url(/img/pro/btn_login.png) no-repeat scroll center center;
  cursor: pointer;
  border: none;
}

.formSubscribe input {
  background: transparent url(/img/pro/fld_subscribe.png) repeat scroll left top;
  border-color: #C8DBE7;
}

.formSubscribe input.button {
  margin-left: 80px;
  width: 108px;
  height: 21px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: transparent url(/img/pro/btn_login_send.png) no-repeat scroll center top;
  cursor: pointer;
  border: none;
}
