INPUT, TEXTAREA{
    font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-align:center;
	background-color: #D4D0C8;
	color: #000000;
	border: 0px;

}

SELECT{
	border: 1px solid #ffffff;
    font-size: 12px;
	background-color: #D4D0C8;
	color: #000000;
}

/* FIX SZELESSEG */
.input20{
    width: 20px;
}
.input50{
    width: 48px;
}
.input80{
    width: 80px;
}
.input120{
    width: 120px;
}
.input140{
    width: 140px;
}
.input155{
    width: 155px;
}
.input195{
    width: 195px;
}
.input280{
    width: 280px;
}
.input480{
    width: 480px;
}
.input530{
    width: 530px;
}
.input645{
    width: 645px;
}
/* SZAZALEKOS SZELESSEG */
.input100_sz{
    width: 100%;
}


/* EGYEBB INPUT BEALLITASOK */
.orderButton{
	font-weight: bold;
	color: #FF0000;	
    width: 100%;
}
