/* GENERAL STYLES */
/* GENERAL STYLES */
#umbracoAutoForm {
	width:560px;
}

#umbracoAutoForm fieldset {  
	width:560px;
	border:none;  
	float:left;
}

#umbracoAutoForm legend {
	display:none;
}

#umbracoAutoForm label { 
	float: left; 
	width: 560px;  
	display:block; 
}

.umbracoAutoFormAlert {
	color: red;
	margin-left: 15em;
}

#umbracoAutoForm input, textarea {
	width: 560px; 
	float:left;
}

.umbracoAutoFormValidationSummary {
	display: none;
}

.umbracoAutoFormRowDescription {
	font-weight: normal;
	font-size: 80%;
	color: #999;
}


/* EDITOR PROPERTIES */
  #contactusform fieldset {border:none;}
  #contactusform legend {display:none;}

  .error {
	position:relative;
	font-size: 0.8em;
	display:block;
}

  #contactusform label {
	color: #336600;
	font-size: 0.8em;
  	display:block;
	margin-top: 8px;
	float:  left;
  }

  #contactusform input {
  	width: 560px;
	float: left;
}

#contactusform input.button {
  	width: 200px;
}


#bjornbakkAutoForm5_Button1 input {
/*	background-image:url(../images/submit.gif);
	background-repeat:no-repeat;
*/	width: 13em;
	margin: 8px 0px;
	}

  #contactusform.umbEditorTextField {
  	width: 17em;
	background-image:none;
  }
  #contactusform.umbracoAutoFormValidationSummary {display: none;}

  #contactusform.umbEditorTextFieldMultiple {
  	width: 24em;
	background-image:none;
  }

#contactusform input.umbracoAutoFormButton {
  	width: 12em;
	display:block;
	float:left;
}

/*  login css */
#csLogin  {
	font-size: 0.8em;
	width:242px;
	height:124px;
	border:2px #E2F1E2 dashed;
	padding: 2px;
}

#umbLogin2_PanelSignIn {
	width:242px;
	margin-bottom: 8px;
}

/* Register */
.csRegister{
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.csRegister label { 
	color: #336600;
  	display:block;
	margin-top: 8px;
  	width: 540px;
}
 
.csRegister .textfield {
  	width: 306px;
	float: left;
	margin-right: 260px;
}

.csRegister .dob {
  	width: 90px;
	margin-right: 18px;
	float: left;
}
.csRegister .button {
  	width: 90px;
	float: left;
}
.csRegister p {
	width:560px;
}

/* EDITOR PROPERTIES */
