/* CrossFire™ financing.html */

@import url("main.css");

.applybutton {
	
}

.applybutton a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: #ea2928;
	color: white;
	border: 2px solid #800000;
	display: inline-block;
	text-align: center;
	padding: 10px;
	font-size: 2em;
	margin-bottom: 10px;
}

.applybutton a:hover {
	color: #ea2928;
	font-weight: bold;
	background-color: maroon;
	border: 2px solid #ea2928;
	display: inline-block;
	text-align: center;
	padding: 10px;
	font-size: 2em;
	margin-bottom: 10px;
}

div.smallprint {
	display: block;
	font-size: 1em;
}

form.formblock {
	background-color: #f3f4f6;
	border: 1px solid #dbdbdc;
	padding: 15px;
	margin-bottom: 10px;
}

form.formblock p {
	text-align: left;
	margin: 0;
}

label.field {
	float: left;
	clear: both;
	display: block;
	margin-bottom: 10px;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

form input,
select {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

.selections {
	width: 200px;
}

