    input, file, textarea {   
        padding: 4px;  
        border: solid 1px #E5E5E5;  
        outline: 0;  
        font: normal 13px/100% Verdana, Tahoma, sans-serif;  

        background: #FFFFFF url('bg_form.png') left top repeat-x;  
        background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
        background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
        box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
        }  
      
    textarea {   
        width: 400px;  
        max-width: 400px;  
        height: 150px;  
        line-height: 150%;  
        }
      
    input:hover, textarea:hover,  
    input:focus, textarea:focus {   
        border-color: #C9C9C9;   
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
        }  
      
    .form label {   
        margin-left: 10px;   
        color: #999999;   
        }  
      
    .submit input {  
        width: auto;  
        padding: 9px 15px;  
        background: #617798;  
        border: 0;  
        font-size: 14px;  
        color: #FFFFFF;  
        -moz-border-radius: 5px;  
        -webkit-border-radius: 5px;  
        }  

#careerheader {
	background-color: #DFDFDF;
	height: 25px;
	font-size:18px;
	margin-bottom: 5px;
}

#career1 {
	width: 100%;
	overflow: hidden;
	min-height: 25px;
	height: autopx;
	border: thin solid #999999;
	padding-bottom: 5px;
}

#career2 {
	width: 100%;
	overflow: hidden;
	min-height: 25px;
	height: 25px;
	border: thin solid #999999;
	padding-bottom: 5px;
}

#career3 {
	width: 100%;
	overflow: hidden;
	min-height: 25px;
	height: 25px;
	border: thin solid #999999;
	padding-bottom: 5px;
}

#career4 {
	width: 100%;
	overflow: hidden;
	min-height: 25px;
	height: 25px;
	border: thin solid #999999;
	padding-bottom: 5px;
}

#career5 {
	width: 100%;
	overflow: hidden;
	min-height: 25px;
	height: 25px;
	border: thin solid #999999;
	padding-bottom: 5px;
}

#career6 {
	width: 100%;
	overflow: hidden;
	min-height: 25px;
	height: 25px;
	border: thin solid #999999;
	padding-bottom: 5px;
}

#career7 {
	width: 100%;
	overflow: hidden;
	min-height: 25px;
	height: 25px;
	border: thin solid #999999;
	padding-bottom: 5px;
}


