/*Style for the slider button*/
.ui-slider-handle {
width:24px !important;
height:24px !important;
border: none !important;
position:absolute;
top:-7px;
margin-left:-12px;
z-index:200;
background: url(slider-button.png) !important;
cursor: pointer !important;
}
 
/*This is the fill bar colour*/
.ui-widget-header {
background: #FFCA00;
height:8px;
left:1px;
top:1px;
position:absolute;
}

.comments_textarea_container textarea {
    width: 550px;
    height: 80px;
}

.add_a_game_medium input {
    width: 250px;
}

.add_a_game_long input {
    width: 600px;
}

.add_a_game_textarea textarea {
    width: 600px;
    height: 130px;
}