﻿body {
	margin: 0px;
	background-color: #eee;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #5d5d5d;
}
.button {
	background-color: #eee;
	color: #303030;
	padding: 10px;
	width: 85px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	font-style: normal;
}
.button-over {
	background-color: #f6f6f6;
	color: #000;
	padding: 10px;
	width: 85px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	font-style: normal;
}
.button a:link {
	text-decoration: none;
	color: #303030;
}
.button a:hover {
	text-decoration: none;
	color: #303030;
}
.button a:visited {
	text-decoration: none;
	color: #303030;
}
.button-over a:link {
	text-decoration: none;
	color: #303030;
}
.button-over a:hover {
	text-decoration: none;
	color: #303030;
}
.button-over a:visited {
	text-decoration: none;
	color: #303030;
}
img {
	border: 0px;
}
#exitpopup {
	text-align: center;
}
#exitpopup h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	font-size: 32px;
	text-transform: uppercase;
}
#exitpopup h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	font-size: 28px;
}
#exitpopup p {
	text-align: center;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #0052a3;
}
a:hover {
	text-decoration: none;
	color: #d22137;
}
.outside1 {
	padding: 0px;
}
.outside2 {
	padding: 0px;
	background: #fff;
	text-align: center;
}
form {
	margin: 0px;
	padding: 0px;
	-webkit-appearance: none;
}
.table_back1 {
	font-size: 12px;
	color: #5d5d5d;
	text-align: left;
	padding-right: 25px;
	-webkit-appearance: none;
}
.table_back2 {
	font-size: 12px;
	color: #5d5d5d;
	text-align: left;
	-webkit-appearance: none;
}
.form {
	font-family: Arial;
	color: #303030;
	font-size: 12px;
	text-align: left;
	padding: 7px;
	background-color: #fff;
	border: 1px #949599 solid;
	width: 195px;
	-webkit-appearance: none;
}
.form2 {
	font-family: Arial;
	color: #303030;
	font-size: 12px;
	text-align: left;
	padding: 7px;
	background-color: #fff;
	border: 1px #949599 solid;
	width: 196px;
	-webkit-appearance: none;
}
.formsub {
	font-family: Arial;
	color: #303030;
	font-size: 12px;
	text-align: left;
	padding: 7px !important;
	background-color: #fff;
	border: 1px #949599 solid !important;
	width: 100%;
}
.formtxt {
	font-family: Arial;
	color: #303030;
	font-size: 12px;
	text-align: left;
	padding: 8px;
	background-color: #fff;
	border: 1px #949599 solid;
	width: 600px;
	-webkit-appearance: none;
}
.formsend {
	font-family: Arial;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 25px;
	background-color: #991d27;
	border: 0px;
	cursor: pointer;
	-webkit-appearance: none;
}
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}


.cookie_agree {
    color: #FFFFFF; 
    width: 100%; 
    text-align: center; 
    position: fixed; 
    bottom: 0px; 
    padding: 15px; 
    background: #949599;  
    /*box-shadow: 0px 0px 10px #999999; */
    z-index: 9999999;
    font-family: Arial; font-size: 11px !important;
}
.cookie_agree a {
    color: #fff;
    text-decoration: underline; 
    font-family: Arial; font-size: 11px !important;
}
.cookie_agree .btn {
    margin-left: 20px;
    background: #fff;
    color: #5d5d5d;
    padding: 3px 12px;
    text-decoration: none;
    font-family: Arial; font-size: 11px !important;
}
