@charset "UTF-8";
/* CSS Document */
#apDiv1 {
	position:absolute;
	left:1141px;
	top:44px;
	width:147px;
	height:52px;
	z-index:1;
}
.button2 {
    color: #5B7E96;            
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent; 
    border: thin solid #5B7E96;    
    font-style: italic;
	margin: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: lighter;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
    }
.button2:hover {
    background-color: rgba(81, 120, 145, 0.5); /* Slightly visible background on hover */
    color: #FFFFFF; 
    border: thin solid #FFFFFF; 
    }
