@charset "UTF-8";
/* CSS Document */

/* Controls width of your form */
.e2ma_signup_form {
	width:100%;
	overflow:hidden;
	margin-top:13px;
	margin-left:5px;

}

/* 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: 1px solid #CC3300;
	padding: 1px; 
	width: 135px; 
		}
		
	
/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border: none;
	float: left;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
  }


/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
float:left;
font-weight:bold;
margin-top:3px;
margin-right:3px;
}

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

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

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
float: right;

}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
	height:0px;
	overflow:hidden;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 70px !important;
	color: #ffffff;
background: #CC3300;
border: 1px outset #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}