﻿.LogIn {
	width:350px; 
	height:100%; 
	background-image: url('img/login.png'); 
	background-repeat: no-repeat; 
	background-position: center; 
	//padding-top: 100px; 
	font-family: 'MS Sans Serif'; 
	font-weight: normal; 
	color: #666666;
	
}

* html #Login {
	width:350px; 
	height:100%; 
	background-image: url('img/login_ie.png'); 
	background-repeat: no-repeat; 
	background-position: center; 
	font-family: 'MS Sans Serif'; 
	font-weight: normal; 
	color: #666666;
	
}


.Button {
	margin-left: 1px;
	margin-top: 10px;
	background-color: #e1e6e1; 
	font-family: Ms Sans Serif; 
	color: #666666; 
	border: 1px #CCCCCC solid;
}

.Button:hover {
	margin-left: 1px;
	margin-top: 10px;
	//background-image: url('img/button_hover.png'); 
	font-family: Ms Sans Serif; 
	color: #666666; 
	border: 1px white solid;
}

.Layer {
	background-image: url('img/layer.png');
	background-repeat: repeat;
	position: absolute; 
	width: 100%; 
	height: 100%; 
	z-index: 99;
	overflow: hidden;

}

* html #layer1 {
	background-color: #333333;
	background-image: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.75;
	opacity: 0.50;

}

.Input {
	height: 18px;
	width: 125px;
	
}


