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

body {
	font-family: Arial;
	color: #666;
	background: url(../img/partner/mobile/new/bg-ddd.png) repeat-x bottom center;
	background-attachment: fixed;
	width: 320px;
	padding: 0 20px;
}

a.header, a.main-nav, h1, h2, p, ul.footer {
	/*width: 260px;*/
}

h1, h2 {
	margin: 4.25% auto;
	color: #002C5F;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h1 img {
	width: 100%;	
}

p {
	margin: 0 auto 25px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

a.header {
	margin: 25px auto;
	display: block;
}

a.main-nav {
	margin: 0 auto;
	display: block;
}

a.header img, a.main-nav img {
	width: 100%;
}

ul.footer {
	margin: 0 auto 25px;
	text-align: center;
}

ul.footer li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 4px;
}

ul.footer li:first-child {
	border: none;
}

ul.footer li a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

p.platform-desc img {
	vertical-align: top;
	margin: 0 5px 0 0;
}

p.error {
	color: #d52b1e;
}

form.m-contact {
	margin: 0 auto 25px;
	font-size: 14px;
	padding: 0 0 25px;
	border-bottom: 1px solid #ccc;
}

form.m-contact label {
	width: 65px;
	display: inline-block;
	margin: 0 0 5px;
}

form.m-contact label.message {
	vertical-align: top;
}

form.m-contact input, form.m-contact textarea, form.m-contact select {
	margin: 0 0 5%;
	font-family: Arial;
	width: 185px;
	height: 20px;
}

form.m-contact input, form.m-contact textarea {
	padding: 2px;
	width: 180px;
	border: 1px solid #ccc;
	background: url(../img/partner/mobile/new/bg-white.png) repeat;
	margin: 0 0 5%;
	font-size: 14px;
	color: #666;
	font-family: Arial;
	height: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form.m-contact input.error, form.m-contact textarea.error {
	border: 1px solid #d52b1e;
}

form.m-contact textarea {
	height: 90px;
}

form.m-contact input.submit {
	margin: 0;
	width: 37%;
	color: #fff;
	height: 20px;
	background: url(../img/partner/mobile/new/bg-teal.png) repeat;
	border: none;
}

.m-address {
	margin: 0 auto 25px;
	font-size: 14px;
}

.m-address ul {
	display: block;	
}

.m-address ul li img {
	height: 100%;
}

.m-address ul li {
	margin: 0 0 5px;
	height: 24px;
}

.m-address ul li.number a {
	color: #002C5F;
	font-size: 18px;
	text-decoration: none;
}

.clients-list {
	width: 260px;
	margin: 0 auto 25px;
}

/* =RECAPTCHA
ΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡΡ*/

#popupCaptcha {
	background: url(../img/recaptcha/bg-recaptcha.png);
	padding: 10px 0 0 13px;
	width: 312px;
	height: 119px;
	margin: 0 0 15px 0;
	line-height: normal;
}

#popupCaptcha label {
	font-weight: normal;
	color: #fff;
	margin: 0 0 3px;
	padding: 5px 0 0;
	display: block;
}

#recaptcha_image {
	margin: 0 0 8px;
}	

.recaptcha_input {
	float: left;
	width: 180px;
}

#popupCaptcha .recaptcha_input label, #popupCaptcha .recaptcha_input input {
	width: auto;
}

a.recaptcha-reload, a.recaptcha_only_if_image, a.recaptcha_only_if_audio, a.recaptcha-help {
	background: url(../img/recaptcha/icon-nav.png);
	display: block;
	width: 29px;
	margin: 0 0 0 180px;
}

a.recaptcha-reload {
	background: url(../img/recaptcha/icon-nav.png) 0 0;
	height: 16px;
}

a.recaptcha_only_if_image { /* switch to audio button */
	background: url(../img/recaptcha/icon-nav.png) 0 -15px;
	height: 16px;
}

a.recaptcha_only_if_audio { /* switch to image button */
	background: url(../img/recaptcha/icon-nav.png) 0 -30px;
	height: 16px;
}

a.recaptcha-help {
	background: url(../img/recaptcha/icon-nav.png) 0 -45px;
	height: 17px;
}

a.recaptcha-reload:hover {
	background: url(../img/recaptcha/icon-nav.png) -40px 0;
	height: 16px;
}

a.recaptcha_only_if_image:hover {
	background: url(../img/recaptcha/icon-nav.png) -40px -15px;
	height: 16px;
}

a.recaptcha_only_if_audio:hover {
	background: url(../img/recaptcha/icon-nav.png) -40px -30px;
	height: 16px;
}

a.recaptcha-help:hover {
	background: url(../img/recaptcha/icon-nav.png) -40px -45px;
	height: 17px;
}
