﻿/* Стили для всплывающего окна */
body {
    color: #262626;
	background: #f1f6fe;
	font: normal 12px/18px Verdana, sans-serif;
}
#container {
	width:450px;
	margin: 0 auto;
}
.top {
	min-width: 450px;
	width: 450px;
	padding-top: 0;
}
.center {
	min-width: 450px;
	width: 450px;
}
.wrapper {
	min-width: 450px;
	width: 450px;
}
.base {
	position: relative;
	width: 94%;
	height: auto;
	float: none!important;
	margin: 10px auto 0;
	padding: 5px 2%;
	border-radius: 5px;
	background: white;
	border: 1px solid #BDC39F;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
			box-shadow: 0 0 1px #505050;
	behavior: url("css/pie.htc");
	border-image: initial;
}
.content{
	height:100%;
}
.phone {
	overflow: hidden;
	padding-top: 20px;
	height:100%;
}
table.billing_info {
	margin: 0 auto;
	vertical-align: middle;
	width: auto;
}
.phone_input {
	color: #333;
	position:relative;
	float:right;
	border:1px solid #778899;
	width:100px;
	border-radius: 15px;
	padding:3px 10px;
	margin-right:10px;
	outline:none;
	-webkit-box-shadow: -1px 3px 4px -3px rgba(0,0,0,0.5) inset;
	   -moz-box-shadow: -1px 3px 4px -3px rgba(0,0,0,0.5) inset;
			box-shadow: -1px 3px 4px -3px rgba(0,0,0,0.5) inset;
}
.phone_submit_button {
	width: auto;
	height: auto;
	background: #ff9900;
    background:-webkit-linear-gradient(top, #ffaa00 0%, #ffbb44 5%, #ff9900 50%, #dd7700 95%, #bb5500 100%);
    background:-moz-linear-gradient(top, #ffaa00 0%, #ffbb44 5%, #ff9900 50%, #dd7700 95%, #bb5500 100%);
    background:-o-linear-gradient(top, #ffaa00 0%, #ffbb44 5%, #ff9900 50%, #dd7700 95%, #bb5500 100%);
    background:linear-gradient(top, #ffaa00 0%, #ffbb44 5%, #ff9900 50%, #dd7700 95%, #bb5500 100%);
	color: white;
	padding: 3px 9px !important;
	margin: 0!important;
	border: none;
	border-radius: 11px;
	text-decoration: none;
	float: none!important;
	cursor: pointer;
	border-image: initial;	
	position: relative;
}
#phone_example {
	text-align:center;
	margin:-10px 8px 0 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 9px;	
}
.hidden {
	display:none !important;
}
.comment {
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
}
.comment textarea {
	color: #333;
	margin: 0;
	padding:5px 10px;
	border:1px solid #778899;
	border-radius: 10px;
	outline:none;
	-webkit-box-shadow: -1px 3px 4px -3px rgba(0,0,0,0.5) inset;
	   -moz-box-shadow: -1px 3px 4px -3px rgba(0,0,0,0.5) inset;
			box-shadow: -1px 3px 4px -3px rgba(0,0,0,0.5) inset;
}
.description_payment {
	margin: 0 auto;
	padding: 10px 40px;
	text-align: left;
	color: #333;
}
#qiwiframe {
	display:none;
	width:570px; 
	height:560px;
}
.phone_submit_button:active {
	background: #ee8800;
    background:-webkit-linear-gradient(top, #bb5500 0%, #dd7700 5%, #ff9900 50%, #ffbb44 95%, #ffaa00 100%);
    background:-moz-linear-gradient(top, #bb5500 0%, #dd7700 5%, #ff9900 50%, #ffbb44 95%, #ffaa00 100%);
    background:-o-linear-gradient(top, #bb5500 0%, #dd7700 5%, #ff9900 50%, #ffbb44 95%, #ffaa00 100%);
    background:linear-gradient(top, #bb5500 0%, #dd7700 5%, #ff9900 50%, #ffbb44 95%, #ffaa00 100%);
}