.email_marketing{ margin-top: 20px; }

@charset "UTF-8";
/* Controls width of your form */
.e2ma_signup_form {
	width:550px !important;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text] { 
	border:2px solid #ddd; 
	padding:3px;
	color:#444;
	font: 1.3em/1.5em georgia, 'times new roman', times, serif;
	width: 350px !important; 
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	text-align: left;
	border:0;
	margin-bottom:5px;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    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 {
	font: 1em/1.5em georgia, 'times new roman', times, serif;
	color:#222;
	margin-bottom:16px;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font: bold 0.9em/1.5em georgia, 'times new roman', times, serif;
	color:#444;
	text-align:left;
	padding-top:11px;
	width:110px;
	float:left;
	text-transform:uppercase;
}

/* 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:#333333;
}

/* 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:#333333;
	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:#333333;
	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 {
	font: 0.7em/1.5em georgia, 'times new roman', times, serif;
	color:#333333;
	padding:5px;
	margin-top:5px;
	float:left;
}

/* 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: right;
	margin-top: 0;
	padding-right:73px;
}

/* 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 { 
    width: 80px !important;
	font: 1.2em/1.5em georgia, 'times new roman', times, serif;
	background-color:#410080;
	color:#fff;
	border:1px solid #000;
	padding:3px 0;
	text-align:center;
    
}

/*Forces input width to be correct for all browsers */
.e2ma_signup_form_element input {
	width: 160px !important;
}