/*********************************************/
/* Global
/*********************************************/

input 	{ 
	border-style:none; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

/*********************************************/
/* Introduction
/*********************************************/

#introDiv, #formDiv {
	text-align: left;
	margin:0px auto;
	width: 520px;
	}

/*********************************************/
/* Form
/*********************************************/

#formDiv {
	margin-left: auto;
	margin-right: auto;
	width: 530px;
	padding: 4px 4px 4px 4px;
}
#formDiv form {
	padding-top: 5px;
	padding-bottom: 5px;
	}

#heading { 
	text-align: center;
	}
.contact { text-align: center;
	margin-bottom: 15px;
	}
.sectionTitle {
	margin: 9px;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	width: 500px;
	text-align: left;
	background-color: #a00000;
	color: #FFFFFF;
	border: 1px solid #CCC;
	}
.sectionTitle a:link, .sectionTitle a:visited, .sectionTitle a:hover, .sectionTitle a:active {
	color:#FFFFFF !important;
	}
#introDiv .warning,
#introDiv .note {
	font-size: .9em;
	width: 500px;
	}
#introDiv .warning {
	margin-left: 62px;
	}
#introDiv .note {
	margin-left: 66px;
	}
.title {
	font-weight: bold;
	font-size: 1.1em;
	}
.note2, .note3 {
	margin-top: 7px;
	width: 480px;
	margin-left: 95px;
	color: #AA5500;
	margin-bottom: 8px;
	}
.note3 {
	border: 1px solid #999999;
	background-color: #DDDDDD;
	width: 240px;
	padding: 2px;
	margin-bottom: 8px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display:none; /* REMOVE DISPLAY SINCE NO REQUIRED FIELDS */
	}
.smallNote {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #AA5500;
	}
.emphasis {
	font-weight: bold;
	}

label {
	float:left;
	width:130px;
	font-weight:bold;
	text-align: right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	margin-right: 5px;
	margin-top:0.25em;;
	line-height:1em;
	}
.staticLabel {
	margin-top: -0.25em;
	}
input, input.okay, input.error, select {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	float: left;
	margin-right: 5px;
	}
input.okay {
	background-color: #BBFFBB;
	}
input.error {
	background-color: #FFFF77;
	}
select, select.okay, select.error {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	}
select.okay {
	background-color: #BBFFBB;
	}
select.error {
	background-color: #FFFF77;
	}

.requiredMarker_inline {
	color: #FF0000;
	font-size: 1.4em;
	}
.requiredMarker, .requiredMarkerCheckbox, .requiredMarker_textArea {
	float: left;
	color: #FF0000;
	font-size: 1.2em;
	margin-top: 5px
	}
.clear {
	clear: both;
	height: 0px;
	line-height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.textNote {
	font-size: 1em;
	margin-left: 5px;
	margin-top: 8px;
	float: left;
	color: #770000;
	}
div.fieldLabel_radio, div.fieldLabel_radio label  {
	display:none !important;
	width:500px;
	clear:both;
	font-weight:normal;
	text-align:left;
	}
div.fieldRadio_row label {
    	display: inline;
    	width:450px;
   	clear: none;
  	text-align: left;
  	padding-left:1em;
  	font-weight:normal !important;
	}
.textNote, .textNote a {
 	display:none;
	}
.fieldRadio .fieldRadio_row input {
   	 border: none;
	}
.textAreaWarning,
.textAreaInfo {
	text-align:center;
	margin-bottom: 7px;
	clear: both;
	}
.textAreaInfo {
	color: #005500;
	}
.fieldText, 
.fieldLabel_textArea {
	border: 0px;
	}
.fieldTextArea {
	padding-left:130px;
	}
textarea,
textarea.okay,
textarea.error {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	float: left;
	margin-right: 2px;
	margin-left: 5px;
	}
textarea.okay {
	background-color: #BBFFBB;
	}
textarea.error {
	background-color: #FFFF77;
	}	
.fieldButton {
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	}
.fieldButton input {
	margin:0px 0px 0px 0px;
	border-bottom: 2px outset #333333;
	border-right: 2px outset #333333;
	font-weight: bold;
	color: #3333FF;
	}
.prepopulateFieldButton {
	float: left;
	margin-left: 4px;
	margin-top: 3px;
	}
.prepopulateFieldButton input {
	margin:0px 0px 0px 0px;
	border-bottom: 2px outset #333333;
	border-right: 2px outset #333333;
	font-weight: bold;
	font-size: .8em;
	color: #3333FF;
	}	

/*********************************************/
/* Messages
/*********************************************/
.errorsNotPresent,
.errorsPresent {
	border: 2px solid #00AA00;
	background-color: #DDFFDD;
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 4px;
	}
.errorsNotPresent h3 {
	display:none;
	}
.errorsPresent {
	border: 2px solid #DD0000;
	background-color: #FFFF77;
	}
.msgImage,
.msgLabel,
.msgDescription {
	font-size: .9em;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}
.msgDescription {
	width: 400px;
	}
.msgLabel {
	font-weight: bold;
	}
#reviewDiv {
	font-size: .8em;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	}
.reviewLabel,
.reviewText {
	margin-bottom: 0px;
	margin-top: 1px;
	float: left;
	font-size: .9em;
	padding: 2px;
	}
.reviewLabel {
	border: 1px solid #44568F;
	font-weight: bold;
	width: 155px;
	margin-left: 25px;
	margin-right: 1px;
	text-align: right;
	background-color: #DDDDDD;
	}
.reviewText {
	border: 1px solid #44568F;
	width: 414px;
	background-color: #ffffff;
	}
.reviewText pre {
	margin:0px 0px 0px 0px;
	}
.buttons {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.fieldButtonLeft,
.fieldButtonRight {
	width: 121px;
	float: left;
	}
.fieldButtonLeft input,
.fieldButtonRight input {
	border-bottom: 2px outset #333333;
	border-right: 2px outset #333333;
	font-weight: bold;
	color: #3333FF;
	}
#successTextBox {
	width: 620px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	}
#successText {
	font-size: .9em;
	}
#successLinkText {
	font-size: .9em;
	margin-top: 25px;
	margin-bottom: 15px;
	}
#shortcut {
	top: 90px;
	right: 10px;
	padding: 4px;
	background-color: transparent;
	position: absolute;
	float: right;
	}
#shortcut a {
	font-weight: bold;
	}
.hyphen {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 1.5em;
	}
.fieldLabelInner {
	float: left;
	margin-right: 7px;
	}
.fieldLabelInner label {
	width: 18px;
	}
.hidden {
	display: none;
	}
.notHidden {
	display: block;
	}

.requiredMarkerCheckbox {
	margin-top: 13px;
	}
.disclaimer {
	font-size: .8em;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #E1E1E1;
	padding: 5px;
	border: 1px solid #777777;
	text-align: justify;
	font-style: italic;
	color: #770000;
	}
.disclaimerHeading {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	font-style: normal;
	margin-bottom: 2px;
	width: 125px;
	margin-left: auto;
	margin-right: auto;
	}
.error input,
.error textarea,
.error select {
	background-color: #FFFF77;
	border: 1px solid #cccccc;
	}

.textNote a {
    	margin-left: 205px;
	}
.formElement {
	margin:0.25em 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.formElement .fieldTextArea {
    	width: auto;
   	float: left;
	}

.msgImage {
    	margin-left: 20px;
	}
.msgTitle,
.reviewTitle {
   	 text-align: center;
   	 font-size: 1.1em;
   	 font-weight: bold;
  	  margin-bottom: 5px;
	}
.reviewTitle {
   	 color: #773333;
	}
.serialNote {
  	  font-size: .8em;
   	 margin-top: 2px;
  	  margin-left: 209px;
  	  color: #337733;
	}