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

label {  
position: relative;  
float: left;  
width: 15em;  
margin-right: 1em;
vertical-align: baseline;
} 

/*
label {
float: left;
width: 10em;
margin-right: 1em;
margin-top: 0em;
padding-bottom: 1em;s
padding-top: 0.2em;
vertical-align: baseline;
}
*/

label strong {
position: absolute;
left: 39em;
top: 0.4em;
width: 27em;
color: #C00;
font-size: 85%;
font-weight: normal;
text-transform: lowercase;
}

label strong img {  
position: absolute;  
left: -17em;
}

fieldset li {  
float: left;  
clear: left;
width: 100%;
padding-bottom: 1em;
}

fieldset {
float: left;  
clear: left;  
width: 100%;  
/*margin: 0 0 1.5em 0;  */
padding-bottom: 1em;
}

fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em;
}

.widthed{
width:13.2em;
} 


