
body {
	background-color:#ffffff;
	font-size:120%;
}

div.wrap {
height:100%
width:100%
}

h3 {
	color:#ff00c0; font-size:22px;
}

.textbox_outer {
	padding-top: 270px; padding-left:160px;
}

.box_wrapper {
	background-image:url(images/loginbg1.png); background-position:center; background-repeat:no-repeat;
	width:400px; height:500px; margin:auto; margin-top: 80px;
}

input {
	font-family: "Calibri",calibri,sans-serif;
	font-size:20px;
	color: #002d56;
text-indent: 5px;
	//border: 1px solid #497296;
border:0;
}
input.textboxes {

	background-image:url(images/tb.png); background-position:center; background-repeat:no-repeat;
	width:210px;
	height:35px;
border-top:0;
}
div.btnwrapper{
	width: 110px;
	height: 41px;
        border: 0;
	padding-top: 55px;
	padding-left:100px;
}

p {
   display: left;
   margin-top: 15px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: -5px;

}

div.space2{
	
	height: 7px;
        border: 0;
	
}
input.btn {

	width: 110px;
  	height: 41px;
 	margin: 0;
 	border: 0;
 	background: transparent url(images/login.png) no-repeat right bottom;
  	text-indent: -1000em;
 	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */

}

div.labels {
	font-family: "Calibri",calibri,sans-serif;
	font-size:16px;
	width:100px;
	color:#ffffff;
}

