@charset "utf-8";
/* CSS Document */
body
{
background-color:#c2e5f9;
}

#login
{
width:360px;
height:207px;
padding:100px 0 0 102px;
display:block;
margin:10% auto;
background:url(../images/bg_loginstudents.gif) 0 0 no-repeat;
font:normal 11px tahoma;
}

.submit
{
background:url(../images/login.gif) 0 0 no-repeat;
width:83px;
height:38px;
display:block;
cursor:pointer;
border:0;
}

a{
color:#018abe;
text-decoration:none;
}
a:hover{
color:#000;
}

#loginfaculty
{
width:360px;
height:207px;
padding:100px 0 0 102px;
display:block;
margin:10% auto;
font:normal 11px tahoma;
}
#loginparents
{
width:360px;
height:207px;
padding:100px 0 0 102px;
display:block;
margin:10% auto;
background:url(../images/bg_loginparents.gif) 0 0 no-repeat;
font:normal 11px tahoma;
}
