/* CSS Styles to add for the mailer form */

body,
#mailerform { /* here you can set the general font sizes, colors, background-colors, etc. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990003;
	text-decoration: none;
	background-color: #D6B576;
	
}
#mailerform a { /* this is mainly for the Unsubscribe link at the bottom of the box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990003;
	text-decoration: none;
	
}
#mailerform a:hover { /* hover properties for unsubscribe link */
	
}
#mailerform .required { /* this is the styling for the required fields on the form, i.e. email, confirm email as well as the required text at the top of the form */
	
}
#mailerform table { /* if you want to add any styling to the table, i.e. borders, etc. */
	
}
#mailerform td {  /* if you want to add styling to the cells in the table */
	
}
#mailerform .attributename { /* here you can style the text next to the input boxes */
	
}
#mailerform input { /* this one is for the styling of the submit button */
	
}
#mailerform .attributeinput input { /* This is mainly for the two email enter boxes */
	
}
#mailerform select.attributeinput { /* this one is mainly for the dropdown box on the form */
	
}
#mailerform h3 { /* This is for the thank you page for subscribing after subscription takes place */
	
}
#mailerContainer, #mailerContainer div { background: #D6B576 !important; text-color: #990003 !important;} /* here, you can modify the background and text color to suit your sites color scheme */
#mailerContainer .attributeinput input,#mailerContainer .attributeinput select {font-color: #000000; background: #ffffff} /* here you can modify the input boxes text and  background colors to suite your sites color scheme */

/* ---------------------- DO NOT MODIFY ANYTHING BELOW THIS LINE ---------------------------*/
#mailerContainer { width: 210px; height:180px; position: absolute; top:-3px;left:0px; font-size: 10px;}
#mailerContainer p.required {display: none;}
#mailerContainer div {font-size: 10px;}
#mailerContainer div.attributeinput input { width: 150px;margin: 0px auto;font-size: 10px;height: 18px;}
#mailerContainer div.attributeinput select { width: 150px !important;margin: 0px auto;font-size: 10px; height: 18px;}
#mailerContainer div { text-align: center; color:#990003 !important; }
#mailerContainer p input {width: 50%;margin-top: -13px; height: 18px;font-size: 9px; }
#mailerContainer p {text-align: center; font-weight: bold; }
