/* CSS Document */

#eucookielaw{
background-color:#00CC00;
padding:7px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.more_link{
background-color:#66F565;
width:80px;
float:right;
font-size:12px;
font-weight:bold;
text-align:center;
border:1px dashed #FFFFFF;
padding:3px;
color:#FFFFFF;
text-decoration:none;
cursor:pointer;
}

.more_link:hover{
background-color:#35F235;
}

.accept_link{
background-color:#66F565;
width:80px;
margin-right:10px;
float:right;
font-size:12px;
font-weight:bold;
text-align:center;
border:1px dashed #FFFFFF;
padding:3px;
color:#FFFFFF;
text-decoration:none;
cursor:pointer;
}
.accept_link:hover{
background-color:#35F235;
}