@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body { background-color:#fff; } 
fieldset { border:1px dashed #CCC; padding:10px; } 
legend { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; letter-spacing: -1px; font-weight: bold; line-height: 1.1; color:#fff; background: #303843; border: 1px solid #333; padding: 2px 6px; } 
h1 { font-family:Arial, Helvetica, sans-serif; font-size: 175%; letter-spacing: -1px; font-weight: normal; line-height: 1.1; color:#333; }
 label { width:105px; height:32px; margin-top:3px; margin-right:2px; padding-top:11px; padding-left:6px; background-color:#e4e7ee; float:left; display: block; font-family:Arial, Helvetica, sans-serif; font-size: 115%; letter-spacing: -1px; font-weight: normal; line-height: 1.1; color:#666; }
  .form { margin:0; padding:0; }
   #container { width:750px; margin:auto; padding:10px; }
    #top { width:680px; height:50px; }
	 #leftSide { width:500px; padding-top:30px; float:left; }
	  #rightSide {
	  text-align:center; 
	  background-color:#fff; width:150px; padding:5px; margin-top:40px; float:right; border:1px solid #CCC; font:normal 12px Arial; color:#666666 }
	   .clear { clear:both; }
	    .holder { background-color:#fff; }
		 .div_texbox { width:347px; float:right; background-color:#e4e7ee; height:35px; margin-top:3px; padding-top:5px; padding-bottom:3px; padding-left:5px; }
		  .textbox{ background-image: url(images/16t.png); background-repeat: no-repeat; background-position:left; width:285px; font:normal 18px Arial; color: #999999; padding:3px 5px 3px 19px; } 
		  .textbox:focus, .textbox:hover { background-color:#e5d462; } 
		  .username { background-image: url(images/16m.png); background-repeat: no-repeat; background-position:left; width:285px; font:normal 18px Arial; color: #999999; padding:3px 5px 3px 19px; }
		   .username:focus, .username:hover { background-color:#e5d462; } 
		   .password { background-image: url(images/16s.png); background-repeat: no-repeat; background-position:left; width:285px; font:normal 18px Arial; color: #999999; padding:3px 5px 3px 19px; }
		    .password:focus, .password:hover { background-color:#e5d462; }
			 .button_div { width:287px; float:right; background-color:#fff; text-align:right; height:35px; margin-top:3px; padding:5px 32px 3px; }
.buttons {  
			background: #e4e7ee;
		    font-size:12px;
		    color: #000;
		    padding: 6px 14px;
			text-decoration: none;
			text-transform:uppercase;
			font-weight:bold;
}
-->
</style>