*{
    margin: 0;
    padding: 0;
    outline: 0;
}

body{
    background: #333333 url('../../img/AdminCpanel/bg_dark3.png');
    font-family: Arial;
    font-size: 16px;
    color: #555566;
}
#main-container{
    width:300px;
    margin: 200px auto 0px auto;
}
#main-border{
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4) inset, 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.msgs{
    width: 213px;
    margin: 20px auto;
    padding: 8px;
    padding-top: 0px;
    border-radius: 3px;
    font-size: 13px;
}
.msg-green:before{
    position: relative;
    top: 4px;
    margin-right: 5px;
    font-family: 'aw_icons';
    font-size: 24px;
    content: '\e81a';
}
.msg-green{
    border: 1px solid #70E770;
    background: #B2F7B2;
    color: #229922;
}

.msg-red:before{
    position: relative;
    top: 4px;
    margin-right: 5px;
    font-family: 'aw_icons';
    font-size: 24px;
    content: '\e815';
}
.msg-red{
    border: 1px solid #E77070;
    background: #F7B2B2;
    color: #992222;
}

#form-bg{
    padding: 15px;
    background: #e4e4e4;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
}
#lock{
    color: #800000;
    font-size: 100px;
}
#acp-text{
    padding: 8px;
    font-size: 19px;
    color: #959595;
}

.npt-container{
    width:220px;
    margin: 7px auto;
    padding: 5px;
    border:1px solid #cccccc;
    border-radius: 3px;
    background: #f5f5f5;
    font-size: 15px;
    text-align: left
}
.npt-container-focus{
    position: relative;
    top:-1px;
    background: #ffffff;
    border-color: #aaaaaa;
    box-shadow: 0px 0px 10px 0px #999999;
}

.npt-text{
    width:192px;
    border:0px;
    background: transparent;
}
.npt-submit {
    margin-top: 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, right top, right bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.npt-submit:hover {
	background:-webkit-gradient(linear, right top, right bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.npt-submit:active {
	position:relative;
	top:1px;
}

#footer{
    text-align: right;
    font-size: 9px;
    color:#c4c4c4;
}