
.givecategory {
	background-color: #FfF;
	border: solid 1px #B1946C;
    margin: 1em 0 1em;
}
.givecategory legend {
	color: #EFE5DF; 
	color: #B1946C; 
	font-weight: bold;
}
.givecategory div  {
    margin: 0.6em 0 0.6em;
}
.givecategory div a{
	text-decoration: none;
    margin-right: 1em;
}
.givecategory div a:hover{
	text-decoration: underline;
}
.givecategory div label {
	
}

.button{
	border: 1px solid #B1946C;
	background-color: #EFE5DF; 
	font-family: sans-serif; 
	font-size: larger; 
	padding: 0.1em;
} 

.button:hover{ 
	background: #b1946c; 
	color: #fff; 
}
