body {
	margin: 0px;
} 

.button_noteszbe { 
	background: #ffec00; 
	border: 1px solid #ff6300; 
	color: #ff6300; 
	font-size: 11px; 
	font-weight: bold; 
	margin-bottom: 0px;
} 

.noteszbol { 
	font-family: tahoma, verdana; 
	font-size: 10px; 
	color: #484848; 
	border: 0px; 	
	background: #FFFAED; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer; 
	cursor: hand; 
}

.noteszbe {
	width: 110px; 
	height: 41px; 
	border: 1px solid #e2e2e3; 
	float: right; 
	margin-right: 8px; 
	text-align: center; 
	margin-top: 9px; 
	color: #b0c700; 
	font-weight: bold; 
	line-height: 18px; 
	padding-top: 5px;
}

.noteszbe_egyetem {
	width: 110px; 
	height: 41px; 
	border: 1px solid #e2e2e3; 
	text-align: center; 
	color: #b0c700; 
	font-weight: bold; 
	line-height: 18px; 
	padding-top: 5px;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}
