fieldset {
            margin: 1% auto 0 auto;
            width: 300px;
            border: 1px solid #047;
            color: #057;
        }
        input {
            width: 220px;
        }
        legend {
            margin-left: 100px;
        }

		#leftpart { 
			float:left; 
			width:190px;  
			margin-top:22px; }
			
		#rightpart { 
			float:left; 
			width: 110px; 
			font-family:"Times New Roman", Times, serif; 
			font-size:16px; 
			color: #005577; 
			margin:11px 0 0 8px; }
			
		div.width_15 { float:left; width:17px; height:120px; }
		
		#left { width:13px; background:url(../img/submit_left_bg.gif) no-repeat; }
		#submit_td { width:100px; }
		#right { width:13px; background:url(../img/submit_right_bg.gif) no-repeat; }
		
        p {
            margin: 8px;
		    font-family:Tahoma; 
			font-size:12px; 
			color:#9d9dc6; 
			text-align: center;
        }

		p a { color:#6e6ebc;  }
		
		p a:hover { text-decoration:none; }
		
		p.red { color:#FF0000; }
		
        #loginform {
	        background:url(../img/login_bg.gif) no-repeat center;
	        width:330px;
	        height:200px;
            margin: 10px auto;
            padding: 10px;
        }
		input {
		      color:#797979;
              width:182px; 
              height:18px; 
              border: 1px solid #a8adb9; 
              font-size:14px; 
              font-family:Arial;}
		input.sub {		                     
              width:100px;
              height:24px;
              color:#797979;               
              font-size:14px; 
              font-family:Arial;
              background:url(../img/submit_bg.gif) repeat-x left;                
              margin:0 auto; 
              outline:none; 
              border:0px; vertical-align:middle;}