@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
	background-color:#1f417a;
}

.inputForm{
	width:145px;
	border:1px #7f9db9 solid;
}
.inputSmall{
	width:30px;
	border:1px #7f9db9 solid;	
}
.inputSmall2{
	width:50px;
	border:1px #7f9db9 solid;	
}
.inputMedium{
	width:75px;
	border:1px #7f9db9 solid;	
}
input.error{
	background-color:#FFFF99;
}
select.error{
	background-color:#FFFF99;
}
label.error{
	font-size: 0px;
	display:none !important;
	position:relative;
	float:left;
}
