/* Add local css to this file */
/* Try to keep the css classes to the minimum. Use classes from DNN skin css and global.css when you can. */

input[type="text"]{
    width:50%;
}

.localform th {
    width:30%;
}


.localform th, td {
    padding:.25em;
}