* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica;
	-webkit-text-size-adjust:none;
	background: #c5ccd3;
	color: rgb(0,0,0);
}
#topbar {
	height: 60px;
	background: rgb(64,76,97) url(/images/site/iphone/topbar.png) top left repeat-x;
	visibility: hidden;
}
#topbar img {
	margin: 10px 0 0 10px;
}
#content {
	min-height: 336px;
	margin: 10px;
}


#left, #center, #right {
	float: left;
/*	display: block;*/
	height: 40px;
	line-height: 40px;
	width: 100px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

}

#left {
	width: 103px;
	border: 1px solid #999999;

}

#right {
	width: 103px;
	border: 1px solid #999999;

}

#center {
width: 90px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

}

.active {
        color: #FFFFFF;
	background: rgb(206,209,211) url(/images/site/iphone/button-gradient-a.png) top left repeat-x;
}

.inactive {
        color: #555555; 
	background: rgb(206,209,211) url(/images/site/iphone/button-gradient.png) top left repeat-x;
}

#button {
	float: left;
/*	display: block;*/
	height: 40px;
	line-height: 40px;
	width: 300px;
	font-weight: bold;
	color: #555555;
	text-align: center;
	background: rgb(206,209,211) url(/images/site/iphone/button-gradient.png) top left repeat-x;
	border: 1px solid #999999;
	text-decoration: none;
	-webkit-border-radius: 10px;

}

#content-body {
	width: 280px;
	color: #444444;
	line-height: 130%;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
}
	

p.note {
	width: 300px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
	color: rgba(64,76,97,0.5);
/*	text-shadow: 0px -1px 1px #fff;*/
}
p.note a {
	color: inherit;
}
p.titles {
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
	color: rgb(76,86,109);
/*	text-shadow: 0px -1px 1px #fff;*/
}


