/*
MAIN LOGO TOP
*/
#logo_wrap {
margin:25px 0px;
padding:0px;
text-align:center;
height:156px;
}
#logo {
width:760px;
margin:0px auto;
height:156px;
}
#logo img { border:0px; }
/*
MAIN 5 BUCK OFFER
*/

.fivebuck {
border:1px solid #ff9900;
font-size: 16px;
font-style: normal;
font-weight:normal;
padding:10px;
text-align:left;
margin:0px 0px 15px 0px;
}
.five2 {
font-size: 14px; text-align: center;
font-weight:bold;
color:#0066ff;
padding:0px 5px 5px 5px;
margin:0px;
}
.five3 {
font-size: 14px;
text-align: center;
font-weight:normal;
padding:0px 5px;
margin:0px;
}

/*
MAIN NEW SIGNUP FORM
*/

div.signup-form {
font-size:10px;
line-height:25px;
border:1px solid #0066ff;
padding:10px;
margin:0px 0px 25px 0px;
}
input.txt { 
font-size:10px;
font-weight:bold;
}
input.submit
{
border: 3px double #ff9900;
border-top-color: #ff9900;
border-left-color: #ff9900;
padding: 2px;
background-color: #FFFFFF;
color: #0066ff;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
input.submit:active {
border: 3px double #0066ff;
border-top-color: #0066ff;
border-left-color: #0066ff;
}
