
  /* ---------------
    Color My Bouquet
   --------------- */
 
  /* ---------------
       Basics
   --------------- */
 
  *{
  outline:none;
  }
  
  body {
    text-align:center;
    font:normal 62.5% Verdana, sans-serif;
    background:#cccc99;
    margin:0px;
    }
    
  #requirestext {
    position:absolute;
    bottom:75px;
    left:20px;
    }
    
  #flash {
    position:absolute;
    bottom:30px;
    left:20px;
    }
   
  #emailtext {
    position:absolute;
    bottom:25px;
    left:190px;
    }
    
  #startcmb {
    position:absolute;
    bottom:30px;
    right:0px;
    }
  
  
  .right {
    text-align:right;
    }
    
  p {
    font-size:100%;
    line-height:150%
    }
    
  a:hover {
    text-decoration:underline;
    color:#635a48;
    }
  
  a {
    text-decoration:none;
    color:#635a48;
    }
    
  .highlight {
    font-weight:bold;
    }
    
  .subtitle {
    font-weight:bold;
    padding: 10px 0 0 0;
    }
    
  .subtitlenobuff {
    font-weight:bold;
    padding: 0 0 0 0;
    }
   
  .innerbuff {
   width:845;
   height:20px;
   background-color:#fdf4ce;
   }
   
  .nopad {
   padding:0;
   margin:0;
   }
   
  img {
   border:0;
   } 
  
  
  #masthead {
    width:845;
    height:100;
    margin: 0 auto 0 auto;
    padding:0;
    text-align:left;
    background-color:#fff;
    }   



  #container {
    width:897px;
    height:623px;
    margin: 20px auto 0 auto;
    padding:0;
    text-align:left;
    position:relative;
    background:#cccc99 url(img/mainbg.jpg) top center repeat-y;

    }     

    
   .hide {
    color:#fff;
    }
  
  .highlight {
    font-weight:bold;
    }
    
    
/* Clears floats */ 
  
  .clear {
    clear:both
    }
  
/* A container for blocking together items, like groups of images */    
 
  .box {
    width:100%;
    }

  .boxfix {
    width:600px;
    }

/* Images */    

.leftphotoholder {
    height:75px;
    width:75px;
    margin:10px 10px 10px 20px;
    padding:0;
    float:left;
    font-size:90%;
    font-style:italic;
    background-color:#ccc;
    }


 .imgright {
    padding:0px 0px 5px 5px;
    float:right;
    font-size:90%;
    font-style:italic;
    }
    
.imgrighttop {
    padding:10px 0px 5px 5px;
    float:right;
    font-size:90%;
    font-style:italic;
    }
     
  .imgleft {
    padding:0 5px 5px 0px;
    float:left;
    font-size:90%;
    font-style:italic;
    }
    
  .imglefttop {
    padding:10px 5px 5px 20px;
    float:left;
    font-size:90%;
    font-style:italic;
    }
    
   .img {
    padding:5px;
    font-size:90%;
    font-style:italic;
    }
    
 .textcenter {
   text-align:center;
    }  
  
  #search {
  position:absolute;
  right:10px;
  top:8px;
  }
  
  
 