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


.last {
	padding-bottom: 40px;
}
.slickwrap {
	width: 560px;
	float: none;
	min-height: 100px;
	margin:0px auto 0px auto;
	min-height:100px;
	position:relative;
}
.slickwrap h2 {
	font-size: 16pt;
	font-family: 'Droid Sans', sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.slickwrap h3 {
	font-size: 12pt;
	font-family: 'Droid Sans', sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.slickwrap hr {
	color: #DBDBDB;
	background-color: #DBDBDB;
	height: 1px;
	border: none;
	padding: 0px;
	margin: 15px 0px 25px 0px;
	width: 100%;
}
.slickwrap fieldset {
	border: 0px;
}
.slickwrap label {
	font-size: 12pt;
	font-family: 'Droid Sans', sans-serif;
	color: #666666;
	width: 20%;
	display: inline-block;
	float: left;
	height: 26px;
	margin-bottom: 20px;
}
.slickwrap label span {
	font-size: 9pt;
	color: red;
	padding-right: 3px;
}
.slickwrap input, textarea, select {
	width: 50%;
	margin: -7px 0px 20px 0px;
	padding: 7px 10px;
	color: #666666;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	font-size: 12pt;
	font-family: 'Droid Sans', sans-serif;
	border-radius: 3px;
}
.slickwrap input:focus, textarea:focus, select:focus {
	width: 50%;
	margin: -7px 0px 20px 0px;
	padding: 7px 10px;
	color: #666666;
	background-color: white;
	border: 1px solid #09F;
	font-size: 12pt;
	font-family: 'Droid Sans', sans-serif;
	border-radius: 3px;
}
input[type=submit] {
	margin-top: 10px;
	width: auto !important;
	background-color: #666666;
	color: white;
	text-shadow: 0px 1px #000;
}
input[type=submit]:hover {
	width: auto !important;
	background-color: #333;
	color: #CCC;
}
.largertextarea, .largertextarea:focus {
	width: 65%;
	margin-top: 0px;
}
.areyouhuman, .areyouhuman:focus {
	width: 100px !important;
}
.largebr {
	margin-top: 20px;
}
.slickreporting {
	width: 90%;
	position: absolute;
	left: 30px;
	bottom: 108px;
}
.successcontainer {
	float: left;
	width: 90%;
	height: 25px;
	float: left;
	padding: 17px 0% 0px 10%;
	background-image: url(img/success.svg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 12pt;
	font-family: 'Droid Sans', sans-serif;
	color: #349e1f;
	display: none;
}
.errorcontainer {
	float: left;
	width: 90%;
	height: 25px;
	padding: 17px 0% 0px 10%;
    background-image: url(img/fail.svg);
    background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 12pt;
	font-family: 'Droid Sans', sans-serif;
	color: #FF0000;
	display: none;
}

@media screen and (max-width: 600px) {
.slickwrap {
	width: 98%;
	padding: 20px 1%;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
}
.slickwrap label {
	width: 30%;
}
.slickreporting {
	left: 5px;
}
.successcontainer {
	width: 85%;
	padding: 17px 0% 0px 15%;
}
.errorcontainer {
	width: 85%;
	padding: 17px 0% 0px 15%;
}
}
