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

}

/* 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 { 
	border:1px solid #25354A;
	width: 244px;
	font-size: 13px;
}

.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea { 
width:239px; 
height:24px; 
background:url(https://mybodytech.com/BodyTechTemplates/images/txt-bg.png) repeat-x #fff; 
font-size:12px; 
color:#3e3e3e; 
margin:2px 0px 2px 0px; 
padding-left:5px;
border:1px solid #afafaf; 
}

#e2ma_signup_form_container {_display: inline; _float: left;}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	display: inline;
	float: left;
	width: 220px;
	margin-bottom: 8px;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: none;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
	display:none;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none; visibility: hidden;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-size:10px;
	color: #5a5a5a;
	text-transform: capitalize;
	margin-left:4px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:10px;
	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:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:10px;
	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:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:10px;
	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 {
	font-size:10px;
	text-transform: uppercase;
	color:#5a5a5a;
	border:0;
	padding:0;
	float: left;
	margin-top: -5px;
	margin-left:5px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#F3A018;
	margin-left:-6px;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:right;
	padding-top: 10px;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none; visibility: hidden;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    float: right;
	margin-top:-8px;
	background:url(https://mybodytech.com/BodyTechTemplates/images/submit-btn.png) no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	font-weight:bold;
	color:#fff; 
	text-decoration:none; 
	text-align:center; 
	display:block; 
	text-shadow:0.1em 0.1em 0.05em #3e3e3e; 
	width:88px; 
	height:27px; 
	border:none;
}

.e2ma_signup_form_button:hover { }