#tb_np {
	height: auto;
	max-width: 450px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	padding-bottom:50px;
	padding-top:25px;

}

.privetstvie{	
    color: #666;
    font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:20px;
	padding-top:20px;
	text-align: left;
	}
.texttd2{
	font-size: 15px;
	line-height:20px;
	color:#709098;
	font-weight: normal;	
	font-family: 'Times New Roman', Times, serif;
	}
	
.linki{
	font-size: 17px;
	color:#666;
	font-weight: normal;	
	font-family: 'Times New Roman', Times, serif;
	text-decoration:underline;
	}
.texform{	
    color: #000;
    font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:21;	
	border: 1px solid #FFE9D7;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
 	}
.submitbtn_b{
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top:5px;
	padding-bottom:5px;
	width: 220px;
	color:#666;
	cursor:pointer;
	float:left;
	}
.submitbtn_b:hover{
	background-color: #709098;
	color:#FFF;
	}
	
@media screen and (max-width: 780px){
	
.privetstvie{	
	padding-bottom:15px;
	padding-top:15px;
	}

.texttd2{
	font-size: 15px;
	}
	
#tb_np {
	width: 90%;

}

	
	}
	
@media screen and (max-width: 320px){
	
	
#tb_np {
	width: 100%;
	
	

}

	
	}