body {
	margin: 0;
	font-family: Helvetica;
	background: #ffffff;
	color: #000000;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

a, a:visited, a:active,a:hover {
	text-decoration: none;
	color:black;
}

.descr {
	font-family: Helvetica;
	font-size:15px;
	font-weight:nomal;
	padding-top:10px;
}

body > h1 {
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	color: #ffffff;
	background: #6d84a2 url(../images/iPhoneToolbar.png) repeat-x;
	border-bottom: 1px solid #2d3642;
}

h2 {
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	color: #FFFFFF;
	background: url(../images/iPhoneToolbar.png) #6d84a2 repeat-x;
	border-bottom: 1px solid #2d3642;
}

h3 {
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	color: #FFFFFF;
	background: url(../images/iPhoneToolbar.png) #6d84a2 repeat-x;
	border-bottom: 1px solid #2d3642;
}

h1 {
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	color: #FFFFFF;
	background: url(../images/iPhoneToolbar.png) #6d84a2 repeat-x;
	border-bottom: 1px solid #2d3642;
}

.button {position: absolute;
	top: 8px;
	right: 6px;
	-webkit-border-image: url(../images/iPhoneButton.png) 0 5 0 5;
	-webkit-border-radius: 0;
	border-width: 0 5px 0 5px;
	padding: 0;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-decoration: none;
	background: none;
}

#homeButton {
	left: 6px;
	right: auto;
	-webkit-border-image: url(../images/iPhoneBackButton.png) 0 8 0 14;
	border-width: 0 8px 0 14px;
}

#goButton {
	-webkit-border-image: url(../images/iPhoneGoButton.png) 0 5 0 5;
}

a.button, a.button:visited, a.button:active,a.button:hover {
	text-decoration: none;
	color:white;
}

.goButton {
	right: 6px;
	left: auto;
	-webkit-border-image: url(../images/iPhoneGoButton.png) 0 5 0 5;
	border-width: 0 5px;
}

body > div,
body > form,
body > ul {
	left: 0;
	top: 41px;
	min-height: 418px;
	margin: 0;
	padding: 0;
}

body > ul > li {
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0;
	background: url(../images/iPhoneArrow.png) no-repeat right center;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
}

body > ul > li > a {
	display: block;
	padding: 8px 32px 8px 8px;
	text-decoration: none;
	color: inherit;
}

body > ul > li > a > img {
	position: static;
	width: 29px;
	height: 29px;
	float: left;
	margin: -3px 10px 5px -3px;
	border: none;
}

.panel {
	box-sizing: border-box;
	padding: 10px;
	background: #c8c8c8 url(../images/pinstripe.jpg);
}

/************************************************************************************************/

fieldset {
	box-sizing: border-box;
	margin: 0;
	border: none;
	padding: 10px 6px;
	background: url(../images/iPhoneToolbar.png) #7388a5 repeat-x;
}

label {
	position: absolute;
	margin: 18px 0 0 6px;
	font-size: 14px;
	color: #BBBBBB;
}

input, select {
	box-sizing: border-box;
	margin: 10px 0 0 0;
	padding: 6px 6px 6px 50px;
	font-size: 16px;
	width: 80%;
	font-weight: normal;
}

.copyimg {
	padding-bottom: 10px;
}