/*  --->  Design by 0tutor.com  <---  */

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

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

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

.textbox_outer {
	padding-top: 43px; padding-left:150px;
}

.box_wrapper {
	background-image:url(../img/login.jpg); background-position:center; background-repeat:no-repeat;
	width:600px; height:360px; margin:auto; margin-top: 70px;
}

input {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size:18px;
	border: 1px solid #000000;
}
input.textboxes {
	width:270px;
	background-color:#000000;
}
input.btn {
	color:#ff00c0;
	border: 1px solid #000000;
}

div.labels {
	width:100px;
	color:#000000;
}
/*  --->  Design by 0tutor.com  <---  */