﻿/* 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 { 
	width: 150px; 
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	padding:5px;
	margin-bottom:5px;
	width:160px;
	float:left;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
    display:none;
	font-weight:bold;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	font-size:12px;
	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-size:12px;
	color:#333333;
	font-weight:normal;
	display:none;
}
.e2ma_signup_form_group_list {
	float:left;
	padding-right:10px;
}

.e2ma_signup_form_group_list input {
	vertical-align: middle;
}

/* 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-size:11px;
	padding-right:5px;
	margin-bottom: 10px;
	float:left;
}
/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:left;
}

/*Subscribe to Newsletters */

a.subscribe {margin-top:-5px; display: block; width: 93px; height: 35px; background: url(images/buttons/subscribe.gif) no-repeat 0 0; overflow:hidden; text-indent:-100000; font-size:0px; line-height:0em;}   
  
a:visited.subscribe {background-position: 0 0;}   
a:hover.subscribe {background-position: 0 -35px;}   
a:active.subscribe {background-position: 0 0px;}