﻿/*iphoneMain.master specific css*/

#iphonecontainer .header_bar .goback a
        {
        	float:left;
        	background:transparent url(../images/iphone_skiptonav_button.gif) no-repeat scroll 0 0;
            color:#FFFFFF;
            display:block;
            font-family:helvetica,Arial;
            font-size:12px;
            font-weight:bold;
            height:30px;
            line-height:27px;
            text-align:center;
            vertical-align:middle;
            text-decoration:none;
            width:70px;
            margin:3px 0 0 3px;
        }
        .headerTitle
        {
        	margin-left:5px;
        	color:#FFFFFF;
            font-family:Helvetica;
            font-size:16px;
            font-weight:bold;
            line-height:35px;
            white-space:nowrap;
            float:left;
            width:100px
        }
