.contactBKimg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.contactBK {
	position: absolute;
	left: 260px;
	top: 175px;
	width: 542px;
	height: 355px;
	z-index: 0;
	background: #120441;
}

.contactInfo{
	position: absolute;
	width: 450px;
	left: 270px;
	top: 175px;
	text-align: left;
	font-size: 1.1em;
	z-index: 2;	
	
}
.shiftUp {
	position: relative;
	top: -1em;
}

.shiftDown {
	position: relative;
	bottom: -1em;
}

.contactText {
	position: relative;
	top: 1.5em;
	margin-left: 70px;
	width: 320px;
	height: 104px;
	/*background: url(../images/800/contactTextBox.jpg)*/
	z-index: 3;
}

.contactTextBox {
	position: absolute;
	top: 10px;
	/*z-index: 4;*/
}

LI {
	line-height: 1.2em;
	font-size: 1.2em;
	/*position: relative;
	left: -1.0em;*/
	list-style-image: none;
	list-style-type: none;	
	vertical-align: baseline;
}

/*LI.nobullet {
	position: relative;
	left: -1.0em;
	list-style-image: none;
	list-style-type: none;
}*/

FORM {
	font-size: 1em;
	/*position: relative;*/
	top: 2em;
}

.formTitle {
	margin-left: 80px;
	margin-top: 2.5em;
	color: #FCF100;
	font-size: 1.7em;
	font-weight: bold;
}

.row {
	margin-top: 5px;
	margin-bottom: 5px;
}

.formlabel {
	clear: left;
    float: left;
    width: 70px;
    margin-right: 10px;
	margin-top: .15em;
	text-align: right;
	color: #FCF100;
	/*font-size: 1em;*/
	font-weight: bold;
	overflow: hidden;
}

.inputbox {
	background-color: #E2DBF1;
	border: #F6F591 1px solid;
	width: 250px;
	/*right: 0px;*/
	/*font-size: 1em;*/
	color: #120441;
}


TEXTAREA {
	background-color: #E2DBF1;
	border: #F6F591 1px outset;
	width: 250px;
	height: 110px;
	right: 0px;
	color: #120441;
}

.regularButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #120441;
	border: gray 0px solid;
	font-weight: bold;
	/*font-size: 1em; */
	color: #FCF100;
}

.buttonhack {
	clear: left;
    float: left;
    width: 70px;
	text-align: right;
	margin-top: -25px;
	padding: 0;
}

.buttonhack2 {
	width: 200px;
}

.confirm {
	margin-top: 60px;
}

.confirmText {
	margin-left: 80px;
}