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);
}
.modal .input_block > span.captcha_title {
    width: 100%;
}
.captcha_input {
    width: calc(100% - 200px);
    float: right;
}
.captcha_picture {
    width: 180px;
    float: left;
}
.captcha_input .inputtext {
    width: 85% !important;
}
.captcha_picture img {
    height: 33px;
	margin-left: 10px;
}
@media screen and (max-width: 1010px) {
.reviews_form.block_shadow.modal {
    z-index: 202;
    margin-top: -200px;
}
}
@media screen and (max-width: 568px) {
	.input_block.captcha_box {
		display: block !important;
	}
.reviews_form.block_shadow.modal  {
    width: 90vw;
    margin-top: -200px;
    margin-left: -45vw;
    max-height: 100vh;
    overflow: auto;
}
.reviews_form .modal_header {
    max-width: 100%;
}
.reviews_form .input_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reviews_form .input_block > span {
    width: 90px;
    min-width: 90px;
}
.reviews_form .input_block .in_input_block {
    width: auto;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
}
@media screen and (max-width: 450px) {
	.captcha_picture {
		width: 180px;
		float: none;
		margin-bottom: 10px;
	}
	.captcha_input .inputtext {
		width: 100% !important;
		margin: 0 !important;
	}
	.captcha_picture img {
		height: 33px;
		margin-left: 0;
	}
	.captcha_input {
		width: 180px;
		float: none;
	}
	.modal .input_block > span.captcha_title {
		width: 100%;
		display: block;
		float: none;
	}
	.captcha_row {
		float: none;
		margin-left: 10px;
	}
}