/* this box contains the newsletter signup form*/
.containform {
width:210px;
margin: 5px auto;
border: 1px solid #F6F0E2;
padding:5px;
}

/* table cells */
.containform td{
margin:0;
padding:0;
color:black;
}

/* paragraph style for the form */
.containfrom p{
margin-top:0px;
}

/* "sign up for your free newsletter */
.newsletter {
font-size:12px;
font-weight:bold;
color:black;
display:block;
margin-bottom:0px;
}

/* labels for form */
.formLabel {
font-size:13px;
color:black;
}

/* input boxes */
.myinput {
	display: block;
	width: 115px;
	float: left;
	margin-bottom: 2px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* submit button */
.submit {
clear:left;
display:inline;
margin:5px;
width:55px;
border: 1px solid #333;
background-color: #79ABC4;
color: #fff;
font-size: 100%;
}

/* error styles */
.error {
color:#FF0000;
font-weight:bold;
font-size:11px;
}


/* privacy link, also used for newsletter archive link */
.privacy {
color:#A3480B;
font-weight:bold;
}





