#toSmartPhoneSite a {
display:block;
width:988px;
text-align:center;
font-size:36px;
font-weight:bold;
color:#FFF;
line-height:96px;
border-top:solid 2px #000;
border-bottom:solid 2px #000;
background-color:#0091bd;
background: -webkit-gradient(linear, left top, left bottom, from(#009fc6), to(#0085b6));
background: -moz-linear-gradient(top, #009fc6, #0085b6);
}

* html #toSmartPhoneSite {/* IE 6 */
display:inline;
zoom:1;
vertical-align:middle;
}

*:first-child+html #toSmartPhoneSite {/* IE 7 */
display:inline;
zoom:1;
vertical-align:middle;
}

#toSmartPhoneSite a:link,
#toSmartPhoneSite a:visited,
#toSmartPhoneSite a:hover,
#toSmartPhoneSite a:active {
color:#FFF;
text-decoration: none;
text-shadow: 3px 3px 3px #222;
}
