.loginboxwrapper {
	margin: 0 auto; /* how to center a div, not just its text */
	width: 27em;
}

.loginbox {
	
	border: 1px solid #d8d8d8;
	width: 27em;
}

.loginbutton {
	display: inline;
	cursor: pointer; 
	cursor: hand;
	font-style: normal;
	font-weight: bold;
	margin-left:245px;
}

.loginbuttonup {
	color: #ffffff;
	display: inline;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;	
	border-top: 2px outset #808080;
	border-left: 2px outset #808080;
	border-right: 2px outset #000000;
	border-bottom: 3px outset #000000;
	background: #4d4d4d;	
	white-space: nowrap;
	height:22px;
}
