/* wt01.css */

*{
}

body{
    font-family: "Arial","Helvetica","Geneva","Swiss","SunSans-Regular";
    font-color: "#663399";
}

h1, a[name]{
    display: block;
    font-size: 1.1em;
    color: #663399;
}

span.leader {
    font-size: 1.4em;
    color: #663399;
}
span.punch {
    font-size: 1.4em;
}

.helptext { display: none; }
.required { 
    font-weight: bold; }

table.inq *{
 /* border:  dashed 1px; */ 
}

table.inq td{
    offset: 0px;
    margin: 0px;
    border: 0px;
    padding: 0px;    
}

table.inq td.prompt{
    text-align: right;
    width: 40%;
}

table.inq input[type=text]{
    width: 90%;   
}

table.inq textarea{
/*    width: 100%;   Not sure why this doesn't work...*/
}

.answer ul{
    list-style-type: none;
}

.answer li{
    display: inline;
    white-space: nowrap;
}

