.elem .title {
	font-size: 10pt;
	color: #333333;
}
.g_note {
	color: #333366;
	margin: 10px 15px;
	padding-left: 20px;
	border-left: solid 1px #333366;
}
.g_note:before {
	content: "Ответ: ";
	font-weight: bold;
}
#add_div {
	display: none;
	margin-bottom: 50px;
}
#fld_3 {
	width: auto !important;
}
* html #fld_3 {
	border: none;
    background: none;
}
#fld_4 {
	width: 40px;
}
#reset_btn {
	margin-left: 0px;
	width: 100px;
}
.captcha input, .captcha img {
	margin-right: 10px;
}