
/* CSS Document */
.warning {
    font-weight: bold;
    color: #f00;
}
form {
    margin: 0;
}
form h2 {
    color: #666666;
    font-weight: bold;
    margin: 0 0 5px 15px;
}
form p {
    color: #999999;
    margin: 0 0 15px 0;
}
form textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.formbox {
    width: 250px;
}
fieldset {
    border: none;
}
label {
    display: block;
}
label em {
	color:#f00;
}
#interests label, #information label {
    display: inline;
    padding: 0 20px 0 3px;
}
#interests div {
    float: left;
}
.clearit {
	clear:both;
}