html {
    background: #080317;
    color: #fff;
}

body {
    margin: auto;
	font-family: Georgia;
    background: url(/style/img/wave.png);
}

.wrapper {
    margin-top: 5%;
    padding-bottom: 10px;
}

.wrapper:before,
.wrapper:after {
  content:"";
  display:table;
}

.wrapper:after {
  clear:both;
}

.wrapper {
  zoom:1;
}

.menu {
  text-transform: uppercase;
  font-family: Georgia;
  margin-top: -10px;
  text-align: center;
}

.menu ul {
    padding: 0;
}

.menu a {
  color: #bdb5ca !important;
  text-decoration: none;
  padding: 0px 20px;
}

.menu li:hover {
  color: #bdb5ca;
  border-bottom: dotted 1px #bdb5ca;
}

.menu li {
	display: inline;
}

.footer {
    position: absolute;
    margin: auto !important;
    text-align: right;
    padding: 5px 0 10px;
    width: 98%;
    font-size: 14px;
    color: #bdb5ca;
    font-family: Times New Roman;
}

.row {
    margin-top: -30px;
}

.content {
    width: 616px;
	min-height: 451px;
    margin-top: 19px;
    margin-bottom: 39px;
    margin: auto;
}

.inner-content {
    padding-top: 50px;
    padding-left: 65px;
    padding-right: 50px;
    padding-bottom: 50px;
	color: #332c22;
    font-family: Times New Roman;
	font-size: 16px;
	}

.sidebar {
	display: none;
} 
h1 {
    min-height: 63px;
    text-align: center;
    color: #ceccc8;
    margin-top: -17px;
    font-size: 18px;
    padding-top: 30px;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgba(17,8,5,0.9);
}

/*Кнопки*/
.button-out {
    display: inline-block;
    margin: 10px 0 0px 140px;
    background-color: #6c1c11;
    position: relative;
}

.button {
    padding: 10px 30px;
    color: #000;
    border: solid 1px transparent;
    width: 150px;
    cursor: pointer;
}

.button:hover {
    padding: 10px 30px;
    color: #000;
    border: solid 1px #f1ede7;
    width: 150px;
}

.button:before {
    top: 0;
    right: 0;
    border-bottom-left-radius: 100%;
}
.button:after {
    bottom: 0;
    left: 0;
    border-top-right-radius: 100%;
}
/*Обычная кнопка*/
button.button.normal {
    background: -webkit-linear-gradient(0deg, #15152b, #1e2034, #141328);
    background: -moz-linear-gradient(0deg, #15152b, #1e2034, #141328);
    background: linear-gradient(0deg, #15152b, #1e2034, #141328);
    color: #dedad2;
    text-transform: uppercase;
    font-family: Book Antiqua;
}

button.button.normal:hover {
    background: -webkit-linear-gradient(0deg, #15152b, #474a6a, #141328);
    background: -moz-linear-gradient(0deg, #15152b, #474a6a, #141328);
    background: linear-gradient(0deg, #15152b, #474a6a, #141328);
    color: #dedad2;
    border-color: transparent;
    text-transform: uppercase;
    font-family: Book Antiqua;
}

/*Внешнее оформление формы*/
.form-out {
    display:inline-block;
    position: relative;
    width: 443px;
    margin: 10px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #ffffff63;     
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: 0 20px 10px -20px rgba(0, 0, 0, .5);            
}

/********************** стилизация элементов формы **********************/
label, span {
    display: block;
    font-size: 16px;
    font-family: Georgia;
    margin-bottom: 4px;
    margin-left: 10px;
}
input[type="text"], input[type="email"], input[type="password"] {
    outline: none;
    margin: 0;
    width: 400px;
    padding: 7px 13px;
    background: #fffcf7;
    border: dashed 1px #6b5b45;
    margin-bottom: 15px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
}

input[type="checkbox"] {
    float: left;
    margin-right: 15px;
}

input[type="checkbox"].wrong {
    box-shadow: 1px 1px 3px 1px #62170e;
}
select {
    cursor: pointer;
    outline: none;
    margin: 0;
    width: 428px;
    padding: 7px 20px 7px 13px;
    background: #fffcf7;
    border: dashed 1px #6b5b45;
    margin-bottom: 15px;
}

p.mistake {
    margin-top: -10px;
    margin-left: 14px;
    font-size: 12px;
    color: #ab483c;
    font-family: Courier New;
    padding: 0;
}

input.wrong {
    border: dashed 1px #921e12;
    background: #efe8e4;
}

.wrong {
    border: dashed 1px #921e12;
    background: #efe8e4;
}

/*Оформление таблиц*/
table {
    border: 3px double #6b5b45;
    font-size: 15px;
    border-collapse: collapse
}

td {
    border: 1px dashed #6b5b45;
    padding: 4px;
}

tr.header {
    text-align: center;
    font-weight: bold;
}

/*Определение цвета общих ссылок*/
a {
    color: #56130d;
}
a:hover {
    color: #ca4d42;
}
a:visited {
    color: #903b33;
}