body {
	background-image: url(images/bottom-repeat.jpg); /*fill out the non gradient part of page*/
	background-repeat: repeat;
}

#content_wrap {
	background-image: url(images/BG_02.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #000033;
}

.textFieldContainer {
	background-image: url(images/index_09.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 170px;
}

.textfieldStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border:none;
	background-color: transparent;
	width: 162px; /* Make shorter than the div with the BG image so it fits in*/
	padding-top: 2px; /*Allows text input to be more centered vertically*/
}

.submitbuttonStyle {
	border:none;
	padding: none;
	margin: none;
}


.thankyou_message {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#submitButton_container {
	height: 1090%;
	width: 100%;
}

#privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #dfe0ee;
	text-align: right;
	padding-right: 10px;
}



a.privacy:link{color:#5c608a;};
a.privacy:visited {color:#5c608a};
a.privacy:hover {color:#dfe0ee; text-decoration: none};

#thankyou_area {
	background-color: #12152f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;

}

.thankyou_en {
	color: #FFFFFF;
}

.thankyou_fr {
	color: #5c608a;
}

