.loginbox {
	border: 1px solid #001506;
	background: #676a7c;
	color: #fff;
	display: table;
	margin: auto;
	margin-top: 20px !important; 
	padding: 20px 30px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
}

.topmenu {
	background: #676a7c;
	border-top: 1px solid #8a8ea3;
	border-bottom: 1px solid #373944;
	text-align:center;
}

.topmenu a {margin: 2px 3px; padding: 7px 12px; color: #fff;  background: #425f9b; float: left; border: 1px solid #1d2f54; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.topmenu a:hover {text-decoration: none; background: #293e68;}
.topmenu .selected {background: #6188d8;}