@charset "UTF-8";
/* Controls width of your form */
.e2ma_signup_form {
	width:260px;
	margin:0;
	padding:0;
}

/* 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 { 
	font-family:'Arial Unicode MS', Arial, Helvetica, sans-serif;
	border: none;
	background:#5a5a5a;
	color: #ffffff;
	font-size: 12px;
	height:17px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border:none;
	padding:0;
	margin:0;
}

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

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

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	display:none;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font: normal normal 10px/17px 'Arial Unicode MS', Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	text-align:left;
	float:left;
	padding:2px 4px;
	margin:0;
	height:17px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	font-family:'Arial Unicode MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	float:left;
}

/* 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:'Arial Unicode MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	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:'Arial Unicode MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	display:none;
}

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

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:left;
	height:17px;
	font-family:'Arial Unicode MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding: 0 4px;
	margin:0;
}

/* 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 { 
	font-family:'Arial Unicode MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#DB5526;
	background-color:none;
	border:1px solid #747476;
	background:none;
	text-transform:lowercase;
}

.e2ma_signup_form_button .input {
	background:none;
	background-color:none;
}