.SereneBBORG {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-transform: lowercase;
	border-style: solid;
	color: #ffffff;
	background-color: #AEB296;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	border-width: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(webassist/button_styles/ie-css3.htc);
	font-weight: bolder;
	outline-style: none;
	outline-color: #000000;
}
.SereneBBORG:hover {
	color: #ffffff;
	background-color: #33CC33;
}