body.pbc {
	text-align: 		center;
	margin: 		0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	background:		#d0d7aa url('img/img_background_page.jpg');
	width:			100%;
}

img, div { 
	behavior: 		url(iepngfix.htc);
}

.button {
	border:			0px;
}

#content { 
	position:		relative;
	width: 			901px;
	height: 		152px;
	margin: 		0 auto;
	text-align: 		left;
	overflow:		visible;
	z-index:		1;
} 

.column { 
	width: 			50%; 
	position: 		absolute; 
	top: 			0;
} 

.left {
	left: 			0;
} 
.right {
	right: 			0;
} 

#leftcol {
	margin-right: 		450px; 
	background: 		url('img/img_background_headerRadialLeft.jpg') no-repeat;
	background-position:	top right;
	height: 		152px;
} 

#rightcol {
	margin-left: 		509px;

	height: 		152px;
} 

#leftcolMid {
	margin-top:		152px;
	margin-right: 		450px; 
	background: 		url('img/img_background_contentRadialLeft.jpg') no-repeat;
	background-position:	top right;
	height: 		452px;
} 

#leftcolMid {
	margin-top:		152px;
	margin-right: 		450px; 
	height: 		452px;
} 

.mainContentBucket {
	position:		relative;
	margin-top:		-5px;
	margin-left:		-14px;
	padding:		15px 0px 25px 15px;
	width:			569px;
	background:		url('img/img_mainContentBucket.png');
}

div.formElementContainer {
	position:		relative;
	text-align:		left;
	font-family:		'Arial';
	font-weight:		normal;
	font-size:		12px;
	color:			#333333
}

.button {
	position:		relative;
	float:			left;
}

.clear {
	width:			1px;
	height:			1px;
	clear:			both;
}

.formInputs {
	color:			#333333;
	background: 		#d9e0ba;
	margin:			5px 0px 0px 0px;
	padding:		4px;
	border: 		2px solid #d3d8bb;
}

label {
	margin:			2px;
	color:			#896a8d;
	font-weight:		bold;
}

.submit {
	margin:			0px 0px 0px 0px;
	background: 		url('img/img_button_submitBg.png') repeat-x;
	padding:		3px 30px 3px 30px;
	border: 		2px solid #795486;
	font-weight:		bold;
	color:			#ffffff;
}