/* CSS Document */

body, html {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px; 
	background:#330113;
	color: #F7941D;
}
html, input, textarea
		{		
		font-family: tahoma; 
		font-size:12px;		
		color:#6b6b6b;
		line-height:20px;
}	
#tresc
		{
	line-height:20px;
	background-color : #4E1617;
	background-image : url(!img/tlo.gif);
	background-position : top;
	background-repeat : repeat-x;
	color: #F7941D;
	padding: 20px 20px 20px 20px;
}

a {
	color: White;
	text-decoration : none;
	
}
a:hover {
	color: #F7941D;
	text-decoration : none;
}

a.nodecoration {
	color: #B64202;
	text-decoration : none;
}
a.nodecoration:hover {
	color: White;
	text-decoration : none;
}
h1 {
	color: White;
	font-size:12px;		
	margin:0px;
}


form {
margin-bottom: 0px; 
margin-top: 0px;
}

flat, textarea.flat, input.flat, select.error, textarea.error, input.error, textarea.code, select.flat, textarea.flat, input.flat, textarea.code{ 
	color: #000000; 
	border: 1px solid #F7941D; 
	background-color: White;
}


#submit { 
	font-size: 8pt;
	font-weight : bold;
}


textarea.code, textarea.code-gray {
font-size: 12px; 
line-height: 15px; 
}