.bgBannerTitleText 
{
	background-color: rgba(51, 51, 51, 0.75);
}

.bgBannerTitleCut 
{
	border-top-color: rgba(51, 51, 51, 0.75);
}

.bgBannerText {
	background-color: #00aeef;
}

.bgMainContent
{
	background: #333333;	
}

.bgBaseButton
{
	background: #00aeef;
}

.bannerIcons
{
	margin-top: 25px;
	text-align: center;
}

.baseButton
{
	background: #13a538;
	width: 260px;
	margin-left: 100px;	
	margin-top: 15px;
}

.outerContainer
{
	text-align:center;
	width: 100%;
	color: white;
	height: 400px;
}

.innerContainer
{
	margin: 25px;
	display: inline-block;
	text-align: center;
	//width: 300px;
}

.label
{
	float: left;
	width: 100px;
	color: white;
	text-align: left;
	line-height: 30px;
}

.inputContainer
{
	float: left;
	line-height: 30px;
}

.input
{
	width: 285px;
	border-style: none;	
}

.message
{
	height: 40px;
	margin-left: 100px;
	margin-right: 2px;
	display: none;
	margin-bottom: 15px;	
}

.message .img
{
	float: left;
	//line-height: 40px;
	padding-left: 50px;
	padding-right: 5px;
	margin-top: 8px;
}

.message .txt
{
	float: left;
	color: white;
	line-height: 40px;
}

.message_pass
{
	background: #13a538;	
}

.message_fail
{
	background: #ea6f74;
}