@charset "utf-8";
/* CSS Document */

.ct {
	width:100%;
	padding:10px 10%;
	margin:0 auto;
	box-sizing:border-box;
	color:#808080;
}

.ct h1 {
	text-align:left;
	font-size:32px;
	margin:10px 0;
}

.ct table {
	border-top:solid 1px #808080;
	border-bottom:solid 1px #808080;
}

.ct table input, .ct table textarea {
	width:100%;
	border:solid 1px #999;
	background-color:#faf9f9;
	color:#050505;
	padding:5px 10px;
	box-sizing:border-box;
}

.ct table input.but-form {
	background-color:#808080;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	padding:7px 15px;
	border:none;
	cursor:pointer;
}

.txt-error {
	font-size:11px;
	color:rgb(255, 51, 0);
}

.ct p {
	text-align:right;
	margin-bottom:0;
	/*font-size:14px;
	padding-top:20px;
	line-height:18px;*/
}

p.thanks {
	text-align:center !important;
	padding:100px 0;
	font-size:26px;
	font-weight:400;
	border-bottom:solid 1px #808080;
	display:block;
	width:100%;
}

/*
@media screen and (max-width: 1280px) {

.ct {

}

}
*/