.login_bg {
	background-image: url(login_bg.PNG);
	background-repeat: repeat-x;
}

.login_left {
	background-image: url(login_left.PNG);
	background-repeat: no-repeat;
}

#submitBtn {
	background: url(new_login_1.png) no-repeat center;
	cursor: pointer;
	width: 107px;
	height: 33px;
	margin-right: 85px;
	position: relative;
	top: 54px;
	font-size: 0;
	line-height: 0;
	/*text-indent: -9999px;*/
	border:0;
}
.mouse_over#submitBtn {
	background: url(new_login_2.png) no-repeat center;
}