body {
	background-color: #000033;
}
.body_copy {
	color: #FFFFFF;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
}
.bold_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EF6008;
	text-decoration: none;
}
.whiteheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.bold_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EF6008;
	text-decoration: none;
}




@charset "UTF-8";
/* Controls width of your form */

.e2ma_signup_form {
	width:300px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */


.e2ma_signup_form input[type=text],


.e2ma_signup_form textarea,


.e2ma_signup_form select { border:0px solid #ccc; 
	font-family:Verdana, sans-serif;
	font-size:10px;
	width: 150px; 
}

/* Controls width, style, and padding of the table border outlines around individual member fields */


.e2ma_signup_form_row {
	border:0px solid #ddd;
	padding:1px;
	margin-bottom:0px;
}

/* Controls alignment and display of image in welcome message */


.e2ma_signup_image_container {
    text-align:left;
    display: inline;
}

/* Controls border around signup image (when image is linked) */


.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */


.e2ma_signup_message {
text-align:left;font-family:Verdana, sans-serif;
	font-size:10px;
	color:#ea592b;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */


.e2ma_signup_form_label {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#ea592b;
	text-align:left;
	padding-top:5px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */


.e2ma_signup_form_element {
	font-family:verdana;
	font-size:10px;
	color:#ea592b;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */


.e2ma_signup_form_group_label {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#ea592b;
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */


.e2ma_signup_form_groups {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#ea592b;
	border:0px solid #01075f;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */


.e2ma_signup_form_required_footnote {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#ea592b;
	border:0px solid #01075f;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the color of the asterisk that indicates a field is required */


.e2ma_signup_form_required_asterix {
	color:#FF0000;
}

/* Controls the alignment of "submit" and "clear" buttons */


.e2ma_signup_form_button_row {
	float:left;
}

/* Controls display of the "clear" button */


.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: inline;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */


.e2ma_signup_form_button { 
    width: 70px !important;
}

