/* Puts filters on the left */
#gd_main-contentDisplay { float: left; width: 100%; }
	#gd-room-filters { float: left; width: 180px; padding: 10px; }
		#gd-room-filters h3 { margin: 0 0 5px; }
		#gd-room-filters ul li.gdRoomCustomSearchMultiColumn ul li { width: 60px; }
	#gd_roomResultDisplay.gd-room-filters { float: right; width: 680px; }
	.gdRoomCustomSearchMultiColumn ul {width:150px;}
.gd-start-over-message { clear: both; }
/* Puts filters on the left */

.gd-no-thanks {
    background-color: #2DB72D;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: white !important;
    font-size: 12px;
    line-height: 1em;
    padding: 5px 10px;
}
.gd-no-thanks a {
    color: white;
}
#gd-optional-services #gd-itin-expanded { display: block; }