/* form demo css */


#commentForm { width: 370px; }
#commentForm label { width: 120px; }
#commentForm label.error { margin-left: 123px; }
#commentForm input.submit { margin-left: 123px; }


/*
#commentForm { width: 500px; }
#commentForm label { width: 250px; }

#commentForm label.error { margin-left: 245px; }
#commentForm input.submit { margin-left: 150px; }
*/

/*
#commentForm label.error, #commentForm input.submit { margin-left: 253px; }
*/





  img { border: 1px solid #eee; }
  p#statusgreen { font-size: 1.2em; background-color: #fff; color: #0a0; }
  p#statusred { font-size: 1.2em; background-color: #fff; color: #a00; }
  
  fieldset label { display: block; }
  
   input.error, input select.error {
	background-color: red;
	
	/* margin-left: 53px;  */
}

.cmxformright {
/*	clear: both; */
	float: right;
/*	*display: inline-block;  */
	
	margin: 0;
	padding: 0 1em 0 1em;
  /*
	width: 220px;
	height: 550px;
	*/
	font-size: 0.8em;
	color: #333; 
	
	background-color: #F8FDEF; 
	
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/contact1.png) top center no-repeat;
/*	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;  *
	
	
}





  /*
  fieldset div#captchaimage { float: left; margin-right: 15px; }
  */
 /*
 fieldset div#captchaimage { 
 margin-left: 175px;
 }
 */

 /*  fieldset input#captcha { width: 25%; border: 1px solid #ddd; padding: 2px; } */
 
/*  fieldset input#submit { display: block; margin: 2% 0% 0% 0%; } */
/*
  #captcha.success {
  	border: 1px solid #49c24f;
	background: #bcffbf;
  }
  #captcha.error {
  	border: 1px solid #c24949;
	background: #ffbcbc;
  }
  
  
  #commentForm input.success {
  	border: 1px solid #49c24f;
	background: #bcffbf;
  }
  #commentForm input.error {
  	border: 1px solid #c24949;
	background: #ffbcbc;
  }
  #commentForm label.error {
	font-size:11px;
	color:red;
}
*/


/*
  #formmsg {
        clear: both;
	float: left;
	margin: 0;
	padding: 0 1em 0 0;
	width: 517px;

 	background-color: #F8FDEF;

  }

  #formmsg.success {
  	border: 1px solid #49c24f;
	background: #bcffbf;
  }

  #formmsg.error {
  	border: 1px solid #c24949;
	background: #ffbcbc;
  }
*/
  

