@import "app-reset.css";

.box-application .app-rates { margin-bottom: 20px; }
.box-application .app-rates > div:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.box-application .app-rates .box-text { margin-left: 10px; }
.box-application .app-rates h2 {
	color: #363636;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}
.box-application .app-rates .box-form {
	padding-top: 20px;
	background-color: #f5fae2;
	border-top: #bada83 solid 1px;
	border-bottom: #a0ce7c solid 1px;
}
.box-application .app-rates .box-form .row { padding: 0 10px 12px; }
.box-application .app-rates .box-form .row label {
	width: 145px;
	margin-bottom: 0;
	padding-top: 6px;
}
.box-application .app-rates .box-form .row input[type="text"] { width: 322px; }
.box-application .app-rates .box-form .row .designSelect {
	margin-right: 5px;
	width: 330px;
}
.box-application .app-rates .box-form .row .designSelect.short,
.box-application .app-rates .box-form .row .designSelect.year { width: 70px; }
.box-application .app-rates .box-form .row .designSelect.month { width: 150px; }
.box-application .app-rates .box-form .row .designSelect.day { width: 56px; }
.box-application .app-rates .box-form .row .designSelect a { color: #363636; }
.box-application .app-rates .box-form .row input[type="text"] {
	margin-left: 10px;
	display: inline-block;
}
.box-application .app-rates .box-form .row label + input[type="text"],
.box-application .app-rates .box-form .row input[type="text"]:first-child { margin-left: 0; }
.box-application .app-rates .box-form .row input[type="text"].short { width: 100px; }
.box-application .app-rates .box-form .row input[type="text"].captcha {
	width: 102px;
	height: auto;
}
.box-application .app-rates .box-form .row .group .group-row label {
	position: relative;
	padding-left: 20px;
	width: auto;
}
.box-application .app-rates .box-form .row .group .group-row label input[type="radio"] {
	position: absolute;
	bottom: 0;
	left: 2px;
}

.box-application .app-rates .box-form .row > ul {
	display: inline-block;
	padding-top: 5px;
	overflow: hidden;
}
.box-application .app-rates .box-form .row > ul li .designlabel {
	position: relative;
	padding: 0 10px 5px 27px;
	line-height: 20px;
	font-weight: normal;
	white-space: nowrap;
	margin: 0;
	width: auto;
}
.box-application .app-rates .box-form .row > ul li .designlabel:before {
	position: absolute;
	content: "";
	display: block;
}
.box-application .app-rates .box-form .row > ul li .designlabel.label_check:before {
	top: 0;
	left: 0;
	width: 20px;
	height: 21px;
	background: url(../g/propertysearch-check.png) 0 0 no-repeat;
}
.box-application .app-rates .box-form .row > ul li .designlabel.label_radio:before {
	top: 1px;
	left: 1px;
	width: 18px;
	height: 19px;
	background: url(../g/propertysearch-radio.png) 0 0 no-repeat;
}
.box-application .app-rates .box-form .row > ul li .designlabel.c_on:before,
.box-application .app-rates .box-form .row > ul li .designlabel.r_on:before { background-position: 0 100%; }

.box-application .app-rates .box-form .row > ul li .designlabel input[type="checkbox"],
.box-application .app-rates .box-form .row > ul li .designlabel input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.box-application .app-rates .box-form .btn {
	background:#ebf3c3;
	text-align:center;
	padding: 10px 0;
	border-bottom:1px solid #a8d17c;
	border-top:1px solid #a8d17c;
	margin-bottom: -1px;
}

.box-application .app-rates .box-buttonbar {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #e6f2b6;
	border-top: #f2f8da solid 1px;
	border-bottom: #99ca69 solid 1px;
}
.box-application .app-rates .box-buttonbar .btn ul li { margin: 0 3px; }


.box-application .app-rates .box-result table tr th,
.box-application .app-rates .box-result table tr td {
	border-bottom: #b7b5b3 solid 1px;
	vertical-align: middle;
	padding: 0 20px;
	font-size: 18px;
	line-height: 22px;
	color: #363636;
	height: 64px;
}
.box-application .app-rates .box-result table tr th {
	border-color: #dad4cc;
	text-align: center;
	font-weight: normal;
	background-color: #edeae6;
	text-shadow: 0 1px 0 #fff;
}
.box-application .app-rates .box-result table tr td {
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}
.box-application .app-rates .box-result table tr.odd td { background-color: #fafaf9; }
.box-application .app-rates .box-result table tr td:first-child {
	white-space: normal;
	text-align: left;
	font-weight: normal;
	color: #a39480;
	width: 170px;
}
.box-application .app-rates .box-result table tr td:first-child + td { width: 150px; }
.box-application .app-rates .box-result table tr td:first-child + td + td { width: 180px; }
.box-application .app-rates .box-result table tr td:first-child + td + td + td { width: 180px; }
