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

#e2ma_signup_form_container {
background:#ece3c5 url(images/contact_bg.jpg) no-repeat;
border:1px solid #e3d3ac;
height:830px;
margin:30px 0 0;
padding:130px 20px 20px;
width:470px;
}

.ie8 #e2ma_signup_form_container {
height:850px;
}

.ie7 #e2ma_signup_form_container {
height:900px;
}

/* 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:240px;
}

.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:5px 5px 45px;
clear:both;
}

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

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

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

/* 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 {
background-color:#D16B00;
color:#FFFFFF;
font-weight:bold;
padding:5px;
margin:45px 5px 5px;
text-transform:capitalize;
text-align:center;
clear:both;
}

.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:#D16B00;
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:none;
background:url(images/form_btns.gif) no-repeat;
width:86px;
height:30px;
border:none;
color:#529214;
padding-left:25px;
font-size:12px;
font-weight:bold;
}

#e2ma_signup_submit_button:hover {
background-position:0 -30px;
cursor:pointer;
}

#e2ma_signup_reset_button {
background-color:none;
background:url(images/form_btns.gif) no-repeat 0 -60px;
width:86px;
height:30px;
border:none;
color:#D12F19;
padding-left:25px;
font-size:12px;
font-weight:bold;
}

#e2ma_signup_reset_button:hover {
background-position:0 -90px;
cursor:pointer;
}