/* Subscribe Form Styles
....................................................................... */
#subscribeform{
clear: both;
margin: 0 0 15px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #24212e;
}
#subscribeform form{
margin: 0;
padding: 0;
}
#subscribeform label{
}
#subscribeform input{
font-size: 1em;
color: #012a52;
background: #fff;
border: 1px solid #9bc3d2;
width: 217px;
padding: 3px;
margin-top: 3px;
}
#subscribeform .btn{ /* Submit Button */
float: right;
width: 69px;
height: 21px;
background: #73001e url(/assets/images/btn_submit.gif) 0 0 no-repeat;
color: #fff;
font-size: 0.8em;
font-weight: bold;
text-align: center;
text-transform: uppercase;
border: 0;
margin: 5px 15px 0 0;
}
