div.challengeFinder{
    min-height:290px;
    /*height:290px !important;*/
    background-color:#fece45;
    position:relative;
    background-image:url("challengeSpinner.gif");
    background-repeat:no-repeat;
    background-position:center center;
    margin-bottom:20px;
}

.optionParent{
    background-color:#fece45;
}

div.challengeFinder h2{
    display:block;
    height:30px;
    width:306px;
    background-image:url("challengeFinder.png");
    background-repeat:no-repeat;
    text-indent:-999em;
    overflow:hidden;
}

div.challengeFinder div.optionContent{
    text-align:center;
}

div.challengeFinder span.count{
    font-size:14px;
    color:#fff;
    display:block;
    position:absolute;
    top:15px;
    right:25px;
    font-weight:700;
}

div.challengeFinder div.optionContent h3, div.challengeFinder div.optionContent strong{
    font-size:34px;
    line-height:45px;
    color:#231F20;
    width:560px;
    display:block;
    font-weight:700;
    text-align:center;
    margin:40px auto 20px auto;
}

div.challengeFinder ul.optionButtons{
    text-align:center;
}

div.challengeFinder div.optionContent a{
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin-right:20px;
    height:16px;
    width:232px;
    padding:12px 0;
    text-align:center;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    font-size:20px;
    background-image:url("challengeFinder.png");
    background-repeat:no-repeat;
    background-position:0 -40px;
    overflow:hidden;
    border:1px solid #DFDFE0;
}

div.challengeFinder div.optionContent a:hover{
    border-color:#0093c2;
}

ul.options li, ul.recordSuggestions{
    display:none;
}

ul.recordSuggestions{
    width: 500px;
    margin: 0 auto;
    font-size: 26px;
    padding-bottom: 50px;
}

ul.recordSuggestions li{
    display:block;
    margin-bottom: 20px;
    line-height: 24px;
    position:relative;
    width: 626px;
}

ul.recordSuggestions li a{
    padding-right:126px;
    position:relative;
    display:block;
}

ul.recordSuggestions li a:hover span{
    background-color:#e95745 !important;
}

ul.recordSuggestions li span{
    display:inline-block;
    *display:inline;
    *zoom:1;
    text-transform:uppercase;
    background-color:#ee6740;
    color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:4px 6px;
    font-size:12px;
    line-height:normal;
    position:absolute;
    right:0;
    top:3px;
}