html, body {
	font-family: 'PT Sans', sans-serif;
	overflow:hidden;
}
body {
	padding: 10px;
	background-color: #0b9e98;
}
h2 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
.wr_legend {
}
#wr_form {
	background-color: #0b9e98;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
.wr_form_inputs {
	margin-top: 15px;
}
.wr_inputs {
	margin-bottom: 8px;
}
.wr_inputs span {
	width: 100%;
    margin-bottom: 4px;
    display: block;
    font-size: .9em;
    margin-top: 8px;
    color: #fff;
}
.wr_message {
	width: 90%;
	max-width: 350px !important;
    padding: 50px 0;
    padding-left: 10px;
}
.wr_inputs input {
	width: 100%;
    /* max-width: 350px !important; */
    border: 1px solid #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    height: 28px;
    /* padding-left: 10px; */
    text-indent: 10px;
    padding: 0px;
}
.wr_inputs select {
	border: 1px solid #d7d7d7;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 25px;
	width: 100%;
}
button {
	box-sizing: border-box;
    margin-bottom: 5px;
    padding: 12px 0;
    display: block;
    text-align: center;
    width: 100%;
    /* max-width: 362px !important; */
    transition: all 0.5s ease 0s;
    background: #f4893f none repeat scroll 0 0;
    color: #ffffff;
    border: 0 none;
    border-radius: 7px;
    box-shadow: none;
    outline: 0 none;
    cursor: pointer;
    text-transform: none;
    font-size: 16px;
    text-transform: uppercase;
	
}
button:hover {
    background-color: #F55F05;
}
.some_space {
	line-height: 20px;
	height: 20px;
}
input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:29px;
	height:24px; 
	display:inline-block;
	line-height:24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:1em;
	vertical-align:middle;
	cursor:pointer;
    color: #FFF;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -24px;
}
label.css-label {
	background-image:url(cb.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.state_dd select {
	width:78px !important
}
#error_msg {
	width: 90%;
	max-width: 302px !important;
	background-color: #f00;
	color: #fff;
	padding: 20px 30px;
	margin-bottom: 8px
}
#loading_with_background img {
	position: absolute;
	margin-top: -16px;
	margin-left: -16px;
}
