label.error
{
	background-color:white;
	color:red;
	position:absolute;
	border: 1px black solid;
	padding: 5px;
	box-shadow: 5px 5px 2px #888;
	font-weight: normal !important;
	z-index:1;
}

#btn_submit
{
	width: 150px;
font-size: 22px;
background-color: yellow;
}

body
{
	background-color: #f5f5f5;	
	font-family: 'Lato', sans-serif;
}


.main-wrapper
{
	width: 95%;
	margin: auto;
	
	text-align: left;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	
}

.field
{
	background-color: #f4f8fd;
	padding: 5px;
 	    width: 29%; 
	border: solid 1px #dedede;
	border-radius: 4px;
	
	margin: 8px;
	margin-bottom: 8px;
	
	
	    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	
	
}

fieldset h5
{
	margin-bottom: 0px;
}

.no-width
{
/*  	width: inherit !important; */
}

.field input[type=text], .field select
{
	width:94%;
	float: left;
/* 	padding: 0px; */
	margin: 0px;
	height: inherit !important;
}

.field input[type=radio]
{
	 vertical-align: bottom;
    position: relative;
    top: -2px;
    zoom: 1;
    *overflow: hidden;
	width: 28px;
	height: 18px;
}

.clear
{
	clear: both;
}

.field label
{
	margin-bottom: 0px;	
	font-weight: bold;
	
	
	display: block;
    /*padding-left: 15px;*/
/*     text-indent: -15px; */
}



fieldset
{
	padding: 10px !important;
	margin: inherit  !important;
	
	padding-bottom: 30px;
	border: solid 1px #b5b1b1;
}

fieldset:hover
{
	background-color:#efeded;
}

fieldset h3
{
	margin-bottom: 0px;
	line-height: 1em !important;
	font-size: 18px !important;
}

legend
{
	width: inherit;
	border-bottom: 0px;
	color: #AF6B2E;
	font-size: 18px;
	font-weight: bold;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.uploader {
    margin-top: 30px;
    margin-bottom: 30px;
    /* width: 100%; */
    padding: 5px;
    border: solid 1px #000000;
    background-color: #d2f6b8;
    font-size: 16px;
}

.full-width
{
	width: 94%;
}

.full-width textarea
{
	width: 98%;
}

#signature
{
	background-color:#c4eefd;

	max-width: 800px;
}



@media screen and (max-width: 1110px)
{
	.field
	{
		width: 45%;
	}
	
	.full-width
	{
		width: 98% !important;
	}

}

@media screen and (max-width: 767px)
{
	.field
	{
		width: 95%;
		margin: auto;
		margin-bottom: 10px;
	}

}








