* {margin: 0; padding: 0; font-family: Arial; vertical-align: baseline;}

.nav {height: 47px; margin-top: -47px; width: 100%; display: block;}

.menu {width: 100%; position: fixed; top: 0; left: 0; background: url('/images/bg.png') repeat-x scroll left bottom #ece6a1;}

.menu ul {width: 960px; display: block; margin: 0 auto; list-style: none;}

.menu ul a{ margin: 0px; font-size: 25px; display: inline-block; color: black; text-decoration: none;}

.menu ul a li{display: inline-block; margin: 10px 10px 15px 10px;}

.menu ul a li:hover {text-decoration: underline;}

.wrapper_bg {background: url(/images/bg_w.png); width: 100%;}

.head{ width: 100%; padding-top: 65px; background: url(/images/bg_reject_form.jpg) no-repeat center top;}

.head .head-logo {width: 960px; margin:0 auto; margin-top: 20px;} 

.head .head-logo h1 {color: #ff2500; width: 360px; font-size: 2em;}

.head .head-logo h2 {color: #ff2500; width: 360px; font-size: 2em;}

.head .head-logo span {display: inline-block;}

.head .images-reject-form {width: 960px; margin:0 auto; margin-top: 15px; padding-bottom: 20px; }

.head .images-reject-form form {background: #e5e5e5; width: 290px; border-radius: 10px; padding: 10px; display: inline-block; margin-left: 10px; margin-top: 30px; text-align: center; vertical-align: top; height: 290px; border: 1px gray solid;}

.head .images-reject-form form h2{text-align: center; font-weight: bold; font-size: 28px; color: #ff2500;}

.head .images-reject-form .icon-form  div {width: 280px; text-align: center; color: #f47721; display: inline-block; margin-right: 40px; }

.wrapper {background: url('/images/bg.png') repeat-x scroll left top transparent; }

.wrapper .content {width: 960px; display: block; margin: 0 auto; padding: 10px 0 25px 0; font-size: 20px;}

.wrapper .content a{color: #d16b13; text-decoration: none; }

.wrapper .content a:hover {color: #fcaf17; text-decoration: underline; }

.wrapper .content p {margin-bottom: 15px;}

.wrapper .content h1 {margin: 0 0 20px 0; font-size: 2em; font-weight: inherit;}

.wrapper .content ul li {margin-bottom: 15px; margin-left: 25px;}

.wrapper .content .message {display: inline-block; background: none repeat scroll 0% 0% #FFF; border-radius: 4px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); width: 443px; height: 380px; padding: 7px; margin: 10px; vertical-align: top;}

.wrapper .content .message img {float:left; margin: 0 10px 0 0; border: 1px gray solid;}

.wrapper .content .message .name {display: block; width: 100%; font-size: 30px; margin-bottom: 5px;}

.wrapper .content .message .city {display: block; width: 100%; font-weight: bold;  margin-bottom: 5px;}

.wrapper .content .review-from {display: block; margin-top: 10px; font-size: 25px; color: gray;}

.footer{ width: 960px; display: block; margin: 0 auto; height: 90px; padding: 20px 0;}

.footer span, .footer span h1 {font-size: 28px; color: black; font-weight: bold; vertical-align: top;  display: inline-block;}

.footer span span { font-size: 14px; margin-top: 12px; color: black;}

.footer span span a {text-decoration: none; color: #fc5617; }

.footer span span a:hover {text-decoration: underline;}

.footer span ul {text-decoration: none; font-size: 16px; display: inline-block; list-style: none;}

.footer span ul li {display: inline-block; margin: 10px; color: black; list-style: none;}

.footer span ul a li:hover {text-decoration: underline;}

.table-price {width:100%; border-collapse: collapse; border-spacing: 0px;}

.table-price tr td { padding: 10px 5px 10px 5px;}

.table-price tr:hover td:first-child {
	background-color: #fcaf17;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
}

.table-price tr:hover td:last-child {
	background-color: #fcaf17;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
}


.button {
	display: inline-block;
	margin: 10px 0;
	padding: 3px 20px;
	text-align: center;
	background: #ff9300;
	border: 3px solid #eee;
	color: black;
	line-height: 28px;
	font-weight:bold;
	text-decoration: none;
  	font-size: 18px;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	border-radius: 10px;

	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));

 /*тень*/
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgb(255, 255, 204);
	cursor: pointer;
}
.button:hover {background-color: #d11717;
text-align: center;
color: #FFFFFF;}

.button:active{
position: relative;
    top: 1px;
}
