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

#e2ma_signup_form_container {
background-color:#e3e3e3;
margin:30px 0 0;
padding:20px;
width:470px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text] { 
border:1px solid #CCCCCC;
font-size:13px;
padding:5px;
width:270px;
}

.e2ma_signup_form select { 
border:1px solid #ccc; 
width: 150px;
margin:5px 0;
height:23px;
}

.e2ma_signup_form textarea { 
border:1px solid #ccc; 
width: 280px;
height:80px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
padding:15px 5px 25px;
clear:both;
}

.ie7 .e2ma_signup_form_row {
margin-top:-15px;
}

/* 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 {
display:none;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
color:#0C6BB1;
float:left;
font-weight:bold;
margin-right:20px;
padding-top:5px;
text-align:right;
text-transform:capitalize;
width:150px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
color:#151515;
float:left;
width:290px;
}

.e2ma_signup_form_group_list {
margin-bottom:20px;
}

/* 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 {
color:#442C01;
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 {
color:#442C01;
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;
}

.e2ma_signup_form_required_footnote .e2ma_signup_form_required_asterix {
color:#FFFFFF;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
color:#900;
font-weight:bold;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
margin-top:15px;
text-align:center;
clear:both;
}

.e2ma_signup_form_group_list input {
margin:5px 5px 0 0;
}

/* 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_submit_button { 
background-color:#0061a8;
border:none;
font-size:120%;
padding:10px 20px;
font-weight:bold;
text-align:center;
cursor:pointer;
margin-top:30px;
color:#ccc;
}

#e2ma_signup_reset_button {
background-color:#cecece;
border:none;
font-size:120%;
padding:10px 20px;
font-weight:bold;
text-align:center;
cursor:pointer;
margin-top:30px;
color:#a4a4a4;
}

#e2ma_signup_submit_button:hover, #e2ma_signup_reset_button:hover {
color:#fff;
}
