#loginbox{
	position: relative;
	float:left;
	width:100%;
	padding:10px;
	border:1px solid grey;
	border-radius:10px;
}

.voffset1{margin-top: 10px;}
.voffset2{margin-top: 25px;}
.voffset3{margin-top: 40px;}
.voffset4{margin-top: 50px;}
.voffset5{margin-top: 60px;}
.voffset6{margin-top: 70px;}
.voffset7{margin-top: 80px;}

.voffsetlabel{margin-top: 24px;}

.autocomplete-suggestions { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; z-index:10010 !important;}
.autocomplete-suggestion { padding: 10px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399ff; }

.glyphicon:hover{
	cursor:pointer;
}


#db_test li:hover{
	cursor:pointer;
	color:blue;
}