/*///////////////////////////////////////////////////////////////////////////////////////// Register Styles */
#divRegisterContainer {
	width: 100%;
	text-align: center;
}
#divRegisterBox {
	width: 400px;
	background-image: url(../images/upload-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #031529;
	border: 1px solid #ffffff;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#tblRegister {
	width: 90%;
	margin: auto;
}
#tblRegister P {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
}
#tblRegister a:link, #tblRegister a:visited {
	color: #95DAE9;
	text-decoration: underline;
}
#tblRegister a:hover {
	text-decoration: none;
}
.Button {
	text-align: center;
}
/*/////////////////////////////////////////////////////////////////////////////// Billing & Shipping Styles */
#divBillingInfo {
	background-image: url(../images/upload-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #031529;
	border: 1px solid #ffffff;
	width: 350px;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding-top: 5px;
	float: left;
}
.h2Billing {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;	
	margin-left: 5px;
	margin-bottom: 10px;
}
#divShippingInfo {
	background-image: url(../images/upload-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #031529;
	width: 350px;
	border: 1px solid #ffffff;	
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding-top: 5px;
	float: left;
}
.h2Shipping {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#divBillingInfo P, #divShippingInfo P {
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#divBtnContainer {
	width: 100%; 
	float: left;
	margin-bottom: 20px; 
	text-align: right;
}
#btnNext {
	width: 70px;
	text-align: center;
	margin-right: 90px;
	margin-bottom: 20px;
	float: right;	
}
/*//////////////////////////////////////////////////////////////////////////////////////////// Login Styles */
#divLoginContainer{
	width: 100%;
	text-align: center;
}
#divLoginBox {
	width: 300px;
	background-image: url(../images/upload-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #031529;
	border: 1px solid #ffffff;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#tblLogin {
	width: 90%;
	margin: auto;
}
#tblLogin TD {
	text-align: right;
	padding: 3px;
}
#tblLogin P {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
#tblLogin a:link, #tblLogin a:visited {
	color: #95DAE9;
	text-decoration: underline;
}
#tblLogin a:hover {
	text-decoration: none;
}