.textfield_effect{
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #99CA3F;
    /*we are now going to add in the shadow image that we created earlier*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    width: 175px;
    height: 26px;
	vertical-align:middle;
	}
	
	.textfield_effect2{
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #99CA3F;
    /*we are now going to add in the shadow image that we created earlier*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    width: 125px;
    height: 30px;
	}