/* Hamperesque Hosts :: Strictly Rentals CSS Definitions */

h1
{
   color: #014181;

   font-size: 1.5em;
   font-weight: bold;
}

p
{
   font-size: 1.0em;
}

body
{
   color: #000000;

   margin: 10px;

   font-size: 80%;
   font-family: Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;

   background-color: #FDECF4;
   background-image: url(/img/page/img-pge-bkg-pink.gif);
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: fixed;
}

#page
{
   width: 770px;

   margin: 0px auto;
}

#logos
{
   width: 770px;

   margin-top: 20px;
   margin-bottom: 20px;
}

#logos .left
{
   text-align: left;
}

#logos .right
{
   text-align: right;

   background-image: url(/img/page/img-pge-logo-blue.gif);
   background-repeat: no-repeat;
   background-position: center right;
}

.hamper
{
   width: 128px;
}

.hamper .name
{
   color: #081053;

   text-align: center;

   font-size: 0.8em;
   font-weight: bold;

   background-color: #FFFFFF;
}

.hamper .select
{
   height: 20px;

   vertical-align: middle;

   background-color: #99CCFF;
}

.hamper .select table
{
   margin-bottom: 2px;
}

.hamper .select td
{
   color: #081053;

   font-size: 0.9em;
}

.hamper .select .text
{
   padding-top: 2px;
}

.label
{
   padding-top: 4px;
   padding-right: 4px;

   text-align: right;

   vertical-align: top;
}

.field
{
   color: #000000;

   font-size: 1.0em;

   font-family: Courier New,Courier;
}

.mandatory
{
   font-size: 1.2em;
   font-style: italic;

   text-align: center;
}

.popup a
{
   color: #FFFFFF;
}

.popup p
{
   font-size: 1.0em;
}

.popup h1
{
   color: #014181;

   font-size: 1.5em;
   font-weight: bold;
}

.popup body
{
   margin-top: 10px;
   margin-left: 15px;

   color: #000000;

   font-size: 80%;
   font-family: Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;

   background-color: #FDECF4;
   background-image: url(/img/page/img-pge-bkg-pink.gif);
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: fixed;
}