/* CSS Document */

#tbb_rtg_files_cookie_dialog
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	z-index: 1000;
	width:100%;
	height:100%;
	background-image:url(/typo3conf/ext/tbb_rtg_files_cookie/background.gif);
	background-repeat: repeat-x repeat-y;
	background-position: center center;
}

#tbb_rtg_files_cookie_dialog div
{
	font-family: Trebuchet MS, Tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	width:400px;
	margin: 150px auto;
	background-color:#ddd;
	border:2px solid #000;
	padding:10px;
	text-align:center;
	background-position: 3% 10%;
	background-repeat:no-repeat;
}
#tbb_rtg_files_cookie_dialog h1 {
	font-size:10pt;
}
#tbb_rtg_files_cookie_dialog table
{
	background-color:#ddd;
}
#tbb_rtg_files_cookie_dialog td {
	text-align:left;
	width:200px;
	background-color:#ddd;
}
#tbb_rtg_files_cookie_dialog input {
	border:1px solid black;
	width:190px;
}
#tbb_rtg_files_cookie_dialog textarea {
	border:1px solid black;
	width:390px;
	height:100px;
}
#tbb_rtg_files_cookie_dialog #submit_field{
	text-align:center;
}
#tbb_rtg_files_cookie_dialog #submit_field input {
	width:100px;
}