#User_Welcome {    
    position:static;
    width:300px;
    height:static;
}

#Terms_of_Service {
    width:400px;
    height:static;
}

input:focus
{
    background-color:00FF00;
}