/*
 * Global
 */
input 	{ border: none; }

/*
a:hover { text-decoration: none; }
*/

/*
 * Introduction
 */
#introDiv, 
#formDiv {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}
/*
 * Form
 */
#formDiv {
	background-color: #E3E3E3;
	border: 2px solid #44568F;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	padding:4px 4px 4px 4px;
}
#formDiv form {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*
centers all h3 elements sitewide...bad!
h3 {	text-align: center;
	/*margin-top: -15px !important;*/
/*
}
*/

#heading { text-align: center;
}
.contact { text-align: center;
	margin-bottom: 15px;
}
.sectionTitle {
	margin: 9px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	width: 600px;
	text-align: left;
	background-color: #44568F;
	color: #FFFFFF;
	border: 2px solid #999;
}
.sectionTitle a:link, .sectionTitle a:visited, .sectionTitle a:hover, .sectionTitle a:active {
	color:#FFFFFF !important;

}
#introDiv .warning,
#introDiv .note {
	font-size: .9em;
	width: 550px;
}
#introDiv .warning {
	margin-left: 62px;
}
#introDiv .note {
	margin-left: 66px;
}
.title {
	font-weight: bold;
	font-size: 1.1em;
}
.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;
}
.contact {
}
.smallNote {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #AA5500;
}
.emphasis {
	font-weight: bold;
}

label {
	font-weight: bold;
	float: left;
	width: 205px;
	text-align: right;
	margin-right: 5px;
	margin-top:0.25em;
	line-height:1em;
}

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;
}
.textNote {
	font-size: 1em;
	margin-left: 5px;
	margin-top: 8px;
	float: left;
	color: #770000;
}

div.fieldRadio_row label {
    display: inline;
    clear: none;
    float: left;
    text-align: left;
    padding-left:1em;
    width:350px !important;
}
.textNote a {
    display:none
}
.fieldRadio .fieldRadio_row input {
    border: none;
    background-color: transparent;
}
.textAreaWarning,
.textAreaInfo {
	font-size: 1em;
	margin-left: 5em;
	margin-bottom: 7px;
	clear: both;
	color: #770000;
}
.textAreaInfo {
	color: #005500;
}
.fieldText, 
.fieldLabel_textArea {
	border: 0px;
}
.fieldTextArea {
	padding-left:205px;
}
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;
	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;
	border-bottom: 2px outset #333333;
	border-right: 2px outset #333333;
	font-weight: bold;
	font-size: .8em;
	color: #3333FF;
}

/*
 * Messages
 */
 /*
 hides all h1 and h4 elements sitewide...bad!
.csc-header h1,
.csc-header h4 {
	display: none;
}
*/
.errorsNotPresent,
.errorsPresent {
	border: 4px solid #00AA00;
	background-color: #DDFFDD;
	width: 636px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 4px;
}
.errorsPresent {
	border: 4px 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 {
	font-family: arial;
	margin: 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:1px 0;
	padding:0 0 0 0;
	}
.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;
}




/* additions  - jpw */

.fieldRadio
{
  margin-bottom: 5px;
  margin-left: 222px;
}

.fieldRadio_row
{
  width: 430px;
  float: left;
  display: inline;
}

.fieldRadio_row label
{
  padding-left: 2px !important;
  padding-bottom: 3px;
  padding-top: 3px;
}

.textNote
{
  margin-top: 3px;
}

.indentNote
{
  margin: 3px auto auto 150px;
}

.requiredMarker_radio
{
  float: left;
  color: #FF0000;
  font-size: 1.2em;
}

#formDiv p, #formDiv h4
{
  margin-left: 18px;
  margin-right: 18px;
}