﻿.windowHolder {
	display: block;
	width: 100%; 
	background-color: #6BAFCB;
	margin-bottom: .5em;
}

.windowHead {
	position: relative;
    background-color: #6BAFCB;
}

.windowHeadTitle {
	background-color: #6BAFCB;
	color: #FFF;
	font-size: 22px;
	line-height: 40px;
	padding: .5em 1em !important;
	box-sizing: border-box;
}

.windowContent {
    background-color: #6BAFCB;
	padding: 20px 40px !important;
	box-sizing: border-box;
    border: 0;
}
		
.windowContent > table td:first-child {
	width: 100px;	
}

.windowFooter {
    background-color: #6BAFCB;
}
		
		
		
.formFieldTextLarge {
	font-size: inherit !important;
	background-image:none;
	background-position: top left;
	background-repeat:repeat-x;
	margin: 0 0 .5em 0;
	width: 90%;
	border: none;
	color: #323031;
	font-weight: 700;
			
	padding: 0 .5em;
	line-height: 40px;
    height: 40px;
	box-sizing: border-box;
}

.stdButton {
	display: inline-block;
	padding: 0 1.5em;
	background-color: #FFF;
	color: #6BAFCB;
	text-decoration:  none;
	line-height: 40px;
	font-weight: 400;
	transition: background-color 0.5s ease;
	border: none;
	box-sizing: border-box;
	margin-top: .5em;
}
		
.stdButton:hover {
	background-color: #f0f0f0;
}
		



		
.passwordLostHolder {
	position:absolute;
	top: 30%;
	left: 50%;
	margin-left: -240px;
	margin-top: 0;
	width: 480px;
	height: auto;

	background-image:none;
	background-position: top left;
	background-repeat:no-repeat;
	color: #FFF;
}