html{
margin:0px;
padding:0px;
font-size: 62.5%;
}

body{
margin:0px;
padding:0px;
height: 100%;	
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;	
	color:#000;}

	
.name_h1{
	height:60px;
	background-image:url('/ris/img/bg/h1bg1.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;

	
	}
#context h1.name{	
	font-size:18px;
	color:#8D3232;
	display:block;
	margin: 10px 0 0px 50px;
	float:left;
	}
	
.button{
	position:fixed;
	top:15px;
	right:30px;
	min-width:1px;
	font:18px "DIN Regular",trebuchet MS;
	background: rgb(139,139,139); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(139,139,139,1) 0%, rgba(115,115,115,1) 7%, rgba(94,94,94,1) 64%, rgba(78,78,78,1) 93%, rgba(91,91,91,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,139,139,1)), color-stop(7%,rgba(115,115,115,1)), color-stop(64%,rgba(94,94,94,1)), color-stop(93%,rgba(78,78,78,1)), color-stop(100%,rgba(91,91,91,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(139,139,139,1) 0%,rgba(115,115,115,1) 7%,rgba(94,94,94,1) 64%,rgba(78,78,78,1) 93%,rgba(91,91,91,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(139,139,139,1) 0%,rgba(115,115,115,1) 7%,rgba(94,94,94,1) 64%,rgba(78,78,78,1) 93%,rgba(91,91,91,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(139,139,139,1) 0%,rgba(115,115,115,1) 7%,rgba(94,94,94,1) 64%,rgba(78,78,78,1) 93%,rgba(91,91,91,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(139,139,139,1) 0%,rgba(115,115,115,1) 7%,rgba(94,94,94,1) 64%,rgba(78,78,78,1) 93%,rgba(91,91,91,1) 100%); /* W3C */
	border:1px solid #262626;
	border-radius:8px;
	text-shadow: 0px -1px 0px #000000;
	color:#e5e4e2;
	padding:10px 20px;
	vertical-align:middle;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 6px 1px #000000;
	box-shadow: 0px 0px 6px 1px #000000;
}
#showBody{
	display:none;
}
#head {
	border:1px solid #262626;
	border-radius:8px;
	background-color:white;	
	font-family: "DIN Regular",trebuchet MS;
	
	border:1px solid silver;
	border-left:5px solid silver;
	border-right:5px solid silver;
	border-radius:26px;
	background:white;
	width:700px;
	
	min-height:150px;	
	margin:50px auto;	
	padding:20px;
	background-image:url('/ris/img/bg/smile.jpg');	
	background-repeat:no-repeat;
	background-position: 602px 50px;
	background-size: 30% ;
}

#context {
	display:block;
	border:1px solid #262626;
	border-radius:8px;
	background:white;
	font-family: "DIN Regular",trebuchet MS;
	
	border:1px solid silver;
	border-left:5px solid silver;
	border-right:5px solid silver;
	border-radius:26px;
	background:white;
	width:700px;
	
	min-height:350px;	
	margin:50px auto;	
	padding:20px;	
	
}



#text{	
	min-height:50px;	
	margin:50px auto;	
	padding:20px;	
	height:1600px;
}

#reg_div{
float:right;
width:170px;
opacity:0.1;
}
#reg_div:hover{
float:right;
width:170px;
opacity:1;
}

/* вход*/
#menulk  a{

}
 a.exitlk{display:block; background-image:url('/ris/img/exit.gif'); background-repeat:no-repeat; background-size:10px ; background-position:0 3px; padding: 0 0 0 15px; text-decoration:none; color:#868686;}
 a.exitlk:hover{background-image:url('/ris/img/exit_over.gif');color:red;}
 
 a.options{
 display:block;
 background-image:url('/ris/img/options.jpg');
 background-repeat:no-repeat;
 background-size:15px ;
 background-position:-2px 0px;
 padding: 0 0 0 15px;
 text-decoration:none;
 color:black;
 margin: 10px 0 0 0; 
 }
 a.options:hover{color:red;}
 
/*Форма*/
.form-container {
   border: 0px solid #b39e88; 
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:160px;
   padding:5px;
   width:160px;
   margin:0;
   background-color:white;
   }
.form-field {
   border: 1px solid #9c9c9c;
   background: white;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:3px;
   margin-bottom:10px;
   width:150px;
   }
.form-field:focus {
   background: #FBFDFF;
   color: #202338;
   }
.form-container h2 { /*удалить титл*/
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.submit-container {
   margin:1px 0;
   text-align:right;
   height:40px;
   }
.form-reg{
	float:left;
	margin:1px 0;
    text-align:right;	
	}
.form-reg a{	
	display:block;
	text-decoration:none;
	color:#D3D3D3;	
	height:30px;	
	text-align:left;
	padding: 4px 0 0 15px;
	}
.form-reg a:hover{
	text-decoration:none;
	color:black;
	}
   
  .form-title {
   margin-bottom:0px;
   color: #080604;
   text-shadow: #fdf2e4 0 1px 0;
   }
   
.submit-button {
   border: 1px solid #9c9c9c;
   background: #d1d1d1;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1d1d1));
   background: -webkit-linear-gradient(top, #ffffff, #d1d1d1);
   background: -moz-linear-gradient(top, #ffffff, #d1d1d1);
   background: -ms-linear-gradient(top, #ffffff, #d1d1d1);
   background: -o-linear-gradient(top, #ffffff, #d1d1d1);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #2b5070 0 1px 0;
   color: #000000;
   font-family: Arial,helvetica, serif;
   padding: 3.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #9c9c9c;
   text-shadow: #0f549e 0 1px 0;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#ffffff));
   background: -webkit-linear-gradient(top, #d1d1d1, #ffffff);
   background: -moz-linear-gradient(top, #d1d1d1, #ffffff);
   background: -ms-linear-gradient(top, #d1d1d1, #ffffff);
   background: -o-linear-gradient(top, #d1d1d1, #ffffff);
   background-image: -ms-linear-gradient(top, #d1d1d1 0%, #ffffff 100%);
   color: #000000;
   }

   .submit-button:active {   
   color: black;
   }

   /*Ленточка футер*/


.ribbon {
   width: 800px;
   position: absolute;
   text-align: center;
   font-size: 10px!important;
   background: #f2a413;
   background: -webkit-gradient(linear, left top, left bottom, from(#f2a413), to(#a15b1e));
   background: -webkit-linear-gradient(top, #f2a413, #a15b1e);
   background: -moz-linear-gradient(top, #f2a413, #a15b1e);
   background: -ms-linear-gradient(top, #f2a413, #a15b1e);
   background: -o-linear-gradient(top, #f2a413, #a15b1e);
   background-image: -ms-linear-gradient(top, #f2a413 0%, #a15b1e 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Helvetica Neue',Helvetica, sans-serif;
   margin: -50px 0 0 -50px;
   }
.ribbon h1 {
   font-size: 12px!important;
   color: #110529;
   text-shadow: #1e1a59 0 1px 0;
   margin:0px;
   padding: 5px 10px;
   }
.ribbon:before, .ribbon:after {
   content: '';
   position: absolute;
   display: block;
   bottom: -1em;
   border: 1.5em solid #b37502;
   z-index: -1;
   }
.ribbon:before {
   left: -2em;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   }
.ribbon:after {
   right: -2em;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   }
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
   border-color: #c27f02 transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -1em;
   content: '';
   }
.ribbon .ribbon-content:before {
   left: 0;
   border-width: 1em 0 0 1em;
   }
.ribbon .ribbon-content:after {
   right: 0;
   border-width: 1em 1em 0 0;
   }
.ribbon-stitches-top {
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
   }
.ribbon-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
   }


/*Список сылок лево-верх*/
#menu_line {margin:0;background-repeat:no-repeat;min-height:150px; width:700px;}
#menu_line ul { list-style:none; margin:0;  padding:0 0 10px 0; } /* text-align:center; */
#menu_line ul li { padding:0 10px;  } /* display:inline;  letter-spacing:10px; text-transform:uppercase;*/
#menu_line ul li a { text-decoration:none; color:black; padding: 0 0 0 15px; background-image:url('/ris/img/menu_line.png');background-repeat:no-repeat;background-position:0;}
#menu_line ul li a:hover { text-decoration:underline; }