	body {
		font-family: Arial ,david, "Times New Roman", arial;
		color: #ebebeb;
		margin-top: -16px;
	}
	
	#loginBox {
		position: fixed;
		background-image: url(images/loginBox.png);
		width:333px;
		height: 352px;
		padding: 58px 76px 0 76px;
		margin-top: -205px;
		margin-left: -242.5px;
		left: 50%;
		top: 50%;
		direction: rtl;
	}
	
	#loginBox h2 {
		padding:0;
		margin:0;
		color: #ebebeb;
		font: bold 44px "Calibri", Arial;
	}
	
	#form {
		margin-top: 35px;
	}
	
	#form span {
		float: right;
		width: 100px;
	}
	
	#btn {
		position: relative;
		border: none;
		width: 103px;
		height: 42px;
		float: left;
		bottom: -20px;
		left: 30px;
	}
	
	.input {
		direction: ltr;
		width: 195px;
	}
	
	.input:focus {
		background-color:#1e4f8a;
		color: #ebebeb;
	}