*
{
	margin: 0px;
	padding: 0px;
}
body {
    background-image: url("img/bg.jpg");
    background-size: cover;
    margin: 0;
}
h1 {
    color: #fff;
    margin: 5px auto;
    text-align: center;
}
h2 {
    color: #5c056a;
    font-size: 34px;
    text-align: center;
    text-shadow: 1px 1px 3px #fff;
}
h3 {

}
#container {
    margin: 0 auto;
    width: 980px;
}
#form1,#formadmin {
    display: table;
    margin: 0 auto;
    width: 980px;
}
table {
    background-color: #fff;
    border: 2px solid;
    margin: 10px 0 0;
    padding: 3px;
    width: 96%;
}
tr {
	
}
td,th {
    border: 1px solid;
    padding: 3px;	
}
.zagolovok {
    display: inline-block;
    text-align: center;
    width: 24%;
}
input[type="button"], input[type="submit"] {
    background-color: #464646;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    margin: 5px;
    padding: 5px 12px;
    text-shadow: 1px 1px 1px #000;
}
a {
    color: #808000;
    transition: all 0.2s linear 0s;
}
a:hover { 
    color: #b91d2c;
}
a:visited {
    color: red;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    border: 1px solid #ccc;
    float: left;
    font-size: 18px;
    margin: 1%;
    padding: 3px;
    width: 47%;
}
textarea {
    display: inline;
    min-height: 120px;
    width: 31.3%;
}
#preload {
    display: none;
    left: 48%;
    position: fixed;
    top: 100px;
    z-index: 999999;
}
#popup-mask {
    background-color: #000;
    display: none;
    min-height: 100%;
    min-width: 200%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    z-index: 99998;
}
#zayvka {
    margin: 0 auto;
    min-height: 50px;
    position: relative;
    text-align: center;
    top: 430px;
    width: 860px;
}
#zayvka span {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 10px -180px 0 0;
    text-shadow: 1px 1px 1px #000;
    vertical-align: top;
}
#mesform {
    background-color: #9cd236;
    border-radius: 12px;
    min-height: 50px;
    position: absolute;
    text-align: center;
    top: -900px;
    width: 360px;
    z-index: 99999;
	padding: 10px;
	color: #fff;
}
#textform {
   font-size: 24px;
   margin: 5px 0;
}
.closf {
	font-size: 24px;
    background-color: fuchsia;
    cursor: pointer;
	border-radius:7px;
	padding:0 15px;
	color:#fff;
}
.fancy_close {
    background-image: url("img/fancy_close.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
}
.noborder {
    border: medium none;
    padding: 0;
    width: 100%;
}
.noborder td {
    border: medium none;
}
select {
    border-radius: 6px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    padding: 4px;
}

#page {
    margin:0 auto;
    width: 980px;
}
.blokform {
	display:none;
}
.delite {
    background-image: url("img/fanclos.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 30px;
    padding-right: 30px;
    width: 50px;
}
.capcha {
    float: left;
    margin: 0 0 0 1%;
    width: 55%;
}
.capcha p {
    float: left;
    text-align: center;
    width: 30%;
    text-shadow: 1px 1px 8px #fff;
}
.capcha img {
    background: rgba(0, 0, 0, 0) url("capcha/bg_capcha.png") repeat scroll 0 0;
    border: 1px solid gray;
    float: left;
}
.capcha input[type="text"] {
    width: 90px;
}
#getlist,.search {
    display: none;
    margin-top: 1% !important;
}
.w50 {
    float: left;
    width: 50%;	
}
.blockleft {
    float: left;
    width: 33%;
}
.rightblock {
    float: right;
    width: 60%;
}
#inline {
    float: left;
    width: 95%;
}
#list {
    background-color: #555;
    color: #fff;
    float: left;
    margin: 0 1%;
    padding: 1%;
    width: 94%;
}
#list ol {
    margin: 0 0 20px;
}
#list li {
    color: #fff;
    list-style-position: inside;
}
#down {
	display:none;
}



















