.ui-dialog {
	font-family: "Trebuchet, Arial, Sans serif";
	position: fixed;
	overflow: hidden; 
	/*Non CSS3 Browsers*/
	background:#fff;
	/*Background Gradient*/
	/*Chrome*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef)); 
	/*Firefox*/
	background: -moz-linear-gradient(top,  #ffffff,  #efefef);
	/*Internet Explorer*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
	color:#fff; 
	/*Opacity*/
	/* Chrome/Firefox*/
	opacity:.9;
	/* IE<9 Opacity*/
	filter: alpha(opacity=90);
	border-style:solid;
	border-color:#c3c3c3;
	border-width:1px;
	padding:10px;
	margin-bottom:25px;
	text-align:left;
	
}

.bluebar {
	float:left;
	height:35px;
	width:950px;
	top:8px;
	right:10px;
	/*Background Gradient*/
	/*Chrome*/
	background: -webkit-gradient(linear, left top, left bottom, from(#1d5d8b), to(#07426c));
	/*Firefox*/
	background: -moz-linear-gradient(top,  #1d5d8b,  #07426c);
	/*Internet Explorer*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d5d8b', endColorstr='#07426c');
	position:absolute;
	z-index:-1;
}

.ui-dialog .ui-dialog-title { 
	font-family: Trebuchet, Arial, Sans serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

.ui-dialog .ui-dialog-titlebar {
	width:750px;
	float:left;
	margin-top:8px;
	margin-left:10px;
}

.cookietitle { 
	float: left; 
	font-family: Trebuchet, Arial, Sans serif;
	margin-right:4px;
	margin-bottom:20px;
	background:url('https://endemolcookieassets.s3.amazonaws.com/images/info.png') no-repeat;
	height:16px;
	width:15px;
}

.cookietext {
	font-family: Trebuchet, Arial, Sans serif;
	font-size:12px;
	width:960px;
	padding-left:0px;
	float:left;
	color:#000;
	line-height:16px;
}

.moreinfo {
	outline:none;
	text-decoration:none;
	color:#0066CC;
}

.moreinfo:visited {
	color:#0066CC;
}

.moreinfo:hover {
	color:#74019C;
}

.ui-dialog .ui-dialog-buttonpane button {
	background:url('https://endemolcookieassets.s3.amazonaws.com/images/button.png');
	border-style:none;
	float:left;
	width:116px;
	height:25px;
	vertical-align:text-top;
	cursor:pointer;
	/* Chrome orange around button fix */
	outline: none;
	position:absolute;
	right:0px;
	margin-right:16px;
	margin-top:3px;
}

.ui-dialog-buttonpane .ui-widget-content .ui-helper-clearfix {
	float:left;
	top:100px;
}

.ui-dialog .ui-dialog-buttonpane button:hover{
	background:url('https://endemolcookieassets.s3.amazonaws.com/images/button.png') 0 -27px;
}

.ui-dialog .ui-dialog-content .ui-widget-content { 
	position: relative; 
	border: 0; 
	padding: .5em 1em; 
	background: none; 
	overflow: auto; 
	height:100px;
	width:400px;
}

.ui-dialog .ui-dialog-titlebar-close { 
	display:none; 
}

.ui-dialog .ui-dialog-titlebar-close span { 
	display: none; 
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { 
	display:none; 
}

/* IE 7 Hacks preceded with * + html*/
* + html .cookietext {  
	padding-left:10px;
	position:absolute;
	left:0px;
	top:45px  
}

* + html .ui-dialog {
	padding-bottom:50px;
	height:0px;	
}

* + html .bluebar {
	height:33px;
}