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

/* 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 { 
	float: left;
	width: 255px;
	border: none;
	padding: 5px 0 0 5px;
	font-size: 11px;
	color: #666666; 
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	float: left;
	background-image: url(../tempImages/emailField.gif);
	background-repeat: no-repeat;
	display: block;
	width: 279px;	
	height: 25px;
	border: none;
	padding: 0 0 0 5px;
	margin-top: 9px;
	font-size: 11px;
	color: #666666;

}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    display: none;
    /*
	text-align:center;
    display: inline;
*/
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    display: none;
    /* border:0; */
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none;
	/*
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
*/
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	display: none;
	/*
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	padding-top:5px;
*/
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	float: left;
	font-family:verdana;
	font-size:10px;
	margin-top: 4px;
	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-family:Verdana, sans-serif;
	font-size:10px;
	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-family:Verdana, sans-serif;
	font-size:10px;
	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 {
	display: none;
	/*
font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
*/
}

/* 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 {
	float:left;
	display: inline;
}

/* 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 {
    float: right;	
    color: #ffffff;
    margin-top: 10px;
	background-image: url(../tempImages/emailSubmitBtn.gif);
	background-repeat: no-repeat;
	display: block;
	width: 50px !important;	
	height: 22px;
	border: none;
}
input.e2ma_signup_form_button:hover{
	background-position: 0 -22px;
}

input.e2ma_signup_form_button:active{
	background-position: 0 -44px;
}    