﻿* {
    
    font: 14px Arial;
    color: #000000;
}


#label {
    width: 50px;
    vertical-align: top;
    font-weight: bold;
}
#control {
    width: 250px;
    text-align: center;
}

#inputText {
    width: 240px;
}
#inputPhone {
    width: 160px;
}
#inputTextArea {
    width: 500px;
    height: 140px;
}

#contactWays td {
    text-align: center;
    width: 33%;
}

#thankYou {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: Red;
}