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

@import url(http://fonts.googleapis.com/css?family=Roboto:300);


.item-wrapper {
	margin-bottom: 20px;
	
}

.input-wrapper {	
	display:inline-block;
}

input[type=text],input[type=email],input[type=tel],input[type=submit],input[type=button],textarea,button,label {
	background-color:transparent;
	font-size:13px;
	border: none;
	outline:none;
}

input[type=text],input[type=email],input[type=tel],input[type=submit],input[type=button],textarea {
	background-color:#fff;
	border:1px #ccc solid;
	color: #0077B0;
}

input[type=text],input[type=email],input[type=tel],input[type=submit],input[type=button],textarea {
	background-color:#fff;
	border:1px #ccc solid;
	color: #000;
}

.report-request-wrapper input[type=text],.report-request-wrapper input[type=email],.report-request-wrapper input[type=button],.report-request-wrapper textarea,.report-request-wrapper button,.report-request-wrapper label {
	color:#f6f6f6;
}

input[type=text],input[type=email],input[type=tel],textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding: 6px 0 3px 5px;
	line-height: 18px;
	width: 260px;
	outline: none;
	background-color: #FFF;
	border: solid 1px #e8e6e6;
	margin-left: 25px;
}

input[type=text],input[type=subject],input[type=tel],textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding: 6px 0 3px 5px;
	line-height: 18px;
	width: 260px;
	outline: none;
	background-color: #FFF;
	border: solid 1px #e8e6e6;
	margin-left: 25px;
}

textarea {
	width: 260px !important;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #151718;
	font-weight: 300;
	text-transform: capitalize;
	float: left;
	width: 70px;
	margin: 7px 0px 0px 0px;
	vertical-align: top;
}

label.message {
	vertical-align:top;
}

input[type=button],input[type=submit] {
	font-family: Calibri;
	font-size: 14px;
	background-color: #f4c915;
	color:#fff;
	border: none;
	border-radius: 3px;
	padding:7px 15px;
	margin-top:0px;
	margin-left: 290px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

input[type=button],input[type=submit]:hover {
	box-shadow: 0px 3px 3px rgba(1, 2, 2, 0.30);
}


.report-request-wrapper input[type=submit] {
	background-color:#136dbd;
}

.report-request-wrapper input[type=submit]:hover {
	background-color:#0c4d88;
}