﻿#twcCookieDiv {
	position:fixed;
	_position:absolute;
	*margin-top:20px;
 	_top:expression(eval(document.body.scrollTop));
	left:20px;
	top:20px;
	width: 400px;
	padding:10px;
	z-index: 999999999;
	background-color:#fff;
	border: 1px solid #ccc;
	border-radius:5px;
	-webkit-box-shadow: 0 0 15px 1px #333;
	-moz-box-shadow: 0 0 15px 1px #333;
	box-shadow: 0 0 15px 1px #333;
	text-align:center;
}
.twcCookieDivLogo {
	width:100%;
	margin-bottom: 5px;
}
.twcCookieDivText {
	font-size:12px;
	color:#666;
	line-height:1.4em;
}
.twcCookieDivText a:link, .twcCookieDivText a:visited {
	text-decoration:underline;
}
.twcCookieDivText a:hover, .twcCookieDivText a:active {
}
.twcCookieDivLinks {
	margin:15px 0 10px 0;
}
.twcCookieDivLinks a:link, .twcCookieDivLinks a:visited {
	font-size:10px;
	font-weight:normal;
	padding:5px 10px;
	background-color:#333;
	background-repeat: repeat-x;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
}
.twcCookieDivLinks a:hover, .twcCookieDivLinks a:active {
	background:#f00;
	color:#fff;
	text-decoration:none;
}
#twcCookieMask {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	z-index: 999999995;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
