@charset "utf-8";
/* CSS Document */

#overlay-options-box {
		display: block;
		width: 100%;
		max-width: 700px;
		height: auto;	
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 13px;
		color: #494d59;
	}	
	#options-box-header {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		background-color: #aab3ce;
		margin-bottom: 20px;
	}
	#options-box-header a:link, #options-box-header a:visited, #options-box-header a:active {
		display: inline-block;
		position: relative;
		font-size: 15px;
		line-height: 40px;
		margin-top: 10px;
		background-color: #f1f3f4;
		color: #494d59;
		width: auto;
		margin-left: 10px;
		padding-left: 5%;
		padding-right: 5%;
		text-decoration: none;
		-webkit-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}
		#options-box-header a.selected:link, #options-box-header a.selected:visited, #options-box-header a.selected:active, #options-box-header a:hover {
		background-color: #FFF;
		color: #494d59;
	}

	#overlay-options-box label{
		display: block;
		position: relative;
		width: auto;
		background-color: #FFF;
		margin-top: 0px;
		padding-left: 5%;
		padding-top:30px;
		padding-bottom: 30px;
	}
	.options-label {
		display: block;
		position: relative;
		width: auto;
		margin-top: 0px;
		padding-left: 5%;
		padding-top:30px;
		padding-bottom: 30px;
	}

	.options-label .options-submit {
		display: block;
		position: absolute;
		width: 40%;
		min-width: 160px;
		height: 60px;
		top: 10px;
		right: 6%;
		line-height: 50px;
		background-color: #01c905;
   		background-position: right center;
    	background-repeat: no-repeat;
    	font-size: 18px;
		color: #FFF;
		border: 2px solid #fff;
    	border-radius: 0;
    	box-shadow: 0 7px 7px 2px rgba(113, 133, 184, 0.4);
    	cursor: pointer;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	.options-label .options-submit:hover {
		
		box-shadow: 0 7px 7px 2px rgba(113, 133, 184, 0.6);
	}
	.options-button-sub-text {
		display: block;
		position: absolute;
		font-size: 11px;
		top: 80px;
		right: 6%;
		min-width: 160px;
		text-align: center;
	}
	#overlay-options-box select {
		display: block;
		position: absolute;
		width: 40%;
		height: 30px;
		top: 25px;
		right: 6%;
		border: 1px solid #c8cade;
	}
	#overlay-options-box .form-footer {
		background-color: #FFF;
		border-top-color: #edeff4;
		border-top-width: 1px;
		border-top-style: solid;
		margin-bottom: 0px;
	}
	#overlay-options-box h2 {
		display: block;
		background-color: #f1f3f4;
		font-size: 13px;
		font-weight: normal;
		line-height: 32px;
		padding-left: 5%;
		color:#000000;
		margin-top: 0px;
		margin-bottom: 0px;
		background-repeat: no-repeat;
		background-position: center right;
		-webkit-border-radius: 6px;
		border-radius: 6px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f3f4+21,f1f3f4+50,ffffff+100 */
background: #f1f3f4; /* Old browsers */
background: -moz-linear-gradient(left, #f1f3f4 21%, #f1f3f4 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f1f3f4 21%,#f1f3f4 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f1f3f4 21%,#f1f3f4 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}

	#overlay-options-box p {
		font-size: 11px;
		padding-left: 30px;
		padding-right: 30px;
		
	}
	#options-cash-loans a:link, #options-cash-loans a:visited {
    background-color: #01c905;
    border: 2px solid #fff;
    box-shadow: 0 7px 7px 2px rgba(113, 133, 184, 0.2);
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    margin: 15px 1% 0px 4%;
    padding-bottom: 1%;
    padding-top: 1%;
    position: relative;
    text-align: center;
    width: 18%;
	text-decoration: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
	#options-cash-loans a:hover {
		
	box-shadow: 0 7px 7px 2px rgba(113, 133, 184, 0.6);
	}
	.clear-all {
		clear: both;
		float: none;
		
	}
	.hidden {
		display: none;
	
	}
	.options-block-content {
		display:block;
		
	}
	.options-block-content.selected {
		display:block;
	}
	@media only screen 
and (max-width : 500px) {
/* Styles */
	
	#options-cash-loans a:link, #options-cash-loans a:visited {	
    font-size: 16px;
    margin: 15px 2.5% 0px 3%;
    width: 26%;
	text-decoration: none;	
	}
	#options-cash-loans a:link, #options-cash-loans a:visited {

    box-shadow: 0 5px 5px 2px rgba(113, 133, 184, 0.2);

	-webkit-border-radius: 4px;
	border-radius: 4px;
}
}