BODY, html {
	PADDING: 0px; 
	MARGIN: 0px; 
	BACKGROUND-COLOR: #320000;

	font-family: Arial;
	color: black;
	font-size: 12px;

	height: 100%;
}

#felso_atm_bg {
	BACKGROUND-IMAGE: URL('../images/belepes/felso_atm_bg.jpg');
	background-repeat: repeat-x;
}

#ism_bg {
	BACKGROUND-IMAGE: URL('../images/belepes/ism_bg.jpg');
	background-repeat: repeat;
}

.custom_input {
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;

    
    border: solid 1px #ffffff;
    width: 177px;
	height: 22px;
    background-image: url('../images/belepes/input_bg.jpg');
    background-repeat: no-repeat;
	background-position: top;
}