@charset "UTF-8";
/* CSS Document */

/* Emma */

/* Controls width of your form */
.e2ma_signup_form {
	width:200px;
	margin:0;
	padding:0;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input { 
	float:left;
	padding:0;
	margin:0;
	width:130px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border:none;
	padding:0;
	margin:0;
	float:left;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    display: none;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	display: none;
}

/* 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:right;
}

/* 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: 60px !important;
}