body {
margin:0px;
padding:0px;
background-color:#a7c71a;
height:100%;
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif;

}


.loginBackground {
background-image:url(login_background.jpg);
background-repeat:no-repeat;
background-position:center center;
width:838px;
height:508px;
}
html{
height:100%;
}

.textinput {
font-size:13px;
color:#000000;
}

input{
background-image:url(fieldMdleBg.gif);
background-repeat:repeat-x;
width:148px;
font-size:12px;
color:#666666;
height:21px;
border:none;
margin:0px;

}
form{
margin:0px;
padding:0px;
}
.alertbox{
	background-image: url(alert.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	width: 294px;
	margin-top:88px;
}
.alertbox table{
	color:ff0000;
	font-size:13px;
}

input.login{
	width:78px;
	height:25px;
	margin:0;
	padding:0;
}
