@import url(public.css);
.container .content .box .t_box {
	width: 286px;
}
.container .content .box .t_box input {
	width: 256px;
	color: #fff;
	height: 16px;
	font-size: 11px;
	background: #bbdd8e;
	padding: 3px 15px;
	font-weight: bolder;
	border: 0;
}

.container .content .box .t_box textarea {
	font-family: Verdana;
	font-size: 11px;
	height: 74px;
	margin-top: 2px;
	margin-bottom: 25px;
	font-weight: bolder;
	width: 256px;
	color: #fff;
	border: 0;
	background: #bbdd8e;
	padding: 3px 15px;
}
.container .content .box .t_box button {
	background: transparent;
	border: 0;
	font-size: 16px;
	color: #286bab;
	font-family: "Times New Roman";
}