html { background: #000;}
body { color:#fff; font-family: 'Open Sans', 'sans-serif'; background: transparent;}
.logo-up { margin: 50px; }
.copyright { color: #aaa; margin: 20px 0; }
.am-body { background:transparent;}
.am-body .am-body-content-wrapper { background: #1a1a1a; border:0; padding: 20px 20px 30px 20px;}
.am-layout h1 { color: #fff;}
.am-layout  { background:transparent; color: #fff; font-family: 'Open Sans', 'sans-serif' !important;}
.am-layout a { color:#ff1010 } 
.am-layout a :hover { color: #fd6868; } 
.am-layout-two-coll {
	border:0; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	background-color: transparent;
}
.am-layout-two-coll .am-layout-two-coll-top { background: transparent; }
.am-layout-two-coll .am-layout-two-coll-bottom { background: transparent; }
.am-form form {
	color: #444;
	border:0; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.am-form fieldset { padding:0px; margin:0px; border:0; }
.am-form fieldset legend { font-family: 'Open Sans', 'sans-serif'; text-shadow: none; margin-bottom: 15px; } 
.am-form fieldset:first-child legend:first-child {
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
}
.am-form fieldset legend { background: #ff1010; text-shadow: none;}
.am-form div.element-title label { font-weight:normal; }
select, textarea, input[type=text], input[type=password] {
	border: 1px solid #c2c2c2;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.am-form div.row  { border:none; }
textarea:focus, input[type=text]:focus, input[type=checkbox]:focus, input[type=radio]:focus, input[type=password]:focus {
	background-color: #222222;
	border-color: #fff;
}
.am-tabs { margin-left: 0px !important; padding: 0 0.3em !important; }
.am-tabs a { text-shadow: none; transition: none !important; }
.am-info { color: #444;}
.am-receipt { background: #ddd; color: #444; }
.grid-container { -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #444;
}
.am-main {
	display: block;
	margin: 20px auto !important;
}
.am-popup { color: #888; } 

@media (min-width: 900px) {
}

@media (max-width: 899px) {
    .w-logo-img {max-width:100%}
}

.am-helpdesk-message-content { background: #1A1A1A; }

.am-form input[type="text"], input[type="password"], input[type="email"], textarea, select { background: #222222;}
.am-block h3 { color: #333 !important; }
