

/* email input*/
#mc_embed_signup input.email {
	float:left;
display: block;
padding: 6px 0;
margin: 0 4% 5px 0;
text-indent: 5px;
width: 230px;;
margin-left: 15px;
line-height: 10px;
border-radius: 3px;
height:12px;
}

/* whole form*/
#mc_embed_signup {
background-color:#008C8C;
clear: left;
font: 14px;
width: 463px;
border-radius: 3px;
height:85px;
}

/* button*/
#mc_embed_signup input.button {
	background:url(../images/newsletter_btn.png)3px 5px no-repea;
	float:left;
display: block;
margin-left: 385px;
margin-top:-30px;
}

#mc_embed_signup input.button:hover{ background-color:#3F1F00;
}

/* button text*/
#mc_embed_signup .button {
clear: both;
background-color: #F60;
border: 0 none;
border-radius: 4px;
color: white;
font-size: 12px;
font-weight: bold;
height: auto;
line-height: 21px;
text-align: center;
text-decoration: none;
margin-bottom:2px;
vertical-align: top;
white-space: nowrap;
}

/* email input border*/
#mc_embed_signup input {
border: 1px solid grey;
-webkit-appearance: none;
}

/* header*/
#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
margin-left:-10px;
padding-top:10px;
}

/* email header text*/
#mc_embed_signup label {
	float:left;
display: block;
font-size: 15px;
font-style:normal;
padding-top:2px;
font-weight: bold;
color: #f7f8f8;
margin-left: 20px;
}

