

/* email input*/
#mc_embed_signup input.email {
	float:left;
display: block;
padding: 6px 0;
margin-top:5px;
text-indent: 5px;
width: 170px;;
margin-left: 20px;
line-height: 10px;
border-radius: 3px;
height:6px;
font-size:11px;
}

/* whole form*/
#mc_embed_signup {
background-color:#0075B5;
font: 14px;
width: 193px;
border-radius: 3px;
height:105px;
}

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

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

/* button text*/
#mc_embed_signup .button {
clear: both;
background-color: #C84725;
border: 0 none;
border-radius: 4px;
color: white;
font-size: 9px;
font-weight: bold;
height: auto;
line-height: 15px;
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:3px;
}

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

#newsletter{ margin-top:25px;
   margin-left:15px;
   float:left;
   width:220px;
}

#newsletter h2{font-size:13px;
    margin-top:5px;
	font-weight:bold;
	color:#fff582;
	font-style:normal;

}

.mc-field-group{
	 margin-top:-5px;
}
