#formContainer {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 500px;
	text-align: center;
}

#forms {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;

}

#contactInfo {
	position: relative;
	width: 100%;
	height: auto;
}

.contactInfoHeader {
	position: relative;
	width:	100%;
	height: 30px;
}

.contactInfoHeaderText {
	position: relative;
	float: left;
	width: 130px;
	height: 30px;
	background-color: #404040;

	-webkit-border: 1px solid #6e6e6e;
    -o-border: 1px solid #6e6e6e;
    border: 1px solid #6e6e6e;

    text-align: center;
    box-shadow: -3px -1px 5px #888888;
}

.contactInfoHeaderText p {
	position: relative;
	float: left;
	bottom: 3px;
	font-family: arial;
	color: white;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

.contactInfoBody {
	position: relative;
	width:	100%;
	height: auto;
	min-height: 100px;
	background: -webkit-linear-gradient(#b0bbc6, #d8e7f4); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#b0bbc6, #d8e7f4); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#b0bbc6, #d8e7f4); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#b0bbc6, #d8e7f4); /* Standard syntax */

	-webkit-border: 2px solid #6e6e6e;
    -o-border: 2px solid #6e6e6e;
    border: 2px solid #6e6e6e;

    box-shadow: -2px 2px 5px #888888;
}

.loanFormTable {
	position: relative;
	top: 10px;
	width: 95%;
	left: 2.5%;
	height: auto;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

.loanFormTableRow {
	width: 100%;
	height: auto;
}

.loanFormTableRowThick {
	height: 100px;
}

.loanFormTableRowOneThird {
	position: relative;
	float: left;
	width: 33.333%;
	height: auto;
	min-height: 10px;
}


.loanFormInput {
	position: relative;
	float: right;
	width: 150px;
	height: 25px;
	border-radius: 5px;

	-webkit-border: 2px solid #4bc4f0;
    -o-border: 2px solid #4bc4f0;
    border: 2px solid #4bc4f0;

	outline: none;
	box-shadow: none;
}

.loanFormInputLabel {
	position: relative;
	float: left;
	top: -5px;
	margin-left: 25px;
}

.loanForms {
	margin-top: 20px;
}