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

/* 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 { 
	margin: 1px 0 0 0;
	padding: 0px;
	border:none; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width: 100%; 
}
.e2ma_signup_form textarea { 
	height: 100px;
}

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

/* 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 {
	display: none;
	font-size:10px;
	color:#333333;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	font-variant:small-caps;
	letter-spacing: 2px;
	float:left;
	text-align:right;
	width:124px;
	padding:0;
	white-space:nowrap;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	margin-left:140px;
	font-family:verdana;
	font-size:11px;
	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-size:11px;
	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-size:11px;
	color:#333333;
	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 {
	width: 200px;
	font-size:11px;
	font-variant:small-caps;
	letter-spacing: 2px;
	text-align: left;
	color:#333333;
	padding: 0px;
	margin: 2px 0 5px 140px;
}

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

.e2ma_signup_form_required_asterix span {
	display: inherit;
	color:#000000;
}

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

#e2ma_signup_submit_button, #e2ma_signup_reset_button {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #efe4c6;
	border: 1px solid #d5c39d;
	}

/* 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: 60px !important;
}