@import url("/anna.css");

.btn-secondary { color: #000;
border: 1px solid #628A9C;  
width: 96%;
background-color: rgba(255, 255, 255, 0.3);
padding-bottom: 2px; 
margin-bottom: 2px; }

a.underlined

{ border-bottom: 1px dotted #000; }

a:active .btn-secondary {
background-color: rgba(255, 255, 255, 0.9);
}

.btn-secondary:hover, btn-secondary:active {
background-color: rgba(255, 255, 255, 0.9);
}


.inline-button, a.inline-button
{-webkit-border-radius:3px; 
font-weight: bold; 
color:#419090; 
border: 1px solid #419090; 
padding: 4px; 
margin: 6px 2px; 
background-Color:rgba(255,255,255,0.9);
text-decoration: none;
}


.cart-image {
 float: left;
 clear: both;
 margin-right: 15px; 
}

h3 {
font-size: 18px;
}


.accent {
	
	border: 1px solid #628A9C;
	border-radius: 5px;
	margin: 10px 0;
	padding: 10px 10px 0 10px;
	background-Color:rgba(255,255,255,0.7);

}