
#textWrapper{
	position:relative;
	width:600px;
	margin: 0 auto 0 auto;
}

#headline{
	position:relative;
	width:600px;
	height:25px;
	overflow:hidden;
	clear:both;
}

#headlineText{
	font-size:14px;
	font-weight:bold;
	color:#69A281;
	margin:5px 10px 8px 0;
	float:left;
}

#pairingLink{
	position:relative;
	float:right;
	width:auto;
	margin-top:5px;
	text-align:right;
	font-weight:bold;
}

#text{
	position:relative;
	width:600px;
	height:68px;
	overflow-y:auto;
	padding: 0 10px 10px 0;
	margin-bottom:7px;
/*	background:url('img/nav.jpg');*/
}

#phoneWrapper{
	position:relative;
  width:562px;
  clear:both;
  overflow:hidden;
	margin: 0 auto 0 auto;
}

#link1{
	width:218px;
	height:25px;
	font-size:9px;
  float:left;
  margin:0px;
	background:url('img/with_off.jpg') no-repeat;
}

#link1 a:link, #link1 a:visited{
  padding:5px 5px 5px 15px;
	color:#000;
	text-decoration:none;
	outline:none;
	display:block;
	overflow:hidden;
}

#link1 a.on, #link1 a.at_section{ 
	color:#fff;
	background:url('img/with_on.jpg') no-repeat;
}

#link2{
	width:220px;
	height:25px;
	font-size:9px;
  float:left;
  margin:0px;
	background:url('img/without_off.jpg') no-repeat;
}

#link2 a:link, #link2 a:visited{
  padding:5px 5px 5px 15px;
	color:#000;
	text-decoration:none;
	outline:none;
	display:block;
	overflow:hidden;
}

#link2 a.on, #link2 a.at_section{ 
	color:#fff;
	background:url('img/without_on.jpg') no-repeat;
}

#linkBetween{
	float:left;
}

#phoneNav{
	position:relative;
	width:560px;
	height:25px;
	margin-top:2px;
	overflow:hidden;
	/*border:1px solid #000;
	background:url('/uconnect/img/nav.jpg') no-repeat;*/
}

#phoneFrame{
	margin-bottom:10px;
	border:1px solid #66999A;
}