#Registration div.title {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

#Registration div.regPanel {
    float: left;
    width: 100%;
    margin: 8px;
    background-color: #eeeeee;
    padding: 8px;
}

#Registration div.regQuestion {
    display: block;
    text-align: right;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    padding: 2px;
}

#Registration div.regQuestionRequired {
    display: block;
    text-align: right;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding: 2px;
}

#Registration div.regAnswer {
    display: block;
    float: left;
    text-align: left;
    padding: 2px;
    font-family: Tahoma;
    font-size: 11px;
}

#Registration a.read {
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
    color: #550000;
    cursor: pointer;
}

#Registration a.read:hover {
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
    color: #990000;
}

#Registration INPUT {
    border: 1px solid #a95d04;
    border-left: 3px solid #e87e00;
    font-family: Tahoma;
    font-size: 12px;
}

#Registration INPUT:focus {
    background-color: #fffdcd;
}


#Registration TEXTAREA {
    border: 1px solid #a95d04;
    border-left: 3px solid #e87e00;
    font-family: Tahoma;
    font-size: 12px;
}

#Registration TEXTAREA:focus {
    background-color: #fffdcd;
}

#Registration div.IAgree {
    float: left;
    padding: 8px;
    font-family: Tahoma;
    font-size: 11px;
    color: #222222;
    width: 100%;
}

#Registration div.termOfUse {
    display: none;
	width: 90%;
	float: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background: #ffffff;
    padding: 4px;
    margin: 8px;
    border: 1px solid #888888;
}