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

body.home #index_container,
body #container {
	position: relative;
	padding-bottom: 20px;
}

.feedback_box {
	display: none;
	position: fixed;
	top: 35%;
	left: 0;
	right: 0;
	bottom: 50%;
	margin: auto;
	width: 260px;
	height: 200px;
	padding: 10px;
	background: #FFF;
	border: 3px solid #F1F1F1;
	text-align: center;
	-webkit-box-shadow: 0px 0px 20px 0px #000;
	box-shadow: 0px 0px 20px 0px #000;
	z-index: 1001;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif !important;
}
			
	.feedback_box h1 {
		color: #429622;
		padding: 0 !important;
		font-size: 20px !important;
		line-height: 26px !important;
		text-align: center;
	}
			
	.feedback_box p {
		color: #626262;
		font-size: 12px !important;
		line-height: 18px !important;
		font-family: Arial, Helvetica, sans-serif !important;
	}
			
	.feedback_box hr {
		border: none;
		border-top: 1px dotted #CCC;
		margin: 10px 0;
		display: block;
		height: 1px;
		width: 100%;
		clear: both;
	}
		
	.feedback_box .feedback_close {
		width: 30px;
		height: 30px;
		position: absolute;
		right: -15px;
		top: -15px;
	}
	
	.feedback_box a {
		color: #0057A5;
		font-weight: bold;
	}
		
		.feedback_box a:hover {
			text-decoration: none;
		}

	.feedback_button {
		width: 180px;
		color: #FFF !important;
		font-size: 18px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		display: block;
		padding: 10px 20px;
		margin: 15px auto 0;
		text-align: center;
		outline: none;
		cursor: pointer;
		text-shadow: 0px 1px 0px #964C04;
		filter: dropshadow(color=#964C04, offx=0, offy=1);
		text-shadow: 0px 1px 1px #0f580d;
        filter: dropshadow(color=#0f580d, offx=0, offy=1);
		background: #4DB028;
		background-image: -ms-linear-gradient(bottom, #409121 0%, #4DB028 100%);
		background-image: -moz-linear-gradient(bottom, #409121 0%, #4DB028 100%);
		background-image: -o-linear-gradient(bottom, #409121 0%, #4DB028 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #409121), color-stop(1, #4DB028));
		background-image: -webkit-linear-gradient(bottom, #409121 0%, #4DB028 100%);
		background-image: linear-gradient(to top, #409121 0%, #4DB028 100%);
	}
	
		.feedback_button:hover {
			background: #429622;
		}

.feedback_tab {
	position: absolute;
	bottom: -1px;
	left: 50px;
}
	
	.feedback_tab a {
		display: block;
		width: auto;
		height: auto;
		z-index: 1000;
		-webkit-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
		border-bottom: none;
		color: #FFF !important;
		font-size: 12px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none !important;
		text-align: center;
		padding: 6px 8px 8px;
		text-shadow: 0px 1px 1px #0f580d;
        filter: dropshadow(color=#0f580d, offx=0, offy=1);
		-webkit-box-shadow: 0px -1px 1px 0px #1c631c;
		box-shadow: 0px -1px 1px 0px #1c631c;
		background: #4DB028;
		background-image: -ms-linear-gradient(bottom, #409121 0%, #4DB028 100%);
		background-image: -moz-linear-gradient(bottom, #409121 0%, #4DB028 100%);
		background-image: -o-linear-gradient(bottom, #409121 0%, #4DB028 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #409121), color-stop(1, #4DB028));
		background-image: -webkit-linear-gradient(bottom, #409121 0%, #4DB028 100%);
		background-image: linear-gradient(to top, #409121 0%, #4DB028 100%);
	}
		
		.feedback_tab a:hover {
			color: #FFF !important;
			background: #429622;
			text-decoration: none !important;
		}
	
		.feedback_tab span {
			display: block;
			width: 22px;
			text-align: left;
			border-right: 1px solid #C46200;
			float: left;
		}
	
.feedback_overlay {
	z-index: 1000;
	margin: 0;
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	background: url(/images/bg_black_transparent.png);
}