
html,body{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
    margin:0;
    padding:0;
    height:100%;
    border:none;

}
a{
	color:#800000;
	text-decoration:none;
}

 .BTN_id a {
  outline: none;
  display:block;
  width:511px;
  height:62px;
  background:url(../images/btn_id.png) 0 0 no-repeat;
 }

 .BTN_id a:hover {
  background:url(../images/btn_id1.png) 0 0 no-repeat;
 }
 
  .BTN_multi a {
  outline: none;
  display:block;
  width:641px;
  height:62px;
  background:url(../images/btn_multi.png) 0 0 no-repeat;
 }

 .BTN_multi a:hover {
  background:url(../images/btn_multi1.png) 0 0 no-repeat;
 }

/*.AGTER{
	z-index:-1000;
	width:100%;
	height:100%;
	border:0;
	-webkit-background-size: 100% 100%; 
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%;
	
}*/


.info{
	position:relative;
	margin:0px auto;
	width:1100px;
	background-color:#ccc;
}

.wrap {
      perspective: 1000px;
      perspective-origin: 50% 50%;
      background-image: linear-gradient(135deg,#ccc 25%,#ddd 25%,#ddd 50%, #ccc 50%, #ccc 75%,#ddd 75%,#ddd 100%);
      background-size: 80px 80px;
      border-top: solid 2px #999;
      border-bottom: solid 2px #999;
                /* Background stripes animation */
      animation: bganim 3s linear 2s infinite;
	  height: 35px;
	  position:relative;
	  opacity: 0.7;
    	filter: alpha(opacity=70); /* For IE8 and earlier */
      }

@keyframes bganim {
from {
      background-position: 0px;
      }
to {
      background-position: 80px;
       }
       }

.Text1{
	font-family:Tahoma, Geneva, sans-serif;
    font-size: 14px;
	font-weight: bold;
	color:#000;
}

.Text2{
	font-family:Tahoma, Geneva, sans-serif;
    font-size: 30px;
	font-weight: bold;
	color:rgba(249,0,4,1.00);
}

.Text3{
	font-family:Tahoma, Geneva, sans-serif;
    font-size: 14px;
	font-weight: bold;
	color:#000;
}

.Text4{
	font-family:Tahoma, Geneva, sans-serif;
    font-size: 16px;
	font-weight:bold;
	color:#000;
	padding:15px;
	border: dashed thin;
	border-color:#000;
	border-radius:15px;
}

.Text5{
	font-family:Tahoma, Geneva, sans-serif;
    font-size: 14px;
	font-weight:bold;
		color:#000;
	}
	

.demo{
	width:650px;
	height:211px;
	background-image:url(../images/demo.png);
	background-repeat:no-repeat;
} 

.btnForm {
  background: #8ce78c;
  background-image: -webkit-linear-gradient(top, #8ce78c, #edfeb8);
  background-image: -moz-linear-gradient(top, #8ce78c, #edfeb8);
  background-image: -ms-linear-gradient(top, #8ce78c, #edfeb8);
  background-image: -o-linear-gradient(top, #8ce78c, #edfeb8);
  background-image: linear-gradient(to bottom, #8ce78c, #edfeb8);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 1px #ffffff;
  box-shadow: 0px 0px 1px #ffffff;
font-family:Tahoma, Geneva, sans-serif;
  font-weight:bold;
  color: #000000;
  font-size: 12px;
  padding-bottom:7px;
  padding-top:7px;
  padding-left:7px;
  padding-right:7px;
  text-decoration: none;
  width:75px;
}

.btnForm:hover {
  background: #c0ddfa;
  background-image: -webkit-linear-gradient(top, #c0ddfa, #fcfac8);
  background-image: -moz-linear-gradient(top, #c0ddfa, #fcfac8);
  background-image: -ms-linear-gradient(top, #c0ddfa, #fcfac8);
  background-image: -o-linear-gradient(top, #c0ddfa, #fcfac8);
  background-image: linear-gradient(to bottom, #c0ddfa, #fcfac8);
  text-decoration: none;
}

.Stylemes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#F00;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
}

.fout {
	display:none;
	padding:5px;
	color:#D8000C;
	font-size:12px;
	background-color:#FFBABA;
	border:solid 1px #e06d6d;
}

.hidden {
	visibility:hidden;
}
	   
	   