@charset "UTF-8";

.ui-widget-overlay {
    background: url("https://abj.newzware.com/ss70v2/akron_test/custom/overlay_background_40x40.png") repeat scroll 50% 50% #000000!important;
    opacity: 0.6!important;
}

.ui-widget-content {
    background: none repeat scroll 0 0 #DEDEDE!important;
    border: 1px solid #E40C0C!important;
    color: #191919!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none repeat scroll 0 0 #222222!important;
    border: 1px solid #9E0A0A!important;
    color: #FFFFFF!important;
}

#nwmaindiv {
border:0px solid transparent!important;
overflow:hidden;
}

#nwlogindiv {
margin:0 auto;
}

#sjmetered-container {
	font-family:sans-serif;
	max-width:600px;
	width:80%;
	border:1px solid #2C4A91;
	padding:10px;
	position:relative;
}

.sjmetered-clear {
	clear:both;
	margin:0;
	padding:0;
	 }
	
aside.sjmetered-leftcol {
	width:30%;
	float:left;
	padding:10px;
}

aside.sjmetered-leftcol img { width:100%; height:auto }

section.sjmetered-stopscreen {
	width:55%;
	float:right;
	padding:10px 20px;
}

section.sjmetered-stopscreen h1 {
	font-size:1.6em;
	margin:0 0 10px 0;
	padding:0 20px 0 0;
	font-weight:bold;
}

section.sjmetered-stopscreen p {
	padding:0 20px 10px 0;
	margin:0;
	font-size:1.1em;
}

section.sjmetered-stopscreen span { 
color:#9e0a0a;
text-shadow:1px 1px 0px rgba(0, 0, 0, 0.3);
}


/*-- LOGIN FORM -- */
.sjmetered-loginform { 
width:auto; 
/* float:left; */
}

.sjmetered-loginform ul {  
    padding: 0;  
    margin: 0;  
}  
.sjmetered-loginform li {  
    display: inline-block;  
    /* float: left; */
	margin-top:5px;
} 

.sjmetered-loginform p { margin:0; padding:5px 0 0 0; font-size:.7em }

.sjmetered-loginform span { font-weight:bold; color:red; font-size:1.2em }

label {  
    display: block;  
    color: #999;  
}  
.cf:after {  
    clear: both;  
}  
.cf {  
    *zoom: 1;  
}  
:focus {  
    outline: 0;  
}
.sjmetered-loginform input:not([type=submit]) {  
    padding: 8px;  
    margin: 0 10px 0 0;
	font-size:.6em;
	width:90px;  
    border: 1px solid rgba(0, 0, 0, 0.3);  
    border-radius: 3px;  
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1),   
                0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;  
}  
.sjmetered-loginform input[type=submit] {  
    border: 1px solid rgba(0, 0, 0, 0.3);  
    /* background: #84C336; /* Old browsers */  
    padding: 8px;  
    margin:0px;
	font-size:.6em; 
    border-radius: 4px; 
}  

@media all and (max-width:550px) {
	aside.sjmetered-leftcol {
	float:none;
	width:100%;
}
aside.sjmetered-leftcol img { 
	width:70%; 
	height:auto
	 }

.sjmetered-bundle-pic {
	display:none;
}
	
section.sjmetered-stopscreen {
	width:100%;
	float:none;
	padding:10px;
}

.sjmetered-loginform { width: 100%; float:none; }

}
	