/* @override https://www.secure-lender.com/autoloan/yesloan.net/assets/css/form.css */

button {
	float: left;
	clear: both;
	display: inline;
	margin: 0 0 20px 170px;
}

form input {
	width: 190px;
}

form select {
	width: 194px;
}

form dl {
	float: left;
	width: 100%;
	clear: both;
}

form dt {
	float: left;
	text-align: right;
	display: block;
	font-size: 11px;
	width: 160px;
	margin: 0 10px 0 0;
}

form dd {
	font-size: 11px;
}

form dt p {
	padding-right: 0 !important;
	margin-bottom: 0;
}

/* @group Thirds */

form dd.thirdMargin {
	display: block;
	float: left;
	width: 60px !important;
	margin: 0 7px 0 0 !important;
}

form dd.third {
	float: left;
	display: block;
	width: 60px !important;
}

form .thirdMargin input {
	width: 56px !important;
}

form .third input {
	width: 56px !important;
}

form .thirdMargin select {
	width: 60px !important;
}

form .third select {
	width: 60px !important;
}

/* @end */

/* @group Half */

form dd.halfMargin {
	float: left;
	width: 93px !important;
	margin-right: 8px;
}

form dd.half {
	float: left;
	display: block;
	width: 93px !important;
}

form .halfMargin input {
	width: 89px !important;
}

form .half input {
	width: 89px !important;
}

form .halfMargin select {
	width: 93px !important;
}

form .half select {
	width: 93px !important;
}

/* @end */

/* @group Phone */

form dd.phoneMargin {
	display: inline;
	width: 50px !important;
	margin: 0 5px 0 0 !important;
}

form dd.phone {
	display: inline;
	width: 70px !important;
}

form .phoneMargin input {
	width: 46px !important;
}

form .phone input {
	width: 76px !important;
}

form .phoneMargin select {
	width: 50px !important;
}

form .phone select {
	width: 80px !important;
}

/* @end */

/* @group Checkboxes */

dl.checkBox {
	float: none;
}

.checkBox dt {
	width: 25px;
	float: left;
	margin: 0;
}

.checkBox input {
	width: 12px!important;
}

.checkBox dd {
	float: none;
	display: block;
	margin-left: 35px;
}

/* @end */