#TitleLabel, #DateLabel, #TextLabel, #PublishLabel  {
    float: left;
    width: 150px;
    letter-spacing: 3px;
}
#PublishContainer {
  margin-top: 10px;
}
.newsPickerModify {
  clear: both;
  padding-top: 10px;
}

div#News {
	/* ez az identit�s a sz�l� doboza minden h�rrel kapcsolatos megjelen�t�snek (m�g nincs meg!) */
}
div.news {
    margin-bottom: 10px;
}
div.newsAdmin {

}
div.news h3, div.newsAdmin h3 {
    margin:0px;
    margin-top:4px;
    margin-bottom: 10px;
    padding:0px;
    font-family: Tahoma;
    font-size: 11px;
}
div.news a {
    /* div.newsRead �s div.newsText tartalmaznak egy-egy anchor elemet */
}
div.newsDate {
    background: #7e265c;
    color: #fff;
    padding:2px;
    width: 70px;
    font-size: 10px;
    text-align: center;
    float: right;
    margin-bottom: 10px;
}
div.newsTitle {
    float: left;
    font-weight: bold;
    font-size: 11px;
}
div.newsText {
    text-align: justify;
    color:#6e6b6b;
}
div.newsAdmin div.newsText {
    text-align: justify;
    color:#6e6b6b;
}
div.newsRead {
    float: right;
}
div.newsRead a {
    text-decoration: none;
    color: #2e194d;
    letter-spacing: 2px;
    font-weight: bold;
}
div.newsRead a:hover {
    text-decoration: underline;
    color: #e49235;
}
div.newsEdit {
	/* h�r szerkeszt�se (csak admin m�dban jelenik meg), benne pontosan egy darab anchor elem */
}
div.clear {
	/* esetleges float-ok ut�ni kil�p�s biztos�t�s�ra (glob�lis szinten m�r van ilyen) */
}
.tavabbContainer {
    float: right;
    width: 220px;
}
/* read */

.newsTitleRead {
    font-weight: bold;
    float: left;
}
.newsDateRead {
    float: right;
    font-weight: bold;
}
.newsTextRead {
    padding: 20px;
    text-align: justify;
}
#hirlevellistaUl {
	font-size:9px;
	margin-left:0px;
	padding-left:5px;
}
.hirlevellista-tel {
	color:blue;
	float:left;
}
select#BirthMonth, select#BirthDay {
	width:70px;
	height:18px;
	border: 1px solid #d2d6e1;
    border-left: 3px solid #6f1c50;
}  

