@charset "utf-8";
/*Code by Fio
author url: http//www.vonfio.de
copyright: Creative Commons Attribution-Share Alike 3.0 Unported License
*/
body  {
	font: 15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
}


#forma{
border: 0px solid#000000;
max-width: 1000px; 
margin: 0px auto;
}



.table_body{
border: 0px solid#cc0000;
max-width: 1000px; 
text-align: left;
}
input, textarea, select, intutbox {outline:none;}

.inputbox{
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid#cccccc;
height: 40px;
font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #000000;

}

input::placeholder {
  color: #c2c2c2;
}



.message{
border-top: none;
border-left: none;
border-right: none;

border-bottom: 1px solid#cccccc;
height: 100px;
font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
outline:none;
}

.kod{
border: 1px solid#cccccc;
text-align: center;
height: 40px;
font: 20px Tahoma, Verdana, Arial, Helvetica, sans-serif;

}


.table_footer{
border: 0px solid#cc0000;
text-align: center;
}


#input-btn{
margin: 0px auto;
border: 0px solid#000000;
	

}


.kod:hover,  .inputbox:hover,  .message:hover, .kod:active, .inputbox:active, .message:active,  .kod:focus, .inputbox:focus, .message:focus {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #50dfa9;
}


.table_body{

color: #50dfa9;

}


#input-kod-btn{
border: 0px solid #000000;
margin: 0px auto;
max-width:400px;
}


#input-kod{
margin:0px auto;
border: 0px solid#000000;
padding: 5px 0px 0px 0px;
width: 180px;

}


#inputfield-btn{
	
max-width: 400px;
border: 0px solid#cc0000;
margin: 20px auto;
}




.btn {
cursor: pointer;
border-color: #50dfa9;
background: transparent;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
color: #2b2e2f;
font-size: 13px;
padding: 10px 40px;
font-weight: bold;
display: inline-block;
letter-spacing: 2px;

  /*Переход*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  
  
  
 
}
.btn:hover, .btn:focus {
color: #23527c;
text-decoration: underline;
outline: none;
}


.btn:focus, .btn:active, .btn:hover {
outline: none;
text-decoration: none;
}


a {
color: #337ab7;
text-decoration: none;}


