.extendedFooter {
	width: 100%;
	height: 300px;
	background-image: url(../images/common/footerBackground.png);
	background-repeat: repeat-x;
}
.extendedFooter .leftPart {
	float: left;
}
.extendedFooter .notePart {
	margin-top: 10px;
	float: right;
	margin-right: 20px;
}
.extendedFooter .notePart .footerLabel {
	width: 45px;
	float: left;
}

.footerTitle {
	padding-top: 35px;
	font-size: 22px;
}
.footerText {
	font-size: 18px;
}
.footer_content {
	margin:auto;
	width:995px;	
}

.middlePart {
	margin-left: 300px;
}

.footerLabel {
	margin: 10px 30px 0 5px;
	width: 100px;
	font-size: 13px;
} 

.footerTextEdit {
	background-color:transparent;
	border:1px solid gray;
	height:18px;
	margin-top:10px;
	padding-top:2px;
}

.footerTextarea {
	background-color: transparent;
	border: 1px solid gray;
	height: 150px;
	width: 250px;
}


.submitButton {
	background: transparent url('../images/common/sendButton.png') top left no-repeat;
	width: 125px;
	height: 42px;
	cursor: pointer;
	margin: 30px 12px;
	float: right;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
}

.totalFooter {
	margin:auto;
	width:995px;
}

.footerCheckbox{
	border: none;	
}

