/* NEW */
fieldset {  
	position: relative;	/* to line legend up with fieldset border*/ 
  margin: 0 0 1.5em 0;  
  padding: 0;
	padding-bottom: 1em; /* padding on bottom on fieldset */ 
  border: 1px solid #BFBAB0;  
  background-color: #f9f8e9;
	background-color: #f0efe1;
	background-image: url(assets/fieldset-bg.jpg);
	background-repeat: repeat-x;
	height: 1%;
}
legend {  
  margin-left: 1em;  
  color: #000;
	padding: 0;  /* to line up with labels if they are left aligned*/
  font-weight: bold;
	font-size: 14px;
}
fieldset ol {  
  padding: 1em 1em 0 1em; 
	padding-left: 0.5em;
  list-style: none;
	margin: 0;
}
fieldset li {  
  padding: 0 0 1em 0;
	padding: 0;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	position: relative;
	line-height: 1.1em;
}
fieldset.submit {  
  float: none;  
  width: auto;  
  border-style: none;  
  padding-left: 12em;  
  background-color: transparent;
	clear: both;
}
label {  
  display: block;
	position: relative;
	line-height: 1.6em;
	font-weight: normal;
}

/* IE Only*/
legend { 
  *position: relative;  
  *left: -7px;  
  *top: -0.75em;
}
fieldset ol {  
	*padding-top: 0.25em;
}/* /IE Only */

.checkbox {float: left;clear: both;line-height: 1.6em; position: relative;}
.req {
	border: 1px solid red;
	background-color: #FFDFDF;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	}
.req-field {color: #c00;}
fieldset td {vertical-align: top;}

/* Warnings */
.form-warning-inside {
	position: absolute;
	top: 20px;
	right: 50px;
}
#form-warning-top {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	}

