

/* Controls text in the center of main graphic */
.centercopy {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:arial;
	font-size:1px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	line-height:1em;
}

@charset "UTF-8";
/* Controls width of your form */
.e2ma_signup_form {
	width:290px;
	border:0px solid #ccc;
}

/* Controls the style, width, and font style of the text input and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea {
border:1px solid #999; 
	font-family:Verdana, sans-serif;
	font-size:11px;
	width: 167px; 
	position: relative;
	padding:1px 0 2px 4px;
	left:-5px;
	text:"test";
}

/* Controls the style, width, and font style of the select fields */
.e2ma_signup_form select { 
	border:0px solid #ccc; 
	font-family:Verdana, sans-serif;
	font-size:11px;
}
.e2ma_signup_form textarea { 
	height: 0px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border:0px solid #ddd;
	padding:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right: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
Found in Color Stylsheets 
.e2ma_signup_message {
	padding-bottom:10px;
	font-family:Verdana, sans-serif;
	font-size:16px; 
	color:red;
}
*/

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family:Verdana, sans-serif;
	font-size:0px;
	color:#aaaaaa;
	text-align:left;
	width:0px;
	padding-top:0px;
	white-space:normal;
	display:none;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	margin-left:5px;
	font-family:verdana;
	font-size:11px;
	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:11px;
	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:11px;
	color:#333333;
	border:0px 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 {
	font-size:0px;
	color:transparent;
	display: none;	
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:transparent;
	display: none;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {

}

/* 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) */
/* DEfined in individual stylesheets
	.e2ma_signup_form_button { 
  border:0 none;
	float:left;
	height:18px;
	position:relative;
	left:-1px;
	width:18px;
	text-indent:-9000px; /* this hides the default text that comes on a submit input width: 60px !important; */	
}
*/