html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	color: #666;
	width: 100%;
	background: none;
}

a img {
	border: 0;
	width: 100%;
	z-index: -1;
}


a.header img {
	border: 0;
	width: auto;
}

a.header {
	border: 4px solid #fff;	
}

a:focus {
	border-right: 4px solid #3CB6CE;
}

input:focus, textarea:focus {
	border: 2px solid #3CB6CE;
}

.header-btm img {
	width: 100%;
}

.wrapper {
	width: 80%;
}

.header {
	display: block;
}

h1, h2, h3, p, ul {
	width: 85%;
	margin: 0 auto 20px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #002C5F;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 35px;
	background: url(../img/partner/mobile/icons.png) no-repeat 10px -4px;
	margin-bottom: 10px;
}

h2.u {
	background-position: 10px -29px; 
}

h2.v {
	background-position: 10px -54px; 
}

h2.c {
	background-position: 10px -79px; 
}

h2.w {
	background-position: 10px -104px; 
}

h2.wp {
	background-position: 10px -129px; 
}

h2.a {
	background-position: 10px -154px; 
}

div.tos h2 {
	background-image: none;
	font-weight: bold;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 18px;
}

a.platform img {
}

a.platform {
	display: block;
	border: 4px solid #fff;
	/*width: 320px;
	height: 55px;
	background: url(../img/partner/mobile/nav.png);*/
}

a:focus.platform {
	border-right: 4px solid #3CB6CE;
}


ul {
	clear: both;
	width: 85%;
	margin: 0 auto 10px;
}

ul li {
	list-style: none;
	padding: 0;
}

ul li.label {
	font-weight: normal;
	font-size: 12px;
}

ul li.submit {
}

ul li input, ul li textarea {
	border: 1px solid #ccc;
	width: 100%;
	padding: 1px;
}

ul li textarea {
	height: 100px;
}

ul li input.submit {
	border: none;
	padding: 1px;
	background: #ccc;
	color: #666;
	width: 100px;
}

ul li input:focus.submit, ul li input:hover.submit {
	border: none;
	padding: 1px;
	background: #3CB6CE;
	color: #fff;
	width: 100px;
}

.clients {
	/*background: url(../img/partner/mobile/bg-clients.png);*/
	/*width: 320px;*/
	/*height: 474px;*/
}

.clients img {
	width: 100%;	
}

ol {
	padding-left: 25px;
	list-style: upper-roman;
	list-style-position: inside;
	font-size: 12px;
	line-height: 18px;
}

ol li {
	margin-bottom: 10px;
	margin-left: 25px;
	padding-right: 20px;
}
