.scButton {
	position: static !important;
	display: inline-block !important;
	color: #0E4C91 !important;
	padding: 6px 10px !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	line-height: 24px !important;
	font-family: 'Open Sans', Arial, sans-serif !important;
	font-size: 17px !important;
	font-weight: bold !important;
}
.scButton:hover {
    background-color: #eee !important;
}
.scButton:active {
	background-color: white !important;	
}

#scOverlay {
	position:fixed;
	top:0px !important;
	left:0px;
	height:100%;
	width:100%;
	z-index:2147483647 !important;
}
#scOverlayBackground {
	position:fixed;
	top:0 !important;
	left:0;
	height:100%;
	width:100%;
	background-color:#000000;
	opacity:.6;
	filter:alpha(opacity=60);
}
#scOverlayPos {
	position:relative;
	top:2%;
	height:96%;
	width:90%;
	max-width:1700px;
	margin:0px auto;
}
#scOverlayContent {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#ffffff;
	border:1px solid#000;
	text-align:center;
}
#scCloseIcon {
	background:none;
	position:absolute;
	top:-15px;
	right:-15px;
	height:35px;
	width:35px;
	padding:0px;
	background-image: url('../images/close.png');
	background-size: contain;
}
#scFrame {
	width:100%;
	height:100%;
	border:0;	
}

.scButton i {
	font-style: normal;	
}
.scButton i:before {
    margin-right: 4px;
}
.scLogin:before {
	content: "\272A";
	font-size: 17pt;
	line-height: 3px;
	position: relative;
	top: 2px;
	left: 0px;
}

.scRegister:before {
	content: "\2710";
	font-size: 20pt;
	line-height: 3px;
	position: relative;
	top: 4px;
	left: 0px;
}


.sclOverlay {
	background: rgba(0,0,0,0.55);
	bottom: 0;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1010;
}
.sclOverlayContent {
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	position: absolute;
	top: 60px!important;
	left: 50%;
	width: 640px;
	margin-left: -320px;
	padding: 20px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.sclCloseIcon {
	position: absolute;
	right: -30px;
	text-decoration: none !important;
}
.sclCloseIcon:before {
	content: "X";
	color: white;
	font-size: 21px;
	font-family: Arial;
}
.sclLogin, .sclCancel {
    font-family: Arial, Helvetica, sans-serIf !important;
    padding: 4px 18px;
    margin-right: 15px;
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #C0C0C0 !important;
    font-size: 13pt !important;
    font-weight: bold;
    border-radius: 6px;
    background-image: none !important;
    box-shadow: 2px 3px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.5);
    text-decoration: none !important;
}
.sclLogin, .sclLogin[disabled],
.sclLogin:focus {
	background-color: #00B428;
	background-image: none;
}
.sclLogin:hover {
    background-color: #00D428;
    cursor: pointer;
}
.sclLogin[disabled]:hover {
    background-color: #00B428;
}
.sclLogin:active {
    background-color: #00B428;
}
.sclCancel, .sclCancel[disabled] {
    background-color: #FBA446 !important;
    background-image: none;
}
.sclCancel:hover {
    background-color: #FFB446 !important;
    cursor: pointer;
}
.sclCancel[disabled]:hover {
    background-color: #FBA446 !important;
}
.sclCancel:active {
    background-color: #FBA446 !important;
}
.sclOverlayContent p {
    font-family: Arial, Helvetica, sans-serIf !important;
    color: black;
    font-size: 11pt;
}
.sclCenter {
	text-align: center;
}
.sclOverlayContent h1 {
    font-family: Arial, Helvetica, sans-serIf !important;
    color: #054B91;
    font-size: 20pt !important;
    margin-bottom: 10px;
}
.sclLogo {
	position: absolute;
	top: 25px;
	right: 22px;
	height: 47px;
	width: 127px;
	background-image: url('../images/logo.png');
}