#formwrapper {
    margin: 0 auto;
    text-align: left;
    width: 560px;
	float:left;

}

.divnotselected {
    border: 1px solid #e4ecf2;
    padding: 0 10px 0 10px;
    border-bottom-color: #ddd;
    border-style: solid none solid none;
	height: 55px;
}

.divselected {
    background: #f7e4e6;
    border-width: 1px;
    border-style: solid;
    border-color: #A4051B #A4051B #A4051B #A4051B;
    padding: 0 10px 0 10px;
	height: 55px;
    border-style: solid none solid none;
}

.signupnote {
    width: 250px;
    float: right;
    color: #A4051B;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}