    /**************** Styling for the contact form ****************/
	    ol 
	    {
	        list-style-type:decimal;
	    }
    	
	    #intro h2 
	    {
	        margin-top:0;
	    }
    	
	    #intro 
	    {
	        height:192px;
	        background: url(../css-images/relish/intro-card-bckgrnd.png) bottom right no-repeat;
	        padding-right:24px;
	        padding-bottom:62px;
	        border:1px solid #E5E5E5;
	    }
        
        span.clear {
            clear:both;
            display:block;
            margin:1em 12px 1em 12px;
            }
            
        label {
	        display:block;
	        float:left;
	        font-size: .75em;
	        }
    	    
        span.clear label {
	        width:150px;
	        }
    	    
        label span {
	        font-weight:bold;		
	        }
    	    
        fieldset {
	        width:424px;
	        border:1px solid #135485;
	        padding:0 12px 12px 12px;
	        margin-bottom:24px;
	        background-color:transparent;
            }
            
        fieldset fieldset {
	        width:auto;
	        background-color: #EFEFF4;
	        margin:0 12px 12px 12px;
	        }

        fieldset fieldset input {
	        width:200px;
	        background-color:#FFF;
	        float:left;	    
            margin-bottom:1em;
	        margin-right:12px
	    }
    	
        fieldset fieldset textarea {
	        width:356px;
	    }
	    
        #content fieldset ul li {
	        list-style:none;
	        margin-left:12px;
	    }
        legend {
	        font-weight:bold;
	        color: #135485;
	    }
        fieldset em {
	        font-weight:bold;
	        color:red;
	        margin-right:0.5em;
	        margin-left:0.5em;
	    }
    	
	    span#submitButton 
	    {
	        display:block;
	        padding:0 0 12px 12px;
	    }
