* { margin: 0; padding: 0; }


.navigationFooter {
    position: relative;
    width: 300px;
    height: 410px;
    top: 0;
    left: 0;
    background: url(../img/navigation/footer.jpg) no-repeat;
}

.navigationFooter img { border: 0; }


#ftpUpload {
    position: absolute;
    width: 188px;
    height: 63px;
    top: 38px;
    left: 34px;
    background: url(../img/navigation/ftp_upload_box.jpg) no-repeat;
}

#ftpUpload img {
    position: absolute;
    top: 18px;
    left: 68px;
}

#planboxLogin {
    position: absolute;
    width: 188px;
    height: 170px;
    top: 114px;
    left: 34px;
    background: url(../img/navigation/planbox_login_box.jpg) no-repeat;
}

#planboxLogo {
    position: absolute;
    top: 8px;
    left: 9px;
    width: 168px;
    height: 37px;
    border: 0;
}


#planForm {
    position: absolute;
    top: 60px;
    top: 60px;
    left: 12px;
}

#planForm input {
    width: 128px;
    margin: 4px 0;
    border: 2px solid #36B311;
    color: #383838;
}

#planForm input.user {
	background: #fff url(../img/input_user.gif) no-repeat scroll 2px center;
	padding: 3px 3px 3px 24px;
}

#planForm input.password {
	background: #fff url(../img/input_pw.gif) no-repeat scroll 3px center;
	padding: 3px 3px 3px 24px;
}

#planForm img {
    position: absolute;
    top: 70px;
    left: 30px;
    width: 103px;
    height: 28px;
    cursor: pointer;
}


