<style type="text/css" >
		
/* Controls width of your form */
.e2ma_signup_form {
	width: 238px;
	margin: 0;
	padding: 0;
}

/* 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 { 
	width: 196px; 
	padding: 6px 10px 6px 10px;
	font-size:100%;
	color:#444444;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}

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

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

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	text-align:left;
	font-size:12px;
	color: #333333;	
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	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 {
	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;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	visibility: hidden;
}


#e2ma_signup_reset_button {
	visibility: hidden;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button {
	display:block;
	width: 119px!important;
	height: 29px!important;
	background: #333 url(http://cactest.org/images/btn_sign_up.gif) no-repeat;
	background-repeat: no-repeat;
	cursor:pointer !important;
	margin-right: 58px;
	margin-left: 58px;
	background-position: center center;
	border-top-style:none;
  	border-bottom-style:none;
   	border-left-style:none;
   	border-right-style:none;
	text-align:right;
	font-size:1px;
	color:#b9d027;

}

/*************************************************/


</style>