@CHARSET "UTF-8";

a {
	text-decoration: none;
}

button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;					
	text-align: center;	
	white-space: nowrap;	
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

button span, button em {
	display: block;
	height: 25px;
	line-height: 25px;			
	margin: 0;
}

button span {
	padding-left: 18px;
	background: url('/templates/img/msc/bgButton.gif') no-repeat 0 0;
}
	
button em {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	padding-right: 18px;
	background: url('/templates/img/msc/bgButton.gif') no-repeat 100% 0;
}

button.loginbut span {
	padding-left: 18px;
	background: url('/templates/img/msc/bgButton_green.gif') no-repeat 0 0;
}
	
button.loginbut em {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	padding-right: 18px;
	background: url('/templates/img/msc/bgButton_green.gif') no-repeat 100% 0;
}