.bgBannerTitleText 
{
	background-color: rgba(0, 120, 170, 0.75);
}

.bgBannerTitleCut 
{
	border-top-color: rgba(0, 120, 170, 0.75);
}

.bgBannerText {
	background-color: #0078aa;
}

.bgMainContent
{
	background: white;	
}

.bgBaseButton
{
	background: #8c6239;
}

#containerRegister {
	padding-top: 50px;
	background-color: #333333;
	text-align: center;
}

#detailRegister {
	display: inline;
	text-align: left;
	width: 50%;
	height: 740px;
	margin: 0 auto;
	min-width: 960px;
}

.productLogo
{
	margin-top: 25px;	
	margin-bottom: 25px;
	height: 50px;
	text-align: center;
}

.productText
{
	text-align:left;
	padding: 25px;
	height: 150px;
	color: #333333;
}

.productContainerArea
{
	
	width: 100%;
	margin-top: 50px;
}

.productContainer
{
	float: left;
	margin: 0 1.25%;
	padding: 0 1.25%; 
	width: 44%;
	//border: 1px solid silver;
}

.productImage
{
	margin-bottom: 25px;	
	cursor: pointer;
	text-align: center;
}

.productContainer.right
{
	float: right;
}