form.inntelform fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E7E8EA;
}
	
form.inntelform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.inntelform label {
	display: inline-block;
	line-height: 1.1;
	vertical-align: top;
	}
	
form.inntelform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.inntelform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.inntelform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.inntelform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	font-size: .9em;
	}
	
form.inntelform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.inntelform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.inntelform label { width: 150px; } /* Width of labels */
form.inntelform fieldset fieldset label {
	margin-left: 1px;
	font-size: .85em;
} /* Width plus 3 (html space) */

/*\*//*/ form.inntelform legend { display: inline-block; } /* IE Mac legend fix */

form.inntelform {
	width: 98%;
	font-size: 1em;
	color: #333;
	}
	
form.inntelform legend
{
	color: #333;
}
	
form.inntelform fieldset fieldset { background: none; }
	
form.inntelform fieldset li {
	background-image: url(../images/InntelSimpleSeperator.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

.submitLink {
   color: #525978;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }

/* Used with DIV to highlight changes required to users form input*/
.inntelWarningArea {
	color: #FF0000;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	border: 1px solid #FF0000;
}
/* Style that jQuery hides to indicate that Javascript works,  if user sees this warning they have no Java*/
.NoJavaWarning {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.inntelform .ButtonStyle {
	width: 120px;
	font-size: .85em;
	margin-right: auto;
	margin-left: 30px;
	margin-top: 4px;
	padding: 2px;
	text-align: center;
}
