body{
	background-image:url(pic/bg2.png);
	background-repeat:repeat-x;
	background-color:#DDDDDD;
	font-size:12px;
	color:gray;
	line-height:1.3;
}

.input_text_150{
	background-color:#fff;
	width:170px;
	padding:2px;
}


ul{
	line-height:18px;
	padding:0 0 0 2.2em;
}


table{
	border:medium none;
	width:575px;
}

/**************************************
	megrendeles-kovetes + kosar table
***************************************/	

.common_table tr{
	border-bottom:1px dashed DarkGray;
}

.common_table tr:first-child{
	background-image:url(pic/tart_dt_full.png);
	border-bottom:none;
}

.common_table td{
	border:none;
	padding:2px 5px;
	vertical-align:middle;
}

.common_table td:first-child{
	padding-left:5px;
}

.common_table th{
	border:none;
	line-height:30px;
	color:#fff;
	vertical-align:middle;
	padding:0 5px;
}

.common_table th:first-child{
	padding-left:5px;
	width:270px;
}

