@charset "utf-8";
/* CSS Document */
body {
width: 950px;
background-image: url(../images/bgpics/zu-bg.jpg);
background-repeat: no-repeat;
background-position: top center ;
margin: 0px auto;
background: #000;
}

.loginheader {
        width: 950px;
        height: 250px;
        position: absolute;
        margin: 0px auto;
        top: 0px;
        text-align: center;
        background-image: url(../images/bgpics/zu-site-header-blank.jpg);
        background-repeat:no-repeat;

}

.loginbg {
        width: 950px;
	height: 650px;
        position:absolute;
        top: 249px;
        
	margin: 0px auto;
	background-image: url(../images/bgpics/zu-login-bg.jpg);
	background-repeat: no-repeat;
	
}

img { border:none; }
textarea { font-family:helvetica, arial, geneva, sans-serif;font-size:12px;color: white; }
a:link { color: white; text-decoration: none }
a:active { color: white; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:hover { color: gold; text-decoration: none }

form * {margin:0;padding:0;}
legend {
	color:#000; /* IE styles legends with blue text by default */
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
fieldset {
	border:0px solid #dedede; /* Default fieldset borders vary cross browser, so make them the same */
}

