﻿.cpolicy_wrapper {
	height: 100%;
}

.cpolicy_container {
	vertical-align: middle;
	width: 930px;
	margin: 0;
	background-color: #005aa3;
	background-color: rgba(0, 90, 163, 0.9);
	color: white;
	height: auto;
	position: fixed;
	bottom: 0;
	/*left: 0;*/
	padding-left: 15px;
	padding-right: 15px;
	border-top: 3px groove gray;
	display: none;
	z-index: 1000000;
}

	.cpolicy_container table {
		border: none;
		width: 100%;
	}

	.cpolicy_container td {
		vertical-align: middle;
	}

	.cpolicy_container p a {
		color: #fc936a;
		font-weight: bold;
	}

.cpolicy_button {
	-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
	box-shadow: inset 0px 1px 0px 0px #cf866c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc936a), color-stop(1, #fe783f));
	background: -moz-linear-gradient(top, #fc936a 5%, #fe783f 100%);
	background: -webkit-linear-gradient(top, #fc936a 5%, #fe783f 100%);
	background: -o-linear-gradient(top, #fc936a 5%, #fe783f 100%);
	background: -ms-linear-gradient(top, #fc936a 5%, #fe783f 100%);
	background: linear-gradient(to bottom, #fc936a 5%, #fe783f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc936a', endColorstr='#fe783f',GradientType=0);
	background-color: #fc936a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #fe783f;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #854629;
}

	.cpolicy_button:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe783f), color-stop(1, #fc936a));
		background: -moz-linear-gradient(top, #fe783f 5%, #fc936a 100%);
		background: -webkit-linear-gradient(top, #fe783f 5%, #fc936a 100%);
		background: -o-linear-gradient(top, #fe783f 5%, #fc936a 100%);
		background: -ms-linear-gradient(top, #fe783f 5%, #fc936a 100%);
		background: linear-gradient(to bottom, #fe783f 5%, #fc936a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe783f', endColorstr='#fc936a',GradientType=0);
		background-color: #fe783f;
		color: white;
	}

	.cpolicy_button:active {
		position: relative;
		top: 1px;
		color: white;
	}
	.cpolicy_button:visited {
		color: white;
	}
	
@media (max-width: 960px) {
.cpolicy_container {
	width: 100%;
  }
}
