/* (C) 2007 Twórcy.pl Arkusz stylów do SmodCMS v. 3.x dla modułu contact */
#formularz {
	width: 480px;
	padding: 20px 50px;
	margin: 10px auto;
	background: #fafafa;
	}
	

	
	
	#contact {
	width: 600px;
	padding: 0;
	}
	
#contact textarea {
	width: 480px;
	margin: 0;
	background: #f9f9f9;
	border: 1px #ddd solid;

	}	

#contact textarea:hover, #contact input:hover, #contact textarea:focus, #contact input:focus  {
	margin: 0;
	background: #f4f4f4;
	border: 1px #aaa solid;
	}	
	
#contact input{
	width: 150px;
	background: #f9f9f9;
	border: 1px #ddd solid;

	}

#contact select{
	width: 150px;
	}
	
#contact fieldset {
	border: 0;
	}
	
#contact dl dt {
	text-align: right;
	width: 200px;
	font-weight: bold;
	height: 15px;
	font-size: 1em;
	} 	
	
#contact dl dd {
	position: relative; 
	top: -1.3em;
	padding-left: 210px;
	height: 10px;
	font-size: 1em;
	} 
	
#divdel {
	background: #fafafa;
	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;
	}

dl dt.tall {
	margin-top: 15px;
	} 	













	
	
	
