body{
text-align: center;
background:url(09.jpg) repeat;


text-align:left;
font-family:Arial;
font-size:18px;
color:#000000;
margin:0;
padding:0;
overflow: auto;
 }

* {
/*Желтая заливка*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
    outline: none;
/*запретить выделение*/
-webkit-user-drag: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
input, textarea {
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}

.vyv1 {
position:relative;
display: block;
color: #000000;
font-size: 16px;
text-align: left;
    padding: 0px 10% 0px 10%;


}

#gl1{
font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px -5%;
}

#gl2{
font-size: 18px;
    font-weight: bold;

    background: #ffffff;
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 7px 7px 7px 7px;
    box-shadow: 0px 0px 1px #000000, inset 0px 0px 5px #ffffff;
}















