body, html
{
		margin: 0px;
		padding: 0px;
		font-size: 13px;
		font-family: Arial;
		background:#fff;
		/*font-weight: bold;*/
		/* Turn off font resizing */
		-webkit-text-size-adjust: none;   
}

img, div, ul, li {border:0; padding:0; margin:0}


a
{
		text-decoration: none;
		color:#708e00;
}



/* Set the background color of the page when the body tag's class attribute is equal to portrait. 
   The expression body[class="value"] is a CSS attribute selector where "body" is the html element to be styled, "class" the body's attribute to be
   manipulated, and "value" the class attribute's value, which is either portrait, landscapeLeft, or landscapeRight.
   This expression is used to dynamically select a body style according to the class attribute value. For instance, if the body's class attribute is set
   to landscapeLeft, then all style declarations matching body will be used to style "Handling iPhone or iPod touch Orientation Events". 
   The JavaScript updateOrientation function in the iPhoneOrientation.js file is used to set the body's class attribute to one of these values.
   Further information about CSS attribute selectors can be found at  http://www.w3.org/TR/css3-selectors/#attribute-selectors.
 */


/* Adjust a button when the body's class attribute is equal to portrait */
body .button    
{	
		background: white;
		width: 210px;
		height: 13px;
		
		padding: 10px 0px;
		margin: 10px auto;
		
		font-size: 15px;
		
		/* text is black on the button */
		color: black;
}


/* The leftContainer and rightContainer div elements are stacked up one after the other when the body's class attribute is equal to portrait. 
   They are both 200 pixels wide. */
body #leftContainer
{
		width: 200px;
		margin: auto auto;
}


body #rightContainer
{
		width: 200px;
		margin: auto auto;
}


/* Adjust a button when the body's class attribute is set to landscapeLeft */
body .button  
{
		background: black;
}


/* The container div is evenly split between leftContainer and rightContainer when the body's class attribute is set to landscapeLeft.
   leftContainer and rightContainer are stacked side by side. leftContainer aligns buttons to the left side of the page; 
   rightContainer aligns buttons to the right side of the page. 
body[class="landscapeRight"] #header {
	
}*/
#header {
	background:url(http://m.fring.com/static/images/mobile/wap_symbian_header_bkg.png) repeat-x left top;
	height: 47px;
}
#header span {display:block; background:url(http://m.fring.com/static/images/mobile/wap_symbian_banner.gif) no-repeat left top; height:47px}
body #leftContainer
{
		width: 50%;
		/* Align the div to the left of the page  */
		float: left;
}


body #rightContainer
{
		width: 50%;
		/* Align the div to the right of the page  */
		float: right;
}



/* Set the background color of the page when the body's class attribute is equal to landscapeRight 
body[class="landscapeRight"] 
{
		
}*/


/* Adjust a button when the body's class attribute is equal to landscapeRight 
body[class="landscapeRight"] .button  
{
		
}*/


/* The container div is evenly split between leftContainer and rightContainer when the body's class attribute is set to landscapeRight.
   leftContainer aligns buttons to the left side of the page; rightContainer aligns buttons to the right side of the page.
body[class="landscapeRight"] #leftContainer
{
		width: 50%;
		float: left;
}

body[class="landscapeRight"] #rightContainer
{
		width: 50%;
		float: right;
} */


/* Draw a rounded rectangle around a text */
 .button    
{
		font-weight: bold;
		text-align: center;
		
		width: 130px;
		height: 13px;
		font-size: 10px;
		
		/* text is white on the button */
		color: white;	
	
		/* Draw a rectangle around a text */
		border: 1px solid black;    
		
		/* Round each corner of the generated rectangle */
		-webkit-border-radius: 5px;   
		padding: 5px 0px;
		margin: 5px auto;
}


/* Defines styling properties for the currentOrientation div, which shows a message that indicates iPhone's current orientation after rotation */
#currentOrientation
{		
		width: 280px;
		text-align: center;
		margin: 10px auto;
}

/* The container div contains four buttons that are evenly divided between the inner leftContainer and rightContainer div elements.
   Its width does not change when iPhone switches between portrait and landscape orientations. */
body.home #container
{
		/* fixed width across all iPhone orientation changes */	
		background:url(http://m.fring.com/static/images/mobile/wap_symbian_center_bkg_all.png) repeat-x left 76px
}
#outheader {
	width: 100%;
	height: 52px;
	background-image: url(../../images/mobile/headerr.gif);
	background-repeat: repeat-x;
}
body.home #main-container {background:url(http://m.fring.com/static/images/mobile/wap_symbian_center_bkg.png) no-repeat left 29px;}
#about, #about-inner {text-align:center}
#about a, #about-inner a {color:#919191}
#about-inner {height:17px; border-top:1px solid #cdcece;padding: 3px 0 0;}
#menu {
	background:#efefef;
}

#menu ul {margin:0 auto; padding:0; list-style-type:none; width:233px; height:27px}
#menu ul li {display: block;float: left;height: 27px;width: auto;}
#menu ul li a, #menu ul li span {height:18px; display:block; margin:1px 0; color:#708e00; font-size:12px; padding: 3px 2px 0 30px;border: 2px solid #efefef;}
#menu ul li a:hover {border:2px solid #e1bd0c;}
#menu ul li.selected {background:#fff}
#menu ul li.selected span {font-weight: bold;; color:#000000;border-color:#FFFFFF; padding:3px 5px 0 27px}
#menu ul li a.download {background:url(http://m.fring.com/static/images/mobile/wap_symb_menu_download.png) no-repeat 2px top; width:51px;padding: 3px 9px 0 23px;}
#menu ul li a.fringout, #menu ul li span.fringout {background:url(http://m.fring.com/static/images/mobile/wap_symb_menu_fringout.png) no-repeat 2px top; width:45px}
#menu ul li a.blog {background:url(http://m.fring.com/static/images/mobile/wap_symb_menu_blog.png) no-repeat 2px top; width:26px}
#copy {
	font-size: 11px;
	text-align: center;
	background:#efefef;
	color:#919191;
	padding:7px 0 15px;
	margin-top: 3px;
}
a.downSub:hover {
	color:#82A410;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a.downSub:link {
	color:#82A410;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.downSub {
	color:#82A410;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#main, #main-about {	
	margin: 0 auto;
    padding-top: 3px;
    width: 233px;
}
#main-about {width:auto; padding:3px 5px 0}
#main div.home-right {float:right; width:130px; background-image:url(http://m.fring.com/static/images/mobile/wap_symb_home_text.png); background-repeat: no-repeat; background-position: left top; padding:77px 0 0}
#main div.home-right a#download {display:block; width:130px; height:57px; background-image:url(http://m.fring.com/static/images/mobile/wap_symb_home_download_sprite.png); background-repeat: no-repeat; background-position: 0 0}
#main div.home-right a#download:hover {display:block; width:130px; height:57px; background-image:url(http://m.fring.com/static/images/mobile/wap_symb_home_download_sprite.png); background-repeat: no-repeat ; background-position:0 -61px}
#main #fringOut-textbasic {height:40px; background:url(http://m.fring.com/static/images/mobile/fringOut_textbasic.png) no-repeat center center; padding:5px 0 0 70px;margin-top: 4px;}
#main #fringOut-textbasic-sub {padding: 7px 14px 9px;}
#main #fringOut-download {list-style-type:none; margin:0 7px; padding:0}
#main #fringOut-download li, #dll {padding-left:45px; margin-bottom:10px}
#main #fringOut-download li a, #dll a {border: 2px solid #000000;font-size:15px;font-weight:bold;height:24px;color:#000000;display:block;padding-top:6px;text-align:center;text-decoration:none;}
#main #fringOut-download li.download, #dll {background:url(../../images/mobile/icon_download.png) no-repeat left center;}
#main #fringOut-download li.download a, #dll a {background: #AFD035;}
#main #fringOut-download li.rates {background:url(../../images/mobile/icon_calculator.gif) no-repeat left center;margin-bottom: 14px;}
#main #fringOut-download li.rates a {background: #FCC63B;}
#main div.notfound, #main div.fringout-ad {padding:0 10px}
#main div.notfound p.icon {background:url(http://m.fring.com/static/images/mobile/icon_error_symbian.png) no-repeat 0 0; padding: 10px 0 10px 40px;}
#main div.notfound p a {color:#15779b; font-weight:bold}
#main div.notfound ul {list-style:inside; padding:5px}
#main div.notfound ul li {margin-bottom:5px}

#main div.fringout-ad h1 {background:url('http://m.fring.com/static/images/mobile/fringout_nokia.gif') no-repeat 15px 0; padding:6px 15px 0 75px; font-size:14px; height:42px}
#main div.fringout-ad p {font-size:13px; padding:5px 15px}
#main div.fringout-ad p a {font-weight:bold;}
#main div.fringout-ad div.nbox {border-top:2px solid #D7D7D7; margin:10px 5px 0; padding:5px 10px}
#main div.fringout-ad div.nbox p {font-size:12px; margin:7px 0; padding:0}
#main div.fringout-ad div.nbox p img {float:left; margin-right:10px}

#cont {
margin: 6px 6px 10px;
border: 2px solid #000;
background-color: #fcc63b;
}
#where {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	background-color: #ffd606;
	text-align: center;
	padding-bottom: 5px;
}
#dll {margin: 0 16px 14px 10px;}
#main p {
	margin: 0px;
	padding: 5px;
}
#main h3 {
	padding-left: 10px;
}
#main form {
	padding-left: 15px;
}
.linkf {
	float: left;
	padding-left: 24px;
	margin-left: 20px;
	height: 21px;	
	background-image: url(../../images/mobile/fringout_icon_small.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
}