	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_wrapper
	{
		width: 333px;
		height: 125px;
	}
	
	#form {
		margin-top: 35px;
	}
	
	#form span {
		float: right;
		width: 100px;
	}
	
	#submit {
		position: relative;
		font-weight: bold;
		font-family: Arial ,david, "Times New Roman", arial;
		color: white;
		background-color: rgb(75,136,216);
		border: 1px solid black;
		float: left;
		left: 30px;
		width: 100px;
	}
	
	#submit
	{
		font-size: 25px;
		bottom: -15px;
	}
	
	#submit:hover, #retrivePw:hover
	{
		background-color: #1e4f8a;
	}
	
	.input {
		direction: ltr;
		width: 195px;
	}
	
	.input:focus {
		background-color:#1e4f8a;
		color: #ebebeb;
	}