table {
    width: 100%;
}
table td {
    vertical-align: top;
    padding-right: 10px;
}

table td input[type="text"] {
    
}

table td.nowrap {
    white-space: nowrap;
}

textarea {
    overflow-y: scroll;
    width: 100%;
    height: 170px;
    border:  1px solid #c0c2c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 }

/*input {
 border: 1px solid #c0c2c9;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 behavior: url(/media/frontend/css/border-radius.htc);
}
*/
