.call {
	height: 100%;
	position: relative;
}
.call a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	padding: 6px 12px;
	background: #4B781E;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid white;
	border-radius: 4px;
	text-decoration: none;
}

.call a:hover {
	text-decoration: underline;
}
#callform {    display: block;    width: 90%;        position: fixed;    top: 10%;    left: 5%!important;    background: white;        padding: 15px 0;      z-index: 999;
}

#callform label {
	display: inline-block;
	font-size: 18px;
}

#callform div.row {
	margin: 3px 12px;
}

#callform div.row:last-child {
	text-align: left;
	margin-top:5px;
}
#callform  .item_caption {    color: #0073cb;    font-family: 'PTSans-Bold';}#callform .row.f-foto a {
    width: 100px;    height: 60px;    background: #e5e5e5;    display: table-cell;    vertical-align: middle;}#callform .row.f-foto a img{	display:block;	margin:0 auto;}
#callform div.row input[type='text'] {
	font-size: 18px;
	width: 374px;
	vertical-align: top;
	color: #4B781E;
	padding: 6px 1px;
}

#callform .small {
	font-size: 14px;
}

.row.label {
	font-style: italic;
	font-size: 14px;
}

.row.h1 {
	font-size: 26px;
	color: #4B781E;
	text-align: center;
}

#callsend {
	display: inline-block;
	padding: 6px 12px;
	background: white;
	color: #4B781E;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #4B781E;
	border-radius: 4px;
	text-decoration: none;
}

#callsend:hover {
	text-decoration: underline;
}

#callclose {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('/images/gtk-close.png') no-repeat;
}

#callform .rez {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 400px;
	height: 40px;
	color: red;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

#calloverlay {
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 998;
	display: none;
}
#callform div.row input[type="text"].kol_vo {
    background: #ffffff;
    border: solid 1px #cdcdcd;
    color: #8a8a8a;
    padding: 7px 0px;
    display: inline-block;
    font-family: 'PTSans-Italic';
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    font-size: 17px;
    width: 30px;
    text-align: center;
    margin: 0 1px 0 0;
}

#callform div.row.f-foto {
	height: 60px;
	float: left;
}
#callform div.row.f-name {
	min-height: 60px;
}