/* CSS Document */

Body {
	margin:0;
	margin-left:0;
	background:url(instruction/images/login/horizontal_tile.jpg);
	background-repeat:repeat-y;
	background-color:#00508d;
	}

DIV#Login {
	height:3.25em;
	margin:0;
	margin-top:0;
	float: left;
	margin-bottom: 0;
	}

/*Form */
input.first, textarea.first, select.first {
border : 1px solid Black;
background-color : #ffffff;
color : #0E1930;
font-size : 12px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
height: 1.5em;
width: 13em;
}
 