
.module .titlecol {
    width: 30%;
}

.module .shorttxt,
.module .shortsel
{
    width: 60px;
}

.module .txt,
.module .sel
{
    width: 99%;
}

.module .longtxt,
.module .longsel
{
    width: 99%;
}

.module .shorttxtarea{
    width: 170px;
    height: 80px;
}

.module .txtarea {
    width: 99%;
    height: 120px;
}

.module .bigtxtarea {
    width: 99%;
    height: 240px;
}
