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

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

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

.textbox_outer {
	padding-top: 210px; padding-left:170px;
}

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

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

	background-image:url(images/tb.png); background-position:center; background-repeat:no-repeat;
	width:260px;
	height:20px;
	border: 1.5px solid #961c1e;
}
div.btnwrapper{
	width: 95px;
	height: 35px;
        border: 0;
	padding-top: 42px;
	padding-left:180px;
}


input.btn {

	width: 93px;
  	height: 33px;
 	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;
}
