@charset "UTF-8";
/* Controls width of your form */

.e2ma_signup_form {
width:310px;
margin-top:4px;
}

#e2ma_signup_form_container {
width:310px;
}

.ie8 #e2ma_signup_form_container {
}

.ie7 #e2ma_signup_form_container {
}

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

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

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

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

/* Controls alignment and display of image in welcome  */
.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 {
float:left;
margin-right:20px;
text-transform:capitalize;
width:100px;
line-height:15px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
font-weight:bold;
font-style:italic;
color:#FFF;
float:left;
margin-top:-2px;
}

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

.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:#c51920;
font-weight:bold;
}

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

.ie7 .e2ma_signup_form_button_row {
padding-top:5px;
}

.e2ma_signup_form_group_list input {
margin:0 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:none;
background:url(images/miniform_btns.png) no-repeat;
width:130px;
height:54px;
border:none;
color:#A1C0D3;
font-family:Cambria,Georgia,Times,serif;
font-size:20px;
font-style:italic;
font-weight:bold;
}

#e2ma_signup_submit_button:hover {
background-position:0 -54px;
cursor:pointer;
color:#f2d6d6;
}

#e2ma_signup_reset_button {
background-color:none;
background:url(images/miniform_btns.png) no-repeat 0 -108px;
width:130px;
height:54px;
border:none;
color:#666666;
font-family:Cambria,Georgia,Times,serif;
font-size:20px;
font-style:italic;
font-weight:bold;
margin-left:10px;
}

#e2ma_signup_reset_button:hover {
background-position:0 -162px;
cursor:pointer;
color:#f2d6d6;
}
