/* GENERAL STYLES */
/* GENERAL STYLES */

  #umbracoAutoForm fieldset {border:none;}
  #umbracoAutoForm legend {display:none;}
  #umbracoAutoForm label {float: left; width: 15em;}
  .umbracoAutoFormAlert {color: red;margin-left: 15em;}
  #umbracoAutoForm input, textarea {width: 17em;}
  .umbracoAutoFormValidationSummary {display: none;}
  .umbracoAutoFormRowDescription 
   {
	font-weight: normal;
	font-size: 80%;
	color: #999;
   } 
/* EDITOR PROPERTIES */

body
{
	font-family: Arial;
	font-size: 12pt;
	background-color:#cdcdcd;	
}

p{font-size:12px;}
h1{font-size:20px;}
h2{font-size:14pt;}
h3{font-size:12px;}
h3.strong{font-size:12px;}

/* EDITOR PROPERTIES */
