@CHARSET "ISO-8859-1";

#logNote {
	float : right;
}

#accountCreated { 
	font-weight : 700;
	color       : #55AF3D;
	text-align  : center;
	margin      : 0px 0px 5px 0px;
}

#badEmail { 
	font-weight : 700;
	color       : #F00;
	text-align  : center;
	margin      : 0px 0px 5px 0px;
}

.checkoutProgress {
	display : block;
	width : 100%;
	padding : 0px;
}

.checkoutProgress li {
	marign : 0px auto 0px auto;
	padding : 0px;
	display : inline;
}

.checkoutProgress li img {
	margin : 0px;
	paddin : 0px;
}

#checkoutLogin {
	margin : 0px 0px 20px 10px;
	font-weight : 700;
	color : #7C2702;
	font-size : 13pt;
}

p.notice {
	font-weight : 700;
	color : #FFF;
	font-size : 10pt;
	font-style : italic;
	margin : 0px;
	padding : 0px;
	text-align : center;
}

.pageContent {
	min-height: 700px;
	position: relative;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

