/* Full Width Opt-in Bar */
#optin-single input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 2px #ccc;
    -moz-box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
}

#optin-single input[type="text"] {
    background: #fff url(../images/input.png) repeat-x bottom;
    border: 1px solid #ccc;
    float: left;
    font-size: 14px;
    margin: 0 15px 15px 0;
    padding: 8px 10px;
    width: 200px;
}

#optin-single input[type="submit"] {
    background: #217b30 url(../images/green.png) repeat-x top;
    border: 1px solid #137725;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
    text-shadow: -1px -1px #1c5d28;
    text-transform: uppercase;
    width: auto;
    margin-top: 2px;
}

#optin-single input[type="submit"]:active {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

#optin-single input.email { background: #fff url(../images/email.png) no-repeat center right }
		#optin-single input.name { background: #fff url(../images/name.png) no-repeat center right }

#optin-single {
    width: 600px ;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    float: right;
margin-top: -33px;
    margin-right: 100px;
}

.signup_form {
    height: 55px;
    background: #eee;
     padding-top: 1em;
    background-attachment: scroll;
    background-image: url(../images/stripe1.png);
    background-position: 0 100%;
    background-repeat: repeat no-repeat;
width: 100%;
}
.signup_form h3{
    font-size: 25px;
    font-weight: bold;
    font-family: Finger Paint;
    margin-left: 100px;
}


@media screen and (max-width: 850px) {
	
	.signup_form h3 { display: none; }
	.signup_form #optin-single { margin: 0 auto; }
}

@media screen and (max-width: 600px) {
	.signup_form { display: none; }
}