html, body, form
{
    width: 100%;
    height: 100%;
}

body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px; 
	color: #000;
	background-color: #000000;
	background-image: url(/sites/corbetts/Images/2010/themes/default/background.jpg);
	background-attachment: fixed;
	background-position: center top;
}

img 
{
    border: none;
}


/*
body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px; 
	color: #000;
	background-color: #000;
	background-image: url(/sites/corbetts/Images/themes/planche.jpg);
}



form 
{
    margin: 0px;
    padding: 0px;
}

a, a:link, a:visited { color: #000; }
a:hover, a:active { color: #666; }

img { border-style: none; }

h1, h2, h3, h4, h6
{
	margin: 0px;
}

h1 { font-size: 16px; color: #000; }

h2 {
	margin-top: 10px;
    font-size: 18px !important;
    font-weight: normal;
    color: #bf9147;
    text-transform: uppercase
    }

h3 { font-size: 14px; color: #bf9147; }
h4 { font-size: 11px; color: #000; }
h5 { font-size: 10px; color: #000; }
h6 { font-size: 1.0em; color: #000; }

p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.textbox { border: solid 1px #cccccc; font-size: 12px;	 }
.button
{
    border: solid 1px #cccccc; font-size: 11px;
}

*/

/* START r.a.d.input classes
.Default_textbox{border: solid 1px #cccccc; font-size: 12px;}   
.Focus_textbox{border: solid 1px #cccccc; font-size: 12px;}   
.Over_textbox {border: solid 1px #cccccc; font-size: 12px;}
*/  
/* End r.a.d.input classes 

.warning { color: Orange; }
.error { color: Red }
.success { color: green; }

*/ 

/* RadEditor Editable Zone 
.RadEContent, .RadEContentBordered
{
	background-color: #ffffff;
	font-size: 12px;
    color: #000000;   
} 
*/
	
