﻿.jobtop
{
    width: 640px; 
    height: 200px; 
    background-image: url('https://images.powerpets.com/image/pgart/jobagency.png');
}

.outlettop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/outletmanager.png');
}

.pointtakentop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/pointtaken.png');
}

.pawntop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/pawnshop.png');
}

.spiceituptop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/spiceitup.png');
}

.akinatop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/teaceremony.png');
}

.gekkiesgreedtop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/gekkiesgreed.png');
}

.sheepherdertop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/sheepherder.png');
}

.tumidtop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/tumidsquest.png');
}

.zookeepertop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/zookeeper.png');
}

.runatop
{
    width: 640px; 
    height: 220px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/runasquest.png');
}

.libraryquesttop
{
    width: 640px; 
    height: 200px; 
    background-image: url('https://images.powerpets.com/image/layout/layout_libraryquest.png');
}

.darkguardiantop
{
    width: 640px; 
    height: 150px; 
    background-image: url('https://images.powerpets.com/image/v3pgart/darkquest.png');
}

.cilantroquesttop
{
    width: 640px; 
    height: 200px; 
    background-image: url('https://images.powerpets.com/image/pgart/crazychefgift.gif');
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}

.desiquesttop
{
    width: 640px; 
    height: 200px; 
    background-image: url('https://images.powerpets.com/image/pgart/desisfarm.png');
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}

.fredquesttop
{
    width: 640px; 
    height: 200px; 
    background-image: url('https://images.powerpets.com/image/pgart/toyroom.png');
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}

.sharkfatherquesttop
{
    width: 640px; 
    height: 200px; 
    background-image: url('https://images.powerpets.com/image/pgart/sharkfather.png');
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}

.nrhtop
{
    width: 640px; 
    height: 200px; 
    background-image: url('https://images.powerpets.com/image/pgart/nrh_top.png');
}

.fbmid
{
    min-height: 500px;
    overflow: auto;
}

.cheezilla
{
    position: relative;
    width: 640px; 
    height: 450px; 
    background-image: url('https://images.powerpets.com/image/pgart/cheezilla.png');
}

.cheezilla .cheezuser
{
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.cheezilla .cheezuser img
{
    width:200px;
    height:360px;
}

.cheezilla .cheezpet
{
    position: absolute;
    bottom: 10px;
    left: 100px;
}

.cheezilla .cheezpet img
{
    width:195px;
    height:150px;
}

.cheezilla .cheeztalk
{
    position: absolute;
    top: 10px;
    right: 120px;
    height: auto;
    width: 300px;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #DDDDDD;
    color: #000000;
    border: 1px solid #000000;
    opacity: 0.8;
    font-size: 0.9em;
}