* {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
html > body {
  font-size: 13px;
}
body {
  font-size: 13px;
  line-height: 1.231;
}
p, ul, ol, dt, table {
  margin: 0em 0px 1.1em 0px;
}
a {
  color: #ff6600;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
b, em, i, strong, u {
  color: inherit;
  font-size: inherit;
}
h1 {
  color: #ff6600;
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 1em 0px 1em 0px;
}
h4 {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  margin: 1em 0px 1em 0px;
} 
img {
  border: 0px;
}
p, ol, ul {
  margin: 0em 0px 1.385em 0px;
}
sub, sup {
  font-size: 8px;
}
table {
  font-size: 1em;
}
td {
  margin: 0.2em 5px 0.2em 5px;
}
ul {
  padding: 0em 0px 0em 15px;
  list-style-type: disc;
}
ol {
  padding: 0em 0px 0em 20px;
}
ul li {
  margin: 0em 0px 0.2em 3px;
}


#main {
  background-color: #FF6600;
  padding: 10px;
}
#main a, #main p {
  color: white;
}
#main h1 {
  font-size: 24px;
  line-height: 1.333;
  color: white;
}


/* eActivist Form Styles */
.eaErrorMessage {
  padding: 0;
}      
.eaErrorMessage * {
  color: #CC0000;
  font-weight: bold;
}      

.eaMandatoryFieldMarker {
  color: #990000;
}              
.eaFullWidthContent  {
  width: 398px;
  clear: both;
  vertical-align: middle;
}

.eaRecipientBlock {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin: 0em 0px 0.667em 0px;
  padding: 0;
}

.eaFormInstruction {
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0px 0em 0px;
}
.eaQuestionLabel {
  display: none;
}
.eaOtherInstruction {
  color: white;
  font-style: italic;
  font-size: 11px;
  line-height: 1.455;
  margin: 0px 0px 1em 0px;
}
.eaFormElementLabel {
	width: 200px;
	float:left;
	font-weight: bold;
}
input.eaMessageSubject {
    width: 398px;
    clear: both;
    border: 1px solid #666;
    padding: 2px;
    margin-bottom: 0.5em;
}
input.eaMessageSubject:focus {
	background-color:#f9f9f9;
}
textarea.eaMessageContent {
    width: 398px;
    height: 440px;
    font-size: 11px;
    line-height: 1.455;
    border: 1px solid #666;
    padding: 2px;
    margin-bottom: 0.5em;
}

.eaMessageSignoffContainer {/* Disable this for now */
    display: none;
}
input.eaMessageSignoff {
    width: 398px;
    border: 1px solid #666;
    padding: 2px;
    margin-bottom: 0.5em;
}
input.eaMessageSignoff:focus {
	background-color:#f9f9f9;
}
input.eaFormTextfield {
    width: 192px;
    float: right;
    border: 1px solid #666;
    padding: 2px;
    margin-bottom: 0.5em;
}
input.eaFormTextfield:focus {
	background-color:#f9f9f9;
}
.eaFormSelect {
    width: 198px;
    float: right;
    border: 1px solid #666;
    padding: 2px;
    margin-bottom: 0.5em;
}

.eaQuestionCheckboxFormFieldContainer {
    margin-bottom: 0.5em;
}
.eaQuestionCheckbox input {
    margin-right: 5px;
}

/* Buttons */
.eaSubmitResetButtonGroup {
    display:block;
	clear:both;
    margin-top: 1em;
}
.eaSubmitButton, .eaResetButton {
    color: white;
    background-color: #FF6600;
    border: 1px outset #333333;
    padding: 2px;
}
.eaSubmitButton:hover, .eaResetButton:hover {
    color: #FF6600; 
	background-color: #FFFFFF; 
	border: 1px inset #333333;
}


