.content-textbox 
{
    width: 70px;
    text-align: right;
}

.content-total 
{
    width: 70px;
    text-align: right;
    white-space: nowrap;
}

.separator-row td
{
    border-top: 1px solid black;    
}

.totals-row  td
{
    
}


	 html, body, form, input, select
        {
            font-family: Verdana;
            font-size: 11px;
        }
        body, form
        {
            margin: 0px;
        }

		html { background: #c0c0c0; }

        body
        {
            background: #c0c0c0 url('TopBG.png') repeat-x top left;
        }
        form
        {
            
        }
        #wrapper
        {
            margin: 0 auto;
            width: 836px;
            background: transparent url('BodyBG.png') repeat-y top left;
        }
        #content-footer
        {
		    padding-bottom: 90px;			
            background: transparent url('BodyBottom.png') no-repeat bottom left;
        }

		#footer-text
		{
			margin-right: 110px;
			font-size: 10px;
			padding: 0px 25px;
			color: #808080;
		}
			
        #content 
        {
     	   padding: 59px 12px 0px 12px;
            min-height: 600px;
            background: transparent url('BodyTop.png') no-repeat top left;
        }
	
		#body {
			padding: 25px 30px;
		}
	
		#trees {
			background: transparent url('http://demos.devexpress.com/XtraChartsDemos/App_Themes/Youthful/Demo/Gradient.jpg') no-repeat top left;
		}
		
		.emphasised {
			margin: 2px -27px 0px -24px;	
			padding: 15px 30px;
			background-color: white;
			border-top: 1px solid #ccc;			
			border-bottom: 1px solid #ccc;
		}
	
	
		.Header { white-space: nowrap; font-size: 40px; font-family: Verdana;
				letter-spacing: -2px;		 
					padding-top: 7px; margin: 0px 20px;
					color:#F0F2F5;
		}
		.MiniSlogan { white-space: nowrap; color: #000000; font-size: 12px; letter-spacing: 0px; font-weight: bold; margin: 2px 10px;  }
	
			
		
	
		
		table.form td {
			padding: 2px;
		}
		
		td.required {
			font-weight: bold;
		}
	
		input.textbox {
			border: 1px solid #808080; 
		}


.error-message {
	padding-top: 10px;
	color: red; font-weight: bold;
}

