.login-form{
	text-align: center;
    padding: 10px;
    border: 1px solid #cccc;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0px 0px 5px #060606;
}
.login-form input{
	margin: 2px;
}

table {
    border:  1px solid #cccc;
}
table th{
    border:  1px solid #cccc;
}
table td{
    border:  1px solid #cccc;
}
table td.red{
    background-color: red;
	color: #fff;
}
table td.blue{
    background-color: blue;
	color: #fff;
}
table td.green{
    background-color: green;
	color: #fff;
}
table td.white{
    background-color: white;
	color: #fff;
}