@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato');

body {
	font-family: 'Lato', sans-serif;
}
.wrapper {
	border: 1px solid #00833f;
	padding: 20px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #00833f;
	color:#fff!important;	
}
.olbTitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
#username {
	display: block;
	float: left;
	width: 95%;
	height: 30px;
	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;
	background: #fff;
	line-height: 32px;
	font-size: 1em;
	-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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#username:active, #username:focus {
	background: #eef2f6;
	box-shadow: inset 0px 3px 8px #d3d7dc;
}
.olbBtn {
	font-family: Arial;
	color: #000;
	font-size: 1em;
	background: #d4d4d4;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
.olbBtn:hover {
	background: #bebdbd;
	text-decoration: underline;
	color: #000;
	font-weight: normal;
	border: 0;
}

.wrapper a:link, .wrapper a:visited {
text-decoration:underline;
color:white;
}
.wrapper a:hover, .wrapper a:active {
text-decoration:none;
color:white;
}
