/* Text Box with Different Border and text color: */
input {
    border: 1px solid #000000;
    color:#ab263d; 
}
textarea 
{
    border: 1px solid #000000;
    color:#ab263d; 
}

