@charset "UTF-8";

#myemma {width:470px; min-height:155px; float:right; background-color:#e7ca27;
font-size:11px; line-height:14px; color:#FFFFFF; padding:11px 15px 34px 15px;}

#myemma h2 {margin:0; padding:0; font-size:22px; line-height:24px; font-weight:normal; color:#FFFFFF; padding-bottom:3px;}


/* Controls width of your form */
.e2ma_signup_form {
	width: 240px;
}

/* 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 { 
	font-family: arial,helvetica,verdana,sans-serif;
	width: 240px;
	font-size: 11px;
	color: #666;
	border: 0px;
	display:block;
	margin: 0 0 10px 0;
}
.e2ma_signup_form select {
	font-family: arial,helvetica,verdana,sans-serif;
	border: 0;
	font-size: 11px;
	color: #666;
	border: 0;
	display:block;
	margin: 0 0 10px 0;
}
.e2ma_signup_form textarea { 
	height: 100px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	padding: 0;
	margin: 0;
}

/* 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 {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:11px;
	color:#333333;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 11px; 
	line-height: 14px; 
	color: #fff;
	text-transform: capitalize;
	padding: 0 0 2px 0;
}


/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
	display: none;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color: #fff;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	padding: 0;
	margin: 10px 0 0 0;
}

/* 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) */
.e2ma_signup_form_button { 
    /*width: 60px !important;*/
    width: 56px;
    height: 20px;
    background: url('http://www.300feetout.com/assets/button-submit.gif') no-repeat;
    cursor: pointer;
    border: 0;
    display: block;
    float: right;
    text-indent: -10000px;
}