body {
		background: #fff;
		font-family:Arial;
		color:#ffffff;
		font-stretch:condensed;
	}
	
h2{ margin:0; font-size:27px; text-align:center; padding:15px 0px 15px 0px; font-weight:bold;}

.bottomline{width:286px; margin-bottom:15px; margin:auto; padding-bottom:20px;}

.form {
		width: 593px;
		height:312px;
		 -moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border: 1px solid #1179a5;
		margin:50px auto;
		background-image:url(../images/login-bg.jpg); background-repeat:repeat-x;
	}

.login-part{	
	 width:300px; 
	 border:0px solid #F00; 
	 float:left;
	 padding:15px;
	 height:280px; 
}

	#username-label, #password-label {
		font-size: 20px;
		font-family: arial;
		list-style-type: none;
		color: #fff;
		margin-bottom: 15px;
		display: block;
		text-align:left;
	}

	.input-user {

	
	  	padding: 6px;
		height: 9px;
		width: 267px;
		 /*-moz-border-radius: 0 0 0 0;
		-webkit-border-radius: 6px 6px 6px 6px;*/
		/*background: -moz-linear-gradient(19% 75% 90deg,#f9f9f9, #eeeeee);*/
		border:1px solid #ededed;
		color:#828282;
		margin-bottom:20px;
		background-image:url(../images/input-bg.jpg); background-repeat:repeat-x;
	}
	
		input {
	
	  	padding: 6px;
		height: 14px;
		width: 267px;
		 -moz-border-radius: 0;
		-webkit-border-radius: 6px 6px 6px 6px;
		border:1px solid #ededed;
		color:#828282;
		margin-bottom:20px;
		background-image:url(../images/input-bg.jpg); background-repeat:repeat-x;
	}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ input {-webkit-border-radius: 0;} }

dd input[type="button"],
dd input[type="submit"],
dd input[type="reset"]{font:arial;
		font-stretch:wider;
		background-image:url(../images/btn-bg.jpg); background-repeat:repeat-x;
		color: #777777;
		width:106px;
		height:37px;
		font-size:22px;
		padding:4px;
		font-weight:normal;
		float:right;}

dd input[type="button"]:hover,
dd input[type="submit"]:hover,
dd input[type="reset"]:hover{ background-image:url(../images/btn-bg-hover.jpg); background-repeat:repeat-x;}



	input.submit-login:active {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#eeeeee));
		background:  -moz-linear-gradient(19% 75% 90deg,#eeeeee, #f9f9f9);
	}

	input:hover {
		-webkit-box-shadow: 0px 0px 4px #000;
		background:  -moz-linear-gradient(19% 75% 90deg,#f9f9f9, #eeeeee);
	}
	
	.logo-part{
		 width:258px; 
		 height:312px;; 
		 float:right; 
		 -moz-border-radius: 0 18px 18px 0px;
		-webkit-border-radius: 0 18px 18px 0px;
		 border:0px solid #F00;
		background-image:url(../images/logo-bg.jpg); background-repeat:repeat-x;
		}
		
	.login-logo{
	  text-align:center; padding-top:80px;
