* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    text-align: center;
}

.bg {
    background: url('Images/bg.jpg') no-repeat center center;
    width: 100%;
    height: 100%;
    position: fixed;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 100px;
    width: auto;
}

.title {
	width: 100%;
    text-align: center;
}

.box {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.panel {
    box-shadow: 0px 0px 4px 1px #000;
    background-image: url('Images/panel-bg.png');
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main {
    margin-left: auto;
    margin-right: auto;
}

.main label {
    padding: 5px;
    display: inline;
    color: #fff;
}

.main input {
    background: url('Images/input-bg.png') 0 0 repeat-x;
    border: 1px solid #555;
    color: #555;
    padding: 5px;
    width: 200px;
}

span {
    font-size: 13px;
    color: #666;
}

.space {
    width: 600px;
    height: 50px;
    padding-top:15px;
    margin: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.space > span {
    float: left;
    display:inline;
    margin-left: 87px;
    cursor: pointer;
}

.space > input {
    float:right;
    padding: 5px 20px 5px 20px;
    /*color: #45b1cc;*/
    color: #fff;
    font: 12px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #555;
    background: url('Images/button-bg.png') 50% 50% repeat-x;
    display: inline;
    margin-right: 10px;
    cursor: pointer;
}

.login-button {
    color: #fff;
    font: 12px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #555;
    background: url('Images/button-bg.png') 50% 50% repeat-x;
    display: inline;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
}

/* .slideThree */
.slideThree {
    float: left;
    width: 80px;
    height: 26px;
    background: #333;
    margin: 0px auto 0px 20px;
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
    content: 'OFF';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.slideThree:before {
    content: 'ON';
    position: absolute;
    left: 10px;
    z-index: 0;
    color: #00bf00;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.slideThree input[type=checkbox] {
  visibility: hidden;
}

.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

.slideThree + label {
    float:left;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}
/* end .slideThree */

.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: auto;
    height: 50px;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

#Label_Msg,
.main label,
.slideThree + label,
a {
    text-decoration: none;
    color: #fff;
    /*text-shadow: 0 0 5px #fff;*/
    /*text-shadow: 0 1px 0 #eee;*/
}

a {
    color: #fff;
}

.slideThree + label:hover,
a:hover {
    text-decoration: underline;
}

.main input:focus,
.space > input:focus {
    outline: none;
	-webkit-box-shadow: 0px 0px 2px 1px #ffffbe;
	   -moz-box-shadow: 0px 0px 2px 1px #ffffbe;
	   		box-shadow: 0px 0px 2px 1px #ffffbe;
}