form p {
    clear: left;
}

form p.required {
    font-weight: bold;
}

form fieldset {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
}

form fieldset legend {
    font-size: larger;
    font-weight: bold;
}

form fieldset.lastFieldset {
    border-width: 1px 0px 1px 0px;
}

form label {
    width: 140px; 
    float: left; 
    text-align: right
}



form input select textarea {
    float: left; 
    text-align: left;
    margin-left: 5px;
}

form textarea {
    width: 200px;
    height: 75px;
}

form optgroup {
	font-weight: bold; 
	color: gray; 
	text-decoration: underline;
}

form optgroup option {
	padding-left: 15px;
	color: black;
    text-decoration: none;
}

form div.notes {
    float: right;
    width: 150px;
    padding: 5px;
    border: 1px solid #666666;
    background-color: #ffffe1;
    color: #666666;
}

form div.notes h4 {
    background-image: url(/images/gnome-question.gif);
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px;
    padding: 3px 0px 3px 18px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666666;
    color: #666666;
}
