@charset "UTF-8";
/* CSS Document */

#cookiemonster_module {
	background-color: #FFC947; bottom: 20px; right: 20px; width: 220px; padding: 15px 10px 10px 10px; position: fixed; text-align: center; z-index: 9999;border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;	-moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 10px #000000; -moz-box-shadow: 0 0 10px #000000; -webkit-box-shadow: 0 0 10px #000000;
	font: 10px/1.5 Verdana, Geneva, sans-serif;
}
#cookiemonster_module #tools { margin: 0; background: none; border: none; display: block; height: 32px; padding: 10px 0 4px 0; }
#cookiemonster_module #tools input[type=submit] {
	float: left; display: block; background: #E3E3E3; border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;	-moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset; -moz-box-shadow: 0 0 1px 1px #F6F6F6 inset; -webkit-box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;font-weight: bold; margin-left: 10px; padding: 6px 0 7px; text-align: center; text-shadow: 0 1px 0 #FFFFFF; width: 95px; cursor: pointer;
}
#cookiemonster_module .link { display: block; height: 20px; }

#cookiemonster_page #setup input[type=submit] {
	float: left; display: block; background: #E3E3E3; border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;	-moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset; -moz-box-shadow: 0 0 1px 1px #F6F6F6 inset; -webkit-box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;font-weight: bold; margin-right: 10px; padding: 6px 0 7px; text-align: center; text-shadow: 0 1px 0 #FFFFFF; width: 220px; cursor: pointer;
}
#cookiemonster_page #setup { background: none; border: none; }
#cookiemonster_page #setup a strong { display: block; text-transform: uppercase; }

table.cookies { margin: 10px 0; border-collapse: collapse; display: block; }
table.cookies td { padding: 3px 5px; border: 1px solid silver; }
