/* Form.css */

/* Form Layout */

#f1 {
	width:738px;
	position: relative;
	}  
#f1_1 {
	width: 738px;
	height: 50px;
	position: relative;
	  } 
#fT {
	width:738px;
	position: relative;
	}


#f2 {
	width:638px;
	position: relative;
	padding-bottom: 40px;
	float: none;
	padding-right: 50px;
	padding-left: 50px;
	}
   
#f3 {
	width: 638px;
	padding-top: 10px;
	position: relative;
	padding-bottom: 10px;
	}
#f3_2 {
	width: 150px;
	padding-top: 10px;
	position: relative;
	padding-bottom: 10px;
	float: right;
	}
 
#f3_1 {
	font:normal 12px Arial;
	color:#666666;
	border:1px solid #999999;
	background-color: #ffffff;
	position: relative;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	 }


/* Form Styles */

#form_content {
	width: 738px;
	background-color: #F6FCFE;
	border: 1px solid #99CCCC;
	}
#form_content  p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:500;
	letter-spacing: -0.5px;
	margin: 0px;
	color: #006699;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#form_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration:none;
	font-weight: 600;
	letter-spacing: -0.5px;
	}
	
#form_content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration:none;
	font-weight: 600;
	letter-spacing: -0.5px;
	}
	
#form_content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #000066;
	font-weight: 600;
	letter-spacing: -0.5px;
	}

fieldset {
	border:1px dashed #CCCCCC;
	}   

legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	border: 1px solid #333333;
	padding: 2px 6px;
	background-color: #666666;
	}  
	     
label {
	width:230px;
	height:25px;
	margin-top:2px;
	margin-right:2px;
	padding-top:5px;
	padding-left:3px;
	//background-color:#E0F0FF;
	//background-color:#B3C0CC;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	//font-size: 115%;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666666;
	position: relative;
	text-align: right;
	} 

label.textarea {
	width:230px;
	height:74px;
	margin-top:2px;
	margin-right:2px;
	padding-top:5px;
	padding-left:3px;
	//background-color:#E0F0FF;
	//background-color:#B3C0CC;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	//font-size: 115%;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666666;
	position: relative;
	text-align: right;
	}  	

.form {   
    margin:0;   
    padding:0;   
	}
	   


 
.clear {   
    clear:both;   
}   

.holder {   
    background-color:#fff;   
	}   
	
.div_texbox {
	width:367px;
	float:right;
        //background-color:#B3C0CC;
	//background-color:#E6E6E6;
	height:25px;
	margin-top:3px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	}   
	
.div_texareabox {
	width:367px;
	float:right;
	height:74px;
	margin-top:3px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	}  

.textareabox {   
    //background-image: url(/images/16t.png);   
    //background-repeat: no-repeat;   
    //background-position:left;   
    width:285px;
	height:66px;
    font:normal 14px Arial;   
    color: #000000; 
	text-align: left;	
    //padding:3px 3px 3px 3px;   
	}  	
  
.textbox {   
    background-image: url(/images/16t.png);   
    background-repeat: no-repeat;   
    background-position:left;   
    width:285px;
    font:normal 14px Arial;   
    color: #000000; 
    //padding:3px 3px 3px 3px;   
	}  

.bigtextbox {   
    background-image: url(/images/16t.png);   
    background-repeat: no-repeat;   
    background-position:left;   
    width:350px;  
    height:100px;
    font:normal 18px Arial;   
    color: #999999;   
    padding:3px 5px 3px 19px;   
	}  
	 
.radiobutton {
    text-align:center;
	width:285px;
	font:normal 14px Arial;
	font-weight:bold;
	color: #999999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 19px;
	}

.textbox:focus, .textbox:hover {   
    background-color:#F0FFE6;   
}   

.textareabox:focus, .textareabox:hover {   
    background-color:#F0FFE6;   
}   

.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:#F0FFE6;   
	}   
      
.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:#F0FFE6;   
	}   
  
.button_div {   
    width:287px;   
    float:right;   
    background-color:#ffffff;   
    border:1px solid #cccccc;   
    text-align:center;   
    height:35px;   
    margin-top:3px;   
    padding:5px 32px 3px;   
	}   
	
.buttons {   
    background: #e3e3db;   
    font-size:12px;    
    color: #989070;    
    padding: 6px 14px;   
    border-width: 2px;   
    border-style: solid;   
    border-color: #ffffff #d8d8d0 #d8d8d0 #ffffff;  
    text-decoration: none;   
    text-transform:uppercase;   
    font-weight:bold;   
	}  
.info {
	position: relative;
	text-align:center;
	padding-bottom: 10px;
  }
