@charset "UTF-8";
form#e2ma_signup {
	margin:0px;
	padding:0px;
}

/* Controls width of your form */
.e2ma_signup_form {
	width:220px;
	margin:0px;
}

/* 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:Georgia, Times, Times New Roman, serif;
	font-size:13px;
	width:100%;
	margin: 0px;
	padding: 0px;
	height: 18px;
	line-height: 14px;
	background-color: #c5cdc5;
	
}

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

/* 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 {
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:10px;
	color:#000000;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:13px;
	color:#000000;
	float:left;
	text-align:left;
	white-space:nowrap;
	padding-top:5px;
	border:0;
	font-weight: bold;
	width: 60x;
	
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:10px;
	color:#000000;
	width:155px;
	float:right;
	margin-left:5px;
	
}

/* 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:Georgia, Times, Times New Roman, serif;
	font-size:10px;
	color:#000000;
	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:Georgia, Times, Times New Roman, serif;
	font-size:10px;
	color:#000000;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:13px;
	color:#000000;
	text-align:left;
	margin-left:55px;
	padding:5px;
	margin-bottom:5px;
	border:0;
}

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

/* 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: inline;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 60px !important;
	height:20px;
	color: #000000;
	background: #c5cdc5;
	font-family:Georgia, Times, Times New Roman, serif;
	font-weight: bold;
}
