.box1corner {
border-radius: 10px;
} 

#loginBoxDiv {
	position:absolute;
	width:500px;
	height:262px;
	z-index:5;
	left:300px;
	top:400px;
	z-index: 2;
	position: absolute;
	left: 124px;
	top: 115px;
	border-radius: 10px;
}
body {
		background-image: url(bg_2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: bottom;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-color: ;
}

.loginfFld {
	border-radius: 5px;
	border-width:0px;
	height:30px;
	width:250px;
    font-size:24px;
	padding-left:6px;
	letter-spacing:2px;
}
.loginLabel {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:20px;
	}
	
.submitBtn {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#ff9900;
	border-radius:5px;
	padding:0px;
	height:30px;
	width:100px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding-top:0px;
	border-width:0px;
	}
.loginBoxSmallText {
	font-family:Verdana, Geneva, sans-serif;
	color:#EEE

}
a {
	font-family:Verdana, Geneva, sans-serif;
    text-decoration:none;
	color:#EEE
}
a:hover {
	text-decoration: none;
	color:#ff9900;
	
}
#footerLogin {
	bottom:0px;
    width:100%;
    text-align:left;
    padding-bottom:5px;
	padding-left:30px;
    color:#ffffff;
	position:fixed;
		font-family:Verdana, Geneva, sans-serif;
    text-decoration:none;
	color:#EEE


}



	
