#cookieWrapper{
	z-index: 100;
	width:100%;
	height:100%;
	
	
	position:fixed;
}

#cookieBox{
	position: relative;
	z-index: 101;
	margin: 0 auto;
	padding-top: 110px;
    width: 800px;
}


#cookieBox .cookieBackground{
	background: rgba(100, 100, 100, 0.3);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cookieBox .cookieContent{
	color: black;
	background-color: white;
	padding: 20px;
}


.cookieContent h1{
	color: #8DB610;
	font-size: 16px;
}

#cookieBox .linkStyle{
	cursor: pointer;
}

#cookieBox .linkStyle:hover {color: #2a68cc;}

.cookieContent .head{
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

.cookieContent .text{
	margin-top: 10px;
	padding-bottom: 10px;
	color: #777;
}

.cookieContent .actions{
	margin-top: 10px;
}

.cookieContent .cookieInfo{
	display:none;
	margin-top: 10px;
	padding-bottom: 10px;
	color: #777;
}

.cookieInfo .back{
	float:right;
}

.cookieContent .cookieInfo .systemList{
	margin-top: 10px;
	margin-bottom: 10px;
}
.cookieContent .cookieInfo ul{
	margin-left: 20px;
}

.cookieContent .cookieInfo li{
	margin-top: 2px;
}

.actions .showMore{
	float:right;
	color: #777;
	margin-top: 8px;
}

.cookieBackground .footer{
	background-color: #f7f7f7;
	color: #777;
	height: 30px;
	border-top: 1px solid #EEE;
	padding: 5px 20px;
}

.footer .extPolicy{
	padding-top: 5px;
	float:left;
}

.footer .addLink{
	padding-top: 5px;
	margin-left: 10px;
	float:right;
}