.verdana {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; color: #146714}
.textbox {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; border: 1px #00000 solid; background-color: E2E2E2}

.form_username {
    background-color: #eeeeee;
    border: 0px solid #333333;
    background-image: url(login_pics/login_us.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	height:17px;
	width:111px;
}

.form_password {
    background-color: #eeeeee;
    border: 0px solid #333333;
    background-image: url(login_pics/login_pw.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	height:17px;
	width:111px;
}

.form_usernameoff {
     border:0px;
	 background-image: url(login_pics/_login_us.jpg);
	 height:17px;
	 width:111px;
}

.form_passwordoff {
     border:0px;
	 background-image: url(login_pics/_login_pw.jpg);
	 height:17px;
	 width:111px;
}

.form_name {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/name.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/message.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.input { 
    background-color: transparent; 
    border: 1px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}
