/* CSS hirlevel WebStars (www.webstars.hu) */
/* Alap reset */
* { margin: 0; padding: 0; }
/* linkek aláhúzásának törlése */
:link,:visited { text-decoration:none }
 
/* listák elől töröljük a pöttyöket és számokat */
ul,ol { list-style:none }
 
/* az automatikus címsor méret beállítás törlése */
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }
 
/* töröljük az egyéb elemek köré berakott paddingot és margint is */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }
 
/* szedjük ki a linkelt képek köré rakott keretet */
a img,:link img,:visited img { border:none }

/* Oldal */

#hirlevel{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}
#hirlevel h1{
	background-image: url(img/logo_hirlevel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:80px;
	
}
#hirlevel span{
	padding-top: 30px;
	padding-left: 502px;
	display: block;
	font-size: 12px;
	color: #6c3;
}
#vonal{
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	height: 15px;
	padding-top: 2px;
	padding-left: 2px;
}
label{
	font-size: 10px;
	color: #000;
}
input{
	font-size: 14px;
	color: #000;
	background-color: #fff;
	border: 1px solid #6c3;
}
#from{
	background-image: url(img/hirlevel_icon_k.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#hiba{
	font-size: 14px;
	color: #000;
	padding: 5px;
	height: 30px;
}
