@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {

	font-family: 'Open Sans', sans-serif;    margin: 8px 0 0 0!important;
}
.wrapper {
	padding: 20px 20px 20px 20px;
	/*background: #053b21;*/
	background: #4c886a;
	-webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.olbTitle {
	font-size: 1em;
	color: #fff;
	/*text-align: center;*/
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;margin-bottom: 4px;
}
#username {
	display: block;
	float: left;
	width: 95%;
	height: 28px;
	padding: 0 5px 0 10px;
	margin: 3px 0 7px 0;
	background-color: transparent;
	border: none;
	box-shadow: inset 0px 3px 8px #666;
	outline: none;
	border-left: 1px solid #ddd;
	color: #000!important;
	background: #fff;
	line-height: 32px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 0.8em;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
#username:active, #username:focus {
	background: #eef2f6;
	box-shadow: inset 0px 3px 8px #d3d7dc;
}


#password {
	display: block;
	float: left;
	width: 95%;
	height: 28px;
	padding: 0 5px 0 10px;
	margin: 3px 0 7px 0;
	background-color: transparent;
	border: none;
	box-shadow: inset 0px 3px 8px #666;
	outline: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif!important;
	border-left: 1px solid #ddd;
	color: #000!important;
	background: #fff;
	line-height: 32px;
	font-size: 0.8em;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}










.olbBtn {
	font-family: Arial;
	color: #ffffff;
	font-size: 0.80em;
	background: #053b21;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	float: left;
	text-transform:uppercase;
	margin-top:6px;
	margin-bottom:9px;
}
.olbBtn:hover {
	background: #000;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	border: 0;
}

.wrapper {
color:#fff!important;	
}

#cmdLogin {
	margin-top: 10px;
	margin-left: 100px;
}
#OLBForm h1 {
	color: #4B594E;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding-bottom: 5px;
	margin:0;
}
#OLBForm p {
	margin:5px 0 0 0;
	font-size:9px;
	color:#00457C;
}
#OLBForm a {
    color: color: #A2A510;;
    text-decoration: none;
	font-size:14px;
}
#OLBForm a:hover {
	text-decoration:underline;
}
#OLBForm a:focus {
	outline:none;
}

.CEBLinks {
	
	padding-top: 2px;
	padding-bottom: 5px;
	color: #A2A510;
	
}


.CEBLinks a {
	
	
	color: #A2A510;
	
}

/******************************************************** Form Styles ****************/
#OLBForm form {width:100%;padding:0;margin:0;}
#OLBForm label {
}
#OLBForm input.text {
	font-size: 11px;
	display: block;
	width: 125px;
	color: #6B6B6B;	
	float: left;	
}
#OLBForm button.submit {
	font-size: 11px;
	display: block;
	color: #6B6B6B;	
	width: 22px;
	height: 22px;
	background: url(go_bg.png) no-repeat;
	border: 0;
	
}
#OLBForm .submit:hover {background: url(go_bg_hover.png) no-repeat;cursor:pointer;}
#OLBForm .Fields {
	float:left;
	width:125px;
}
#OLBForm .Controls {
	float:left;
	margin-left:20px;
}

/******************************************************** Utility Classes ****************/
.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
}
.hidden {
    position:absolute;
    left:-5000px;
}
.error {
	color:#900;
	height:1.2em;
	font-size:9px;
}

/******************************************************** Links ****************/



.olbLinks {
	color:#CDE0D8;
	font-size:0.75em;
}

.olbLinks a{color:#CDE0D8;text-decoration:none!important;}
.olbLinks a:hover{color:#fff;text-decoration:underline!important;}

a.olbLinks{text-decoration:none!important;}
a:hover.olbLinks{color:#fff;}



.lockPadd{margin-bottom:-1px; margin-right:8px;}






