@charset "UTF-8";
/* CSS Document */

.form_wrap input, .form_wrap textarea {
	width: 90%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:5%;
	padding-left: 5px;
	font-family: 'Quicksand', sans-serif;
	color: #003399;
	font-size: 1.15em;
	border-bottom: #000 dashed 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
.form_wrap select {
	width: 50%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Quicksand', sans-serif;
	color: #003399;
	font-size: 1.1em;
}
.form_wrap p {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.15em;
	padding-left:20px;
}
.form_wrap h2, .form_wrap h3 {
	padding-bottom:10px !important;
}
.form_wrap label {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.15em;
	padding-left: 5px;
}
.form_wrap {
	/*background-color: #FFF;*/
	padding-top:20px;
	padding-bottom:14px;
	margin-bottom:10px
}
.rental_COL_2 input, .rental_COL_2 textarea {
	width: 90%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:5%;
	padding-left: 5px;
	font-family: 'Quicksand', sans-serif;
	color: #003399;
	font-size: 1.15em;
}
.rental_COL_2 select {
	width: 50%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Quicksand', sans-serif;
	color: #003399;
	font-size: 1.1em;
}
.rental_COL_2 p {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.15em;
	padding-left:20px;
}
.rental_COL_2 h2, .rental_COL_2 h3 {
	padding-bottom:10px !important;
}
.rental_COL_2 label {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.15em;
	padding-left: 5px;
}

/*SUBMIT BUTTON*/
input[type=submit] {
    padding:10px 15px; 
    background-color: rgba(0,0,0,0.20); 
    border: #000 solid 1px;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-family: 'Quicksand', sans-serif;
	transition: .3s;
	color:#000;
	font-size: 1.5em;
	width: 100% !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

input[type=submit]:hover {
    background-color: rgba(255,255,255,0.68); 
}

/* CHECKBOX */
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
input[type=radio]
{
  /* Double-sized Radio */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.checkboxtext
{
  /* Checkbox text */
  display: inline;
	font-size: 95% !important;
}


