.error {
	border-width: 2px;
	border-color: red;
	border-style: solid;
}

#processingMessage {
	position: relative;
	top: 220px;
	left: 30px;
	width: 500px;
	text-align: center;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
}

#orderBanner {
	position: relative;
	top: 57px;
	left: 2px;
	width: 556px;
	height: 21px;
}

#ribbon {
	position: absolute;
	top: 505px;
	left: 495px;
	z-index: 5;
}

p#address {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: rgb(53,45,112);
	position: absolute;
	margin: 0;
	padding: 0;
	top: 545px;
	left: 20px;
	width: 465px;
	text-align: right;
	z-index: 5;
}

#topTextBlock {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px !important;
	font-size: 10px;
	color: rgb(0,0,0);
	position: absolute;
	margin: 0;
	padding: 0;
	top: 90px;
	left: 25px;
	width: 300px;
	z-index: 5;
}

	#topTextBlock p {
		margin: 0 0 10px 0;
	}

#formRightHalf {
	position: absolute;
	top: 240px;
	left: 375px;
	width: 170px;
	padding: 0;
	margin: 0;
	z-index: 5;
}
	
	#formRightHalf .row {
		clear: right;
		padding: 0;
		margin: 0 0 70px 0;
	}
	
	#formRightHalf input.check {
		float: left;
	}
	
	#formRightHalf p {
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		color: rgb(0,0,0);
		width: 130px;
		float: right;
		margin: 0 0 30px 0;
		padding: 0;
	}
	
#formLeftHalf {
	position: absolute;
	top: 230px;
	left: 25px;
	width: 330px;
	margin: 0;
	padding: 0;
	z-index: 5;
}

	#formLeftHalf p {
		font-family: Georgia, Times New Roman, serif;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		color: rgb(0,0,0);
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#formLeftHalf input {
		width: 100%;
	}
	
	#formLeftHalf .leftSplit {
		float: left;
		margin: 0;
		padding: 0;
		width: 48%;
	}
	
	#formLeftHalf .rightSplit {
		float: right;
		margin: 0;
		padding: 0;
		width: 48% !important;
		width: 43%;
	}
	
	#formLeftHalf textarea {
		width: 100%;
		height: 90px;
	}
