   body{
   	font-family:Arial, Helvetica, sans-serif;
   	color:#000000;
   	font-size:12px;
   	line-height:18px;
   	margin: 0px 0px 0px 0px;
   	padding: 0px 0px 0px 0px;
   }


   #mainBody{
   width:800px;
   margin-left:auto;
   margin-right:auto;
   }

   #mainContent{
   float:left;
   min-height:300px;
   border:1px solid #ccc;
   width:800px;
   }

   #header{
   float:left;
   width:800px;
   height:70px;
   background:url(/images/Header.png) top no-repeat;
   padding-bottom:30px;
   }

   #bodyContent{
   float:left;
   padding:0px 40px 40px 40px;
   width:720px;
   }

   #example{
   float:left;
   width:720px;
   border-bottom:1px solid #ccc;
   font-size:20px;
   font-weight:bold;
   }

   #right{
   float:left;
   width:309px;
   padding-top:15px;
   }

   strong{
   color:#FF0000;
   }

   #form{
   float:right;
   width:380px;
   padding-top:20px;
   padding-left:20px
   }

   label, label span {
   display:block;
   }

   label{
   float:left;
   width:100%;
   padding-bottom:5px;
   }

   label span{
   float:left;
   width:150px;
   padding-right:20px;
   text-align:right;
   }

   input, select{
   
   border:1px solid #666;
   width:190px;
   padding:3px;
   background-color:#e1e1e1;
   }

   .subButton{
   display:block;
   float:right;
   width:180px;
   text-align:center;
   padding-top:20px;
   padding-right:60px;
   }

   .subButton input{
   background:#fff url(/images/submit.gif) no-repeat center;
   float:right;
   color:#fff;
   font-weight:bold;
   border:none !important;
   padding:5px;
   width:100px;
   }

   .subButton input:hover{
   background:#fff url(/images/submitOver.gif) no-repeat center;
   }

   #form .subButton input:active, #form .subButton input:focus{
   border:none !important;
   }

   input:hover{
   background-color:#fff;
   }

   #form input:active, input:focus{
   background-color:#fff;
   border:2px solid #CC2127 !important;
   }

