div#LoginBox ul, div#LoginBox ul li {
	list-style-type: none;
}
div#LoginBox label {
	width: 80px;
}
div#LoginBox span.CheckBox label {
	width: auto;
	float: none;
}
div#LoginBox input#ButtonLogin { 
	width: 195px;
	height: 27px;
 	margin: 0px;
 	padding: 0px;
 	padding-left: 24px;
 	border: 0px;
 	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */
 	font-weight: bold;
 	color: #ffffff;
 	text-align: left;
	background: transparent url(../image/button_Accept.png) no-repeat center top;
}

input#ButtonReset { 
	width: 195px;
	height: 27px;
 	margin: 0px;
 	padding: 0px;
 	padding-left: 24px;
 	border: 0px;
 	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */
 	font-weight: bold;
 	color: #ffffff;
 	text-align: left;
	background: transparent url(../image/button_Accept.png) no-repeat center top;
}
