@CHARSET "ISO-8859-1";

/* LOGIN CONTENT */

#loginContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 231px;
    margin-left: -225px;
    margin-top: -115px;
    z-index: 2;
}

#loginImRow1 {
    position:relative;
}
#loginIm1_1 {
    float:left;
    background-image: url(../images/login_background_450_0.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}
#loginIm1_2 {
    float:left;
    background-image: url(../images/login_background_450_1.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}
#loginIm1_3 {
    float:left;
    background-image: url(../images/login_background_450_2.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}

#loginImRow2 {
    position:relative;
}
#loginIm2_1 {
    float:left;
    background-image: url(../images/login_background_450_3.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}
#loginIm2_2 {
    float:left;
    background-image: url(../images/login_background_450_4.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}
#loginIm2_3 {
    float:left;
    background-image: url(../images/login_background_450_5.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}

#loginImRow3 {
    position:relative;
}
#loginIm3_1 {
    float:left;
    background-image: url(../images/login_background_450_6.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}
#loginIm3_2 {
    float:left;
    background-image: url(../images/login_background_450_7.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}
#loginIm3_3 {
    float:left;
    background-image: url(../images/login_background_450_8.gif);
    background-repeat:no-repeat;
    width: 150px;
    height: 77px;
}

/* LOGIN MASK */

#loginMask {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 231px;
    margin-left: -225px;
    margin-top: -115px;
    z-index: 3;
}

#loginInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 231px;
    margin-left: -225px;
    margin-top: -115px;
    z-index: 3;
}

#loginMessage {
    margin-top: 45px;
    margin-left: 25px;
    width: 400px;
    text-align: left;
    font-size: 10pt;	
   	color: #00639C;
}

#loginMessageTitle {
	font-size: 14pt;	
}
