/*
 * Global
 */
body {
	text-align: center;
	font-family: arial, georgia, verdana;
	background-color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
/*
 * Form
 */
#formDiv {
	background-color: #E3E3E3;
	border: 2px solid #44568F;
	margin-left: auto;
	margin-right: auto;
	width: 570px;
	padding:4px 4px 4px 4px;
}
#formDiv form {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sectionTitle {
	margin: 9px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	width: 545px;
	text-align: left;
	background-color: #44568F;
	color: #FFFFFF;
	border: 2px solid #999;
}
.note2, .note3 {
	margin-top: 7px;
	width: 500px;
	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;
}
.smallNote {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #AA5500;
}
.emphasis {
	font-weight: bold;
}
label {
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	margin-top: 0px;
}
input {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	float: left;
	margin-right: 5px;
}
select {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}
.fieldLabelSelect label {
	width: 325px;
}
.requiredMarker_inline {
	color: #FF0000;
	font-size: 1.4em;
}
.requiredMarker,
.requiredMarkerCheckbox,
.requiredMarker_textArea {
	float: left;
	color: #FF0000;
	font-size: 1.2em;
	margin-top: 5px
}
.textNote {
	margin-left: 5px;
	margin-top: 8px;
	float: left;
	color: #770000;
}

.textAreaWarning,
.textAreaInfo {
	margin-left: 5em;
	margin-bottom: 7px;
	clear: both;
	color: #770000;
}
.textAreaInfo {
	color: #005500;
}
.fieldText, 
.fieldLabel_textArea {
	border: 0px;
}
/*.fieldTextArea {
	margin-left: 150px;
	width: 400px;
}*/
textarea {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	float: left;
	margin-right: 2px;
	margin-left: 5px;
}
.fieldButton {
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
}
.fieldButton input {
	margin: 0px;
	border-bottom: 2px outset #333333;
	border-right: 2px outset #333333;
	font-weight: bold;
	color: #3333FF;
}

/*
 * Messages
 */
.errorsNotPresent,
.errorsPresent {
	border: 1px solid #00AA00;
	background-color: #DDFFDD;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 4px;
}
.errorsPresent {
	border: 4px solid #DD0000;
	background-color: #FFFF77;
}
.msgImage,
.msgLabel,
.msgDescription {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.msgDescription {
	width: 400px;
}
.msgLabel {
	font-weight: bold;
}
.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;
}
.fieldCheckbox {
	float: left;
	margin-left: 168px;
	margin-top: 15px;
	background-color: transparent;
}
.fieldLabelCheckbox {
	float: left;
}
.fieldLabelCheckbox label {
	width: 190px;
	text-align: left;
	margin-top: 3px;

}
.checkboxWarning {
	margin-top: -3px;
	margin-bottom: 10px;
	color: #770000;
	margin-left: 193px;
	float: left;
}
.requiredMarkerCheckbox {
	margin-top: 13px;
}
.disclaimer {
	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;
}

.dateInputSelectMonthDiv {
	float: left;
	margin: 0px;
}
.dateInputSelectMonthDiv select {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin: 3px 0px 0px 0px;
	float: left;
}
.dateInputSelectDayDiv {
	margin: 0px;
	margin-left: 3px;
	float: left;
}
.dateInputSelectDayDiv select {
	margin: 3px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	float: left;
}
.dateInputYearDiv {
	margin-left: 3px;
	float: left;
}
.dateInputYearDiv input {
	width: 31px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font-family: arial, verdana, tahoma;
}
.dateInputPopupCalendarDiv {
	margin-top: 1px;
	margin-left: 1px;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	float: left;
}
.textAreaWarning {
	width: 600px;
	text-align: center;
	margin-left: 0px;
}

.radio_error label {
	background-color: #FFFF77;
	border: 1px solid #cccccc;
	margin-top: 2px;
}
.error input,
.error textarea, .error select {
	background-color: #FFFF77;
	border: 1px solid #cccccc;
}
div.fieldRadio_row label {
    display: inline;
    clear: none;
    float: left;
    text-align: left;
    padding-top: 5px;
  }