@charset "utf-8";
/* CSS Document */
/*
   ----------------------------------------------------------------
   Booking Systems Design by Cypher Web Designs 
   
   http://www.cypherwebdesigns.com
   ----------------------------------------------------------------
*/

fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;  
border: 1px solid #BFBAB0;  
background-color: #e9ecf2;  
background-image: url(../images/fieldset_gradient.png);  
background-repeat: repeat-x;
position: relative;
}

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
background-color: transparent;   
background-image: none;
}
