HTML,BODY {
	HEIGHT: 100%;
	MARGIN: 0px;
	PADDING: 0px;
	BACKGROUND-COLOR: #FFFFFF;
	FONT-FAMILY: Verdana,Arial,Helvetica,Sans-serif;
	FONT-SIZE: 11px;
}
A:link {
	COLOR: #E39002;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #E39002;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #E39002;
	TEXT-DECORATION: none;
}
A:active  {
	COLOR: #E39002;
	TEXT-DECORATION: underline;
}

ul.follow {
	list-style:none;
	float:right;
	margin:3px 0 1px 0;
	padding:0;
}

ul.follow li {
	float:left;
	margin:0 6px 0 0;
	padding:0;
}

ul.follow li.big {
	float:left;
	margin:0 20px 0 0;
	padding:0;
}

ul.follow li  img, ul.follow li.big img {
	border:none;
}

ul.follow li a.small, ul.follow li a:hover.small, ul.follow li.big a, ul.follow li.big a:hover {
	font:italic normal 12px/12px Georgia, "Times New Roman", Times, serif;
	color:#63aadf;
	text-decoration:none;
}



/* EMAIL SIGNUP */
/* Controls width of your form */
.e2ma_signup_form {
	width:150px;
}

/* 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: 0; 
	width: 150px; 
	border: 1px solid #86c3df;
	color:#6ca8c4;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	font-weight: bold;
	padding:2px 0;
	margin-bottom:3px;
	border:none;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: none; /* 'none' prevents image from showing on sidebar, but will still show in detailed signup screen */
}

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

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	text-align:left;
	padding:5px 0 2px 0;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	color: #86c3df;
	line-height: 15px;	
}
/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {

}

/* 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-weight:normal;
	display: none;
}

/* 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 {
	border: 0;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	padding: 2px 5px;
    margin:0;
	font-style: italic;
	text-align: right;
	font-size: 10px;
	color:#86c3df;
}

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

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

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

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
	color:#FFFFFF;
	padding:2px;
	margin:0;
	border:none;
	text-decoration: none;
	background:#e39002;
	font-weight:normal;
     width: 60px !important;
}


