
body{padding-bottom:30px}
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.item{float:left;margin:6px 3px}

.btn{padding: 6px 10px;}
.btn1{width:41px;height:34px;}
.btn.save{border: 1px solid #aaa;
background: #080;
color: #fff;}

.btn.skip{border: 1px solid #aaa;
background: #a00;
color: #fff;}

.row{margin:5px}
.btn1:hover{color:#fff}

#login input {
	padding:5px;font-size:1.1em;min-width:200px;margin:5px;
}

#login .form-item { 
	margin:5px; 
}
.footer{width:500px;padding:7px ;position:fixed;bottom:0;background-color:#666;color:#fff;}
.footer a {color:#fff}