#creditApplication input,
#creditApplication select {
	border: 1px solid #999999;
	padding: 2px;
}

#creditApplication input {
	width: 200px;
}

#creditApplication input.rdck {
	width: 20px;
	border: 0;
}

#creditApplication input.error,
#creditApplication select.error {
	color: black;
	font-weight: normal;
	background-color: #ffcccc;
}

#creditApplication th {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 4px;
	font-weight: normal;
	vertical-align: top;
}

#creditApplication th.required {
	font-weight: bold;
}

#creditApplication td {
	padding-bottom: 4px;
	vertical-align: top;
}

.credit-grants {
	padding: 5px;
}

#creditApplication .submit {
	margin: 15px;
}

table.financing-credit {
	width: 100%;
}

.submit-credit-top {
	padding: 10px;
	text-align: center; /*font-weight: bold;*/
}

.easypay {
	font-size: .9em;
	font-style: oblique;
}