 body {
        font-family:            verdana;
        font-size:              8pt;
		text-align:				center;
		margin:					0px; 
		padding:				0px;
	}
	
	.site {
		width:					960px;
		margin:					auto;
		text-align:				left;
	}
	
	
    input {
        /*width: 200px;*/
        font-family:            verdana;
        font-size:              8pt;
    }
    
    
    
    
    .cLookup {
        width: 600px;
        border: 0px solid blue;

    }
    
    
    .customerLookup {
        width:                  500px; 
        border:                 0px solid red
    }
    
    
    .customerLookupInstructions {
        width:                  100%;
        border:                 0px solid blue;
    }

    .customerLookupQuery {
        margin-top:             10px; 
        width:                  100%;
        border:                 0px solid orange;
    }
    .customerLookupFilter {
        display:                none; 
        margin-top:             10px; 
        width:                  100%;
        border:                 0px solid blue;
    }
    
    
    .customerLookupCreate {
        display:                none; 
        margin-top:             10px; 
        width:                  100%;
        border:                 0px solid blue;
    }
    

    .customerLookupButton {
        
        margin-top:             10px; 
        width:                  100%;
        border:                 0px solid orange;
    }
    
    
    
    .fieldTitle { width:     180px;  float:left}
    .fieldControl { width:180px; float:left;}
    .clear{clear: both;}
	