/* $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:#4b4b5d;
	font-size:12px;
	font-weight:bold;
	margin:0 10px 0 0;
}
.cms_forms input, .cms_forms textarea, .cms_forms select{
	color:				#393939;
	background:			#ffffff;
	border:				1px solid #a59893;
	padding:			1px;
}
.cms_forms input.button{
	background: transparent url(/img/common/btnSend.png) no-repeat 0 0;
	width:65px;
	border:none;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

.cms_forms input.button:hover{
	background: transparent url(/img/common/btnSendOn.png) no-repeat 0 0;
}

.cms_forms .title{
	font-weight: bold;
	color: #3b9eab;
}

.cms_forms .text,
.cms_forms textarea{
	border:solid 1px #c7c7cd;
	width:265px;
}

div.cms_forms textarea{
	height:140px;
}

.cms_forms input{
	width:265px;	
	border:solid 1px #c7c7cd;
}	

.cms_forms input.checkbox{
	width:20px;	
	border:none;
}
