table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}


.new_form_dis_zamer{
    width: 690px;
    height: 275px;
    background: rgba( 255, 255, 255, 1);
    border-radius: 20px;
    padding-top: 15px;
}

.new_form_dis_zamer .first_title{
    color: #FF2A25;
    font-size: 30px;
    width: 690px;
    text-align: center;
}

.new_form_dis_zamer .second_title{
    color: #1A62AE;
    width: 440px;
    font-size: 22px;
    margin-left: 135px;
	text-align: center;
}

.new_form_dis_zamer .new_form_dis_content_zamer{
    margin: auto;
	padding-top:1px;
}

.new_form_dis_zamer .new_form_dis_content_zamer .each_field{
	float:left;
}

.new_form_dis_zamer .new_form_dis_content_zamer .each_field .text_title{
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    color: #1A62AE;
    margin-right: 10px;
    margin-top: 13px;
    margin-left: 19px;
}

.new_form_dis_zamer input[type="text"]{
    height: 13px;
    width: 170px;
    font-size: 15px;
    padding: 10px;
    font-family: arial;
    color: rgb(26, 97, 175);
    /* font-weight: bold; */
    border: 1px solid #1A62AE;
    border-radius: 10px;
    outline: none;
    margin-right: 19px;
    margin-left: 19px;
}

.new_form_dis_zamer .from_img{
    background-image: url("images/knopka1.png");
    position: absolute;
    width: 200px;
    height: 33px !important;
    color: white;
    text-align: center;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    top: 80px;
    left: 245px;
    /* vertical-align: middle; */
    padding-top: 14px;
    background-size: 200px;

}