	/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general */
.clear { clear: both; }

@font-face {
  font-family: 'FranklinGothicBookC';
  src: url('./fonts/frg55__c.eot'); /* IE9 Compat Modes */
  src: url('./fonts/frg55__c.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/frg55__c.woff') format('woff'), /* Modern Browsers */
       url('./fonts/frg55__c.svg#franclingothic') format('svg'), /* Legacy iOS */
			 url('./fonts/frg55__c.ttf') format('truetype'); /* Safari, Android, iOS */      
  font-weight: normal;
  font-style: normal;
}

body {
	background-color: #fff;
	font-family: FranklinGothicBookC, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;	
	color: #6a6868;
}

a {
	color: #71b207;
	text-decoration: underline;
}

input, textarea, .checkbox {
	border: 1px solid #d7d7d6;
	height: 20px;
	font-size: 14px;
	color: #6a6868;
	font-family: FranklinGothicBookC, Arial, sans-serif;
	padding: 2px 2px 2px 7px;
	-webkit-box-shadow: 0px 0px 3px 3px #d7d7d6;
	box-shadow: 0px 0px 3px 1px #d7d7d6;
	behavior: url(./resources/css/PIE.htc);
}

button, .blue-button {
	border: none;
	background-color: transparent;	
	font-family: FranklinGothicBookC, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

.top-line {
	width: 100%;
	height: 6px;
	background-color: #2794cd;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

header { background-color: #f9f9f9; }

#header-nav {
	width: 100%;
	height: 23px;
	background-color: #2794cd;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.06em;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

#site-menu{
	float: right;
}


ul#site-menu li {
	float: left; /* элементы списка делаем блочными и выстраиваем в ряд */
	height: 20px; /* высоту лучше жестко указать, чтобы выпадающее меню появлялось в предсказуемом месте */
	cursor: pointer;	
	z-index: 1;
	padding-top: 3px;
}

#header-nav a {
	color: #fff;
	text-decoration: none;
}

.logotype {	
	margin-top: 24px;
	margin-left: 14px;
	width: 192px;	
	float: left;
}

.logotype_bs {	
	margin-top: 47px;
	margin-left: 3px;
	width: 347px;
	height: 61px;
	float: left;
}

.logotype_bs img{
  margin-top: 13px;
}	

.slogan {
	float: right;
	margin-right: 10px;
	margin-top: 79px;
}

/* content */
span.bold {
	font-weight: bold;
}

#background {
	background: url("../img/bbg.png") repeat-x scroll 0 0  #ededed;
	/*background-position: 0 275px;*/
	padding-bottom: 32px;
  /*border: #000000 1px solid;*/
}

.main-line {
	position: absolute;
	top: 343px;
	width: 100%;
	height: 39px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #f9f9f9;
	background: #eeeeee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeeee), to(#e7e7e7));
	background: -webkit-linear-gradient(#eeeeee, #e7e7e7);
	background: -moz-linear-gradient(#eeeeee, #e7e7e7);
	background: -ms-linear-gradient(#eeeeee, #e7e7e7);
	background: -o-linear-gradient(#eeeeee, #e7e7e7);
	background: linear-gradient(#eeeeee, #e7e7e7);
	-pie-background: linear-gradient(#eeeeee, #e7e7e7);
	behavior: url(./resources/css/PIE.htc);
}

.horisontal-line {
	width: 100%;
	height: 2px;
	background-color: #e5e5e5;
	position: absolute;
	top: 384px;
}

.main-wrapper { 
	position: relative;
	/*height: 545px; */
	z-index: 1;
}

h1 {
	color: #4e4c4c;
	font-size: 30px;
	font-weight: normal;
}

#main-actions {
	width: 610px;
	margin-left: 382px;
	margin-top: -7px;
/* 	position: absolute;
	right: 5px; */
}

.box {
	position: relative;
	padding: 20px;
	margin-top: 18px;	
	width: 150px; 
	height: 128px;
	float: left;
}

.box h2 {
	text-transform: uppercase;	
	font-size: 17px;
	font-weight: 500;
	line-height: 19px;
	text-align: center;
}

.box button {
	position: absolute;		
	top: 128px;
	left: 50px;
}

.box-text {
	height: 37px;
	padding-top: 10px;
	color: #6a6868;
	font-size: 11.6px;
	line-height: 13px;
	letter-spacing: 0.01em;
	text-align: center;
}

.blue-box {	 
	background-color: rgb(223, 237, 244);
	box-shadow: 0px 3px 3px 0px #e5e5e5; 	
	-webkit-box-shadow: 0px 5px 6px 1px #e5e5e5;		
	border-radius: 7px; 
	-webkit-border-radius: 7px;
	behavior: url(./resources/css/PIE.htc);
}

.blue-box h2 {	
	color: #2794cd;	
}

#blue-button, .blue-button {
	background-image: url(../img/blue_button.png);
	width: 88px;
	height: 28px;	
	padding: 4px 5px 7px 5px;
}

.blue-button {
  background-repeat: no-repeat;
  display: block;
  padding: 4px 0 7px;
  width: 90px;
  height: 16px;
}

.orange-box {	 
	margin-left: 18px;
	background-color: #f2e9c5;
	box-shadow: 0px 3px 3px 0px #e9e9e9; 	
	-webkit-box-shadow: 0px 5px 6px 1px #e9e9e9;		
	border-radius: 7px; 
	-webkit-border-radius: 7px;
	behavior: url(./resources/css/PIE.htc);
}
.orange-box box-tex{
padding: 5px;
}

.orange-box h2 {	
	color: #c6a509;	
}

.green-box {	 
	margin-left: 18px;
	background-color: #dbe9c4;
	box-shadow: 0px 3px 3px 0px #efefef; 	
	-webkit-box-shadow: 0px 5px 6px 1px #efefef;		
	border-radius: 7px; 
	-webkit-border-radius: 7px;
	behavior: url(./resources/css/PIE.htc);
}

.green-box h2 {	
	color: #71b207;	
}

.main-operators {
	height: 43px;
	padding-top: 12px;
	padding-left: 6px;
	color: #6a6868;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.01em;
}

.top-action {
	position: relative;
	top: 57px;
	float: right;
	width: 120px;
	margin-left: 43px;	
	margin-right: 7px;
}

.top-action a, .partner-logo a, .partner-action a {
	color: #2794cd;
	text-decoration: none;
	font-size: 17px;	
}

.partner-logo {
	position: relative;
	top: 24px;
	float: right;
	/*width: 120px;*/
	margin-left: 43px;	
	margin-right: 7px;
	margin-bottom: 10px;
}

.partner-action {
	position: relative;
	top: 57px;
	float: right;	
	margin-left: 43px;	
	margin-right: 7px;
}

.global-white-box {
	position: relative;
	top: 15px;
	width: 924px;
	background-color: #fff;
	margin: 0px auto;
	padding: 64px 23px 68px 53px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	behavior: url(./resources/css/PIE.htc);
	z-index: 1;
}

.global-white-box  h1 {
	font-size: 35px;
	line-height: 35px;	
}

.global-white-box hgroup h2 {
	font-size: 18px;
	line-height: 24px;
	color: #6a6868;
	font-weight: normal;
}

/* main page */
#find-out, #main-contacts {
	/*float: left;*/
	border-left: 1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	border-right: 1px solid #e3e2e2;
	-webkit-box-shadow: 0px 5px 5px 0px #d1d0d0;
	box-shadow: 0px 5px 5px 0px #d1d0d0; 
	behavior: url(./resources/css/PIE.htc);
}

#find-out h1, #main-contacts h1{ 
	color: #2794cd;
	font-size: 26px;
	margin-top: 15px;
	line-height: 28px;
}

#find-out {
	width: 944px;
	background-color: #ffffff;
	margin: 0px 0 -30px 0;
	padding: 10px 26px 10px 26px;
	position: relative;
	z-index: 2;
}

#find-out p {
	margin: 8px 0px;
	color: #666262;
}

.cc-find-out { 
	position: absolute;
	bottom: 20px;
}

.cc-find-out img {
	margin-right: 8px;
	display: inline-block;
	float: left;
}

#main-contacts {
	background-image: url(../img/main_map.png);
	background-repeat: no-repeat;
	background-position: 223px 134px;
	margin-left: 24px;
	width: 393px;
	height: 285px;
	background-color: #ffffff;
	margin-top: 74px;
	padding: 0 39px;
	position: relative;
	z-index: 2;
}

#main-contacts div {
  margin-top: 15px;
  margin-bottom: 5px;
}

#main-contacts img, #main-contacts p {
	float: left;
}

.phone p {
	color: #666262;
	margin-left: 9px;
}

.email p {
	margin-left: 6px;
	margin-top: 10px;
}

.skype p {
	margin-left: 14px;
	margin-top: 4px;
}
/* make online payment page */
.col-1 {
	float: left;
	width: 463px;
}

.col-2 {
	float: left;
	width: 414px;
	margin-left: 44px;
  margin-top: 5px;
}
/* col 1 */
.search {
	width: 316px;
	height: 66px;
	background-color: #dbe9c4;
	margin-top: 26px;
	padding: 17px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 3px 3px 2px 0px #d1d1d1;
	box-shadow: 3px 3px 2px 0px #d1d1d1;
	behavior: url(./resources/css/PIE.htc);
	z-index: 2;
}

.search h1 {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	color: #71b207;
	font-weight: bold;	
}

.search div {
	margin-top: 12px;
}

.search div input, .search div button {
	display: block;
	float: left;
}

.search input {
	border: 1px solid #c4cdb4;
	width: 150px;
	-webkit-box-shadow: 0px 0px 2px 2px #c4cdb4;
	box-shadow: 0px 0px 2px 2px #c4cdb4;
	behavior: url(./resources/css/PIE.htc);
}

.search button {
	background-image: url(../img/search_button.png);
	width: 87px;
	height: 29px;
	margin-left: 16px;
	margin-top: -1px;
	padding: 4px 5px 7px;
}

.payment-categories {
	font-size: 14px;
	margin-top: 36px;
}

.payment-categories ul, .payment-categories span {
	display: inline-block;
	float: left;
}

.payment-categories ul li {
	float: left;
	cursor: pointer;	
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #6a6868;
}

.payment-categories li.last { border: none; }

.category-operator {
	margin-top: 13px;
}

.category {
	margin-top: 11px;
	width: 463px;
	background-color: #dbe9c4;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px; 
	behavior: url(./resources/css/PIE.htc);
}

.category h2 {
	background-color: #67a206;
	height: 20px;
	font-size: 16px;
	color: #fff;
	padding: 6px 16px 0px 16px;
	font-weight: normal;
}

.category h2 .arrow {
	background-image: url(../img/arrow.png);
	width: 9px;
	height: 11px;
	margin-top: 2px;
	margin-right: 8px;
}

.category h2 span {
	display: inline-block;
	float: left;
}

.operators-box {
	padding: 0px 0px 30px 0px;
}

.operator {
	width: 115px;
	float: left;
	margin-top: 30px;
	font-size: 12px;
	font-family: 'Myriad Pro', FranklinGothicBookC, Arial, sans-serif;
	margin-left: 39px;
	text-align: center;
}

/* col 2*/
#direct-payment {
	width: 355px;
	/*height: 226px;*/
	border: 2px solid #e5e5e5;
	background-color: #f9f9f9;
	margin-top: -12px;
	padding: 18px 20px 20px 20px;
	color: #6a6868;
	font-size: 14px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	behavior: url(./resources/css/PIE.htc);
}

#direct-payment h1 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;	
	line-height: 25px;
}

#direct-payment table {
	margin-top: 10px;
}

#direct-payment table td {
	padding: 9px 9px 0px 0px;
	white-space: nowrap;
}

#direct-payment #mobile-code, #direct-payment #amount, #direct-payment #captcha {
	width: 57px;
}

#direct-payment #mobile-phone {
	width: 104px;
}

.td-captcha input, .td-captcha img {
	display: block;
	float: left;
}

.td-captcha img {
	margin-top: 2px;
	margin-left: 5px;
}

.small-font {
	font-size: 11px;
	color:#6a6868;
}

.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.align-center { text-align: center; }

section.contacts {
	background-image: url(../img/main_map.png);
	background-repeat: no-repeat;
	background-position: 194px 103px;
	margin-top: 48px;
	padding-left: 7px;
}

section.full {
  background-position:191px 30px;
  height:170px;
}

.contacts div {
 margin-top: 15px; 
  margin-bottom: 5px;
}

.contacts img, .contacts p {
	float: left;
}

.contacts h1{ 
	color: #2794cd;
	font-size: 26px;
	line-height: 28px;
}

/* make payment page operator*/
.global-white-box-with-lock {
	background-color: #fff;
	background-image: url(../img/lock.png);
	background-repeat: no-repeat;
	background-position: 55px 61px;
	position: relative;
	top: 15px;
	width: 720px;	
	margin: 0px auto;
	padding: 72px 140px 150px 140px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	behavior: url(./resources/css/PIE.htc);
	z-index: 1;
}

.global-white-box-with-lock  h1 {
	font-size: 35px;
	line-height: 35px;	
}

.pay-note {
	margin-top: 15px;
	font-size: 14px;
}

.pay-note span {
	color: #2794cd;
}

.payment-form {
	position: relative;
	background-color: #dbe9c4;
	width: 582px;
	margin-top: 44px;
	padding: 36px 50px 36px 50px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	behavior: url(./resources/css/PIE.htc);
	z-index: 1;
}

.payment-form h2 {
	font-weight: 500;
	font-size: 17px;
	color: #71b207;
	text-transform: uppercase;	
}

.widget {margin-top: 5px;}

.operator-logo {
	position: absolute;
	top: 36px;
	right: 50px;
}

#payment-form p {
	margin-top: 21px;
	clear: both;
	display: block;
	float: left;
}

#payment-form p label {
	width: 120px; 
	margin-right: 30px;
	display: inline-block;
	float: left;	
	margin-top: 5px;
}

#payment-form select, #payment-form input {	
	border: 1px solid #c4cdb4;
	-webkit-box-shadow: 0px 0px 2px 2px #c4cdb4;
	box-shadow: 0px 0px 2px 2px #c4cdb4;
	behavior: url(./resources/css/PIE.htc);
	display: inline-block;
	float: left;
}

#payment-form select {
	height: 26px;
	padding: 2px 2px 2px 7px;
	color: #6A6868;
  font-family: FranklinGothicBookC,Arial,sans-serif;
  font-size: 14px;
}

.total-amount {
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.p-captcha img, .p-captcha input, .p-captcha label {
	display: block;
	float: left;
}

.p-captcha img {
	margin-left: 10px;
	margin-top: 2px;
}

.captcha-text {
	display: inline-block;
	margin-left: 150px;
}

#payment-form #payment-sbmt {	
	font-size: 18px;	
	background-image: url(../img/green_button_large.png);
	width: 118px;
	height: 36px;
	padding: 4px 5px 7px 5px;
	margin-left: 150px;
}

.larr {
	display: inline-block;
	background-image: url(../img/arrow_large.png);
	width: 13px;
	height:13px;
	margin: 4px 0px -1px 5px;
}

.error {
	color: #c11814;
	/*font-size: 16px;*/
	margin-top: 10px;
}

.error li {
	padding: 5px 0px 5px 0px;
}

.payment-form .error {
	width: 440px;
}

.notify { color: #71b207; }

/* */
.response {
	font-size: 14px; 
	background-color: #DBE9C4;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 3px 3px 2px 0 #D1D1D1;
	margin-top: 26px;
	margin-bottom: 75px;
	padding: 17px;
	z-index: 2;
}

.response h2 {
	font-weight: 500;
	font-size: 17px;
	color: #71b207;
	text-transform: uppercase;	
	margin-bottom: 10px;
}

/* static pages */
.static-page-navigation {
	position: absolute;
	top: 23px;
	left: 53px;
	font-size: 12px;
}

.static-page-navigation a {
	color: #c6a509;
	text-decoration: underline;
}

.static-page-navigation ul li {
	float: left;
	cursor: pointer;	
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #c6a509;
	line-height: 13px;
}

.static-page-navigation li.last { border: none; }

.global-white-box hgroup h2.green, h2.green {
	color: #71b207;
	font-size: 18px;
}

.global-white-box hgroup h4.green, h4.green {
	color: #71b207;
	font-size: 16px;
}

.static-text-box {
	margin-top: 32px;
	font-size: 14px;
	line-height: 19px;
}

.static-text-box p {
	margin-top: 18px;
}

.static-text-box b {
	font-weight: bold;
}

.static-text-box ul, ol {
	padding-left: 13px;
	margin-top: 5px;
}

.static-text-box ul li{
	list-style-type: disc;
}

.underlined {
	text-decoration: underline;
}

.blue-link {
	color: #2794CD;
}

.static-text-box .title {
	margin-top: 18px;
	text-align: center;
}

.img-box {
	border: 2px solid #ebebeb;
	height: 195px;
	width: 390px;
}

.static-text-box ul.about > li {
	list-style-type: none;
}

.static-text-box li {
	margin-top:10px;
}

.marg18 { margin-top: 18px; }

.static-text-box h3 {
	color: #71b207;
	font-size: 15px;
	margin-top: 18px;
}

/*contact*/
.grey-form {
	width: 582px;	
	border: 2px solid #e5e5e5;
	background-color: #f9f9f9;
	margin: 0 auto;
	padding: 18px 20px 20px 20px;
	color: #6a6868;
	font-size: 14px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	behavior: url(./resources/css/PIE.htc);
}

.grey-form h1 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;	
	line-height: 25px;
}

.grey-form table {
	margin-top: 10px;
}

.grey-form table td {
	padding: 9px 9px 0px 0px;
	white-space: nowrap;
}

.grey-form input {
	width: 330px;
}

.grey-form input.checkbox {
	width: 17px;
	height: 17px;
}

.grey-form textarea {
	width: 330px;
	height: 100px;
}

.grey-form #captcha {
  position: relative; 
  top: 2px; 
  left: 3px;
}

.grey-form  #in-captcha {
  width:60px;
}

.grey-form  #refresh {
  position: relative; 
  top: 2px; 
  left: -2px; 
  width: 16px; 
  height: 16px;
}
.grey-form  #desc-block {
  min-height:80px;
  /* height:80px; */
}

.grey-form  #contact_tab {
  margin:20px 0 30px 50px; 
  line-height:20px;
}

table td.wspace {
  white-space: normal;
}

/* footer */
footer {
	height: 74px;
	filter: alpha(Opacity=50); /* Прозрачность в IE */
	background-color: #fff;
	padding-top: 16px;
}

.opacity05 {
	opacity: 0.5;
}

#cc-footer {
  display: block;
  height: 28px;
  text-align: center;
}

#s-cc {
	float: left;
}

#s-cc div { 
	float: left; 
	margin-left: 5px;
}

#s-visa {
	background-image: url(../img/s_visa.png);
	width: 40px;
	height: 23px;
}

#s-visa-electron {
	background-image: url(../img/s_visa_electron.png);
	width: 37px;
	height: 23px;
}

#s-master-card {
	background-image: url(../img/s_master_card.png);
	width: 35px;
	height: 22px;
}

#s-maestro {
	background-image: url(../img/s_maestro.png);
	width: 35px;
	height: 22px;
}

#s-cirrus {
	background-image: url(../img/s_cirrus.png);
	width: 34px;
	height: 23px;
}

#s-web-money {
	background-image: url(../img/s_web_money.png);
	width: 77px;
	height: 21px;
}

#s-okpay {
  background-image: url("../img/okpay-logo-88x31-white.png");
  background-size: contain;
  height: 21px;
  width: 60px;
}

#verified {
	float: right;
}

#verified a {
	display: inline-block;
	border: none;
	float: left;
}

#verified #mc {
	margin-left: 12px;
	margin-top: 4px;
}

a.bnr {
  display: inline-block;
}

a.bnr > img {
  display: block;
}

#nav-footer {
	margin-top: 8px;
}

#nav-footer a {
	color: #808080;
	text-decoration: underline;
}

#nav-footer nav { float: left; }

#nav-footer nav a {
	font-size: 11px;
}

#nav-footer ul li {
	float: left;
	cursor: pointer;	
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #808080;
	line-height: 13px;
}

#nav-footer li.last { border: none; }

#nav-footer p { 
	float: right;
	font-size: 13px;
  margin-top: -3px;
}

.w-list {
  display:table;
  width: 450px;
  padding: 32px 0 0px 0px;
  /*border: #000000 1px solid;*/
}

.w-list a{
  display:block;
  height: 20px;
  width: 181px;
  float: left;
  margin: 1px 1px;
  background: #efefef;
  padding: 3px 0 0 5px;
}

.w-list a:hover{
  background: #dfdfdf;
  
}

.word-green {
  color: #71b207;
  font-weight:600;
}

.top10 {
  padding-top: 10px;
}

ul.circle, ul.circle li{
  list-style-type: circle;
}

.padd {
  padding:0 0 5px 0;
}

.mtop30 {
  margin-top: 30px;
}

ul.li_none li{
	list-style-type: none;
}

#foot-height {
  height:50px;
}

#lng-switch {
	position:relative;
  float: left;
	left: 0px;
	font-size: 8px;
  margin: 2px 0 0 5px;
}

#lng-switch a {
	font-size: 12px;
}

#lng-switch span {
  cursor:pointer; 
  font-size:12px;
}

.grey-form > div {
  padding: 9px 0;
}

.grey-form  #desc-block {
  height: auto;
  min-height: 0;
  padding-top: 18px;
}

.grey-form #left-desc {
  display: block;
  float: left;
  width: 100px;
}

.grey-form #right-desc {
  display: block;
  float: left;
  width: 460px;
}

.grey-form  #bottom-block {
  text-align: center;
  padding-bottom:0px;
}

.grey-form  .attent{
  clear: both;
  display: block;
  width: 100%;
  padding-top: 18px;
}

div.service {
  padding: 16px 0;
}

.service .title {
  display: block;
  margin: 5px 0;
}

.amount {
  padding: 1px;
}

.pay-method {
  overflow: auto;
}

.pay-method > a {
  display: block;
  float: left;
  overflow: auto;
  text-align: center;
  margin-right: 20px;
}

h2.inside {
  padding-bottom: 10px;
}

p.inside {
  padding-bottom: 10px;
}

.grey-form > form input#pm_email {
  display: block;
  margin-bottom: 20px;
}

.grey-form > form input#pm_check {
  display: block;
  float: left;
  margin-right: 10px;
  width: 0;
}

.grey-form > form span#service_terms {
  display: block;
  height: 24px;
  padding: 4px 0 10px;
}

form#pm_form {
  display: inline;
}

.grey-form  form#pm_form #bottom-block {
  overflow: auto;
}

.grey-form form#pm_form .blue-button {
  margin-left: 200px;
  float: left;
}

.grey-form form#pm_form #blue-button {
  float: left;
}
