#vid {
	width: 700px;
	height: 842px;
	position: relative;
	padding-top: 222px;
	padding-left: 211px;
	background: url(http://blueringmobile.com/images/version2/iPhoneFrame3b.png) 0 0 no-repeat;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

#title {
font-size: medium;
float: left;	
}

div#description {
	padding-bottom: 1em;
}

a#appstore {
	float: left;
	border: none;
}

div#appstore {
	margin-left: 120px;
	margin-top: 26px;
}

div#twitter {
	clear: both;
	margin-top: 1em;
}

a#twitter {
	float: left;
	border: none;
}

div#twitter_link {
	margin-left: 60px;
	margin-top: 10px;
}


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
margin: 0;
padding: 0 0 0 12px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
list-style: none;
margin: 0;
padding: 0;
border: none;
float: right;
}

ul.tabbernav li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

ul.tabbernav li a
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #fff;
margin: 0;
padding: 7px 12px;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-right: 1px solid #aaa;
}

ul.tabbernav li a:link { color: #0099CC; }
ul.tabbernav li a:visited { color: #0099CC; }

ul.tabbernav li a:hover
{
background: #ddd;
}

ul.tabbernav li.tabberactive a
{
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	color: #003399;
	font-weight: bold;
}

ul.tabbernav li.tabberactive a:hover
{
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 clear: both;
 padding-top: 1em;	

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}


/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
