


/*form*/
.smartForm {
}
.smartForm fieldset.formTitle {
    padding:10px 30px;
    margin:0;
    border:1px solid #ccc;
    border-radius: 5px;
    width: 350px;
}

.smartForm legend {
    color:#333;
    padding:0 10px;
    margin:0;
    font-size:1.5em;
}

.smartForm input {
    width:250px;
    display: block;
}
.smartForm input, textarea {
    border:1px solid #ccc;
    padding:5px;
    margin:10px 0 0 0;
}

.smartForm input:focus, textarea:focus {
    background:#eee;
    border: 1px solid #888;
}



.smartForm textarea {
    font:.9em Verdana, Arial, Helvetica, sans-serif;
}

.smartForm label .fieldLabel{
    display: block;
    margin: 15px 0 3px 0;
    font-weight: 700;
    font-size: .9em;
    float: left;
    clear: left;
    width: 100%;
}

.smartForm label.first {
    margin: 5px 0 3px 0;
}


.smartForm  a {
    text-decoration: none;
}

div.clear {
    clear: both;
}


div.whoswhoQuiz {
    margin: 25px;
}    

div.whoswhoQuiz .middleArea {
    float:left;
    width:600px;
    margin: 0 0 0 15px;
}    

div.whoswhoQuiz .fullNamePlus {
    font-weight:bold;
    font-size: 20px;
}    

div.whoswhoQuiz .quickSummary {
    font-weight:normal;
    color:brown;
}    

div.whoswhoQuiz .body ul {
    margin: 5px 0 0 -20px;
}    

a.quietLink {
    color:#000;
    text-decoration: none;
}
a.quietLink:hover {
    text-decoration: underline;
}