@charset "UTF-8";
/* Controls width of your form */


/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    display: none;
}
.e2ma_signup_message {
margin-bottom: 20px;
padding-bottom: 6px;
border-bottom: 1px solid #666666;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border:none;
	padding:2px;
	margin-bottom: 5px;
}
.e2ma_signup_form_label {
	float:left;
	text-align:right;
	width:100px;
	padding-top:5px;
	padding-right: 5px;
	white-space:nowrap
}
/* 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-top: 5px;
}

.e2ma_signup_form_groups {
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

.e2ma_signup_form_required_footnote {
	padding-top:15px;
	
}
/* 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 {
padding-top: 15px;
	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: 60px !important;
}