@charset "UTF-8";

/* Controls width of your form */

.e2ma_signup_form {

        width:410px;

}

 

/* 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 #006600; 

        font-family:'Georgia', 'Times New Roman', 'Times', 'serif';

        font-size:10px;

        width: 200px; 
		
		background: #f3f1cd;
		
		padding: 2px;

}

 

/* Controls width, style, and padding of the table border outlines around individual member fields */

.e2ma_signup_form_row {

   
       padding:2px;

        margin-bottom:1px;

}

 

/* 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:'Georgia', 'Times New Roman', 'Times', 'serif';

        font-size:11px;

        color:#000;
		
		margin: 0 0 10px 0;
		
		text-align: left;

}

 

/* Controls style and formatting of form field labels (first name, last name, etc.) */

.e2ma_signup_form_label {

        font-family:'Georgia', 'Times New Roman', 'Times', 'serif';

        font-size:11px;
		
		font-weight: bold;

        color:#333333;

        float:left;

        text-align:left;

        width:125px;
		
		margin: 0;

        padding: 3px 0 0 0;

        white-space:nowrap;
		
		text-transform: capitalize;

}

 

/* Controls spacing and style for any text used to list options under multiple choice fields) */

.e2ma_signup_form_element {

        margin-left:150px;

        font-family:'Georgia', 'Times New Roman', 'Times', 'serif';

        font-size:10px;

        color:#000;

}

 

/* 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:'Georgia', 'Times New Roman', 'Times', 'serif';

        font-size:11px;

        color:#000;

        font-weight:normal;
		
		margin: 0 0 5px 0;

}

 

/* 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:'Georgia', 'Times New Roman', 'Times', 'serif';

        font-size:11px;

        color:#333333;

        padding:5px;

        margin-bottom:0;

}

 

/* Controls the style and spacing of the word "required" and border surrounding that text */

.e2ma_signup_form_required_footnote {

        font-family:'Georgia', 'Times New Roman', 'Times', 'serif';

        font-size:11px;

        color:#000;
		
		height: 0;

        padding-top:10px;

        margin-bottom:0px;
		
		float: left;

}

 

/* Controls the color of the asterisk that indicates a field is required */

.e2ma_signup_form_required_asterix {
		
		height: 0;

        
		color:#FF0000;

}

 

/* Controls the alignment of "submit" and "clear" buttons */

.e2ma_signup_form_button_row {

        text-align: center;

}

 

/* Controls display of the "clear" button */

.e2ma_signup_form_button_row #e2ma_signup_reset_button {

        /*display: inline; */
		visibility: hidden;
		position: absolute;
		right: 0;
		bottom: 0;

}

 

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */

.e2ma_signup_form_button { 

    font-family:'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 11px;
	width: 110px !important;
	background: #006600;
	color: #fff;
	font-weight: bold;
	float: right;
	margin-right:26px;
	margin-top:10px;

}