fieldset {
  margin: 1em 0;
  padding: 1em;
  border : 1px solid #006400;
  background: #ece9d8
  }
  
legend {
  font-weight: bold;
  }

label {
    float: left;
	width: 10em;
   font-weight: bold;
 display: block;
}

input [type="text"], textarea{

  border-top: 2px solid #999;
  border-left: 2px solid #999;
   border-bottom: 2px solid #ccc;
   border-right: 2px solid #ccc;
}


h1 {
   background-color: #ffffff;
   color: #006400
   }
   
   div#header {

   height: 50px;    /* adjust according your image size */

   background: #FFFFFF;           

}



div#header h1 a {


   background: #FFFFFF url(images/cms/cp360logo.gif) no-repeat 0 12px; 

   display: block;

   height: 50px;             /* adjust according your image size */

   text-indent: -999em;  /* this hides the text */

   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */

}