/**
 * Common styles accross all sites and devices
 */

.butnBg a, .butnBg a:visited {
    color:white;
    font-weight:bold;
    text-decoration: none;
    line-height:20px;
}
 
/**
 * SMS forms
 */
#smsSignup {
  padding-top:10px;
  padding-bottom:10px;
  text-align: center; 
  background:#626262;
}

#smsSignup form input {
    width: 70%;
    margin: 7px 1px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
}
#smsSignup input.submit{
    padding: 0px;
    font-size: 12px;
}
#smsSignup h1 {
    font-size: 1.1em;
    color: #fff;
    font-weight: normal;
    margin: 0px auto;
    padding: 0px;
    height: 33px;
    width: 286px;
    text-indent: -6000px;
}

#smsSignup.pvpush h1 {
    background: url(images/sms-signup-straight-02.png);
    height: 41px;
    width: 293px;
}

#smsSignup.hard4it h1 {
    background: url(images/sms-signup-gay.png);
}

#smsSignup h3 {
    font-size: 12px;
    color: #fff;
}
#smsSignup form img {
    height: 30px;
    vertical-align: middle;
}