
form label{
display: block;
}

form input{ 
border: 1px solid #3399CC;
}

form textarea{ 
border: 1px solid #3399CC;
}

#formBelepes label{
/*width: 200px;*/
	width: 100px;
float:left;
text-align: right;
padding-right: 20px;
line-height: 20px;
}

#formBelepes input{
width: 150px;
float:left;
margin-bottom: 10px;
}

#formBelepes br{
	clear: both;
}

#formBelepes #belepes{
	width: auto;
	}

/*JELENTKEZES*/

#formJelentkezes label{
line-height: 20px;
margin-top: 5px;
}

#formJelentkezes label.error{
	float:left;
	color:#FF0000;
	margin-left: 10px;
	margin-top:0px;
	}
	
#formJelentkezes input{
width: 250px;
float:left;
}

#formJelentkezes textarea{
width: 250px;
height: 150px;
}


#formJelentkezes br{
	clear: both;
}

	
	