/* (C) 2012 Twórcy.pl Arkusz stylów do SmodCMS v. 5.x */

#divdel {
	background: #02354D;
	padding: 25px 9px 9px 9px;
	border: 1px solid #cccccc;
	width: 500px;
	}
	
#divdel fieldset {
	border: 0;
	}
	
#divdel dl dt {
	text-align: right;
	width: 230px;
	font-weight: bold;
	height: 15px;
	font-size: 1em;
	} 	
	
#divdel dl dd {
	position: relative; 
	top: -1.3em;
	left: 240px;
	height: 10px;
	font-size: 1em;
	} 
	
#divdel input.go {
	width: 50px;
	}

div.catt {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 9px;
	float: left;
	background: #02354D;
	border: 1px solid #aaaaaa;
	text-align: center;
	margin: 0 2px 2px 0;
	}
	
div.catt:hover{
	background: #07A9D1;
	color: #ffffff;
	}	

div.catt a{
	text-decoration: none;
	}

div.catt a:hover{
	color: #ffffff;
	}	











	
	
	