.ModularSAVE {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #20A657;
	font-weight: bold;
	border-style: none;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;

}
.ModularSAVE:hover {
	background-color: #22C666;
	text-decoration: none;
}

.ModularSAVE:hover {
	background-color: #22C666;
	text-decoration: none;
}

.ModularSAVE[disabled] {
	color: #ffffff;
	background-color: #CCCCCC;
}

.ModularSAVE:focus {
	outline: none;
	text-decoration: none;
}
.ModularSAVEdisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #CCCCCC;
	border-style: none;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;

}

.Serene1 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #ffffff;
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;
	text-decoration: none;
}
.Serene1:hover {
	color: #ffffff;
	background-color: #555555;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}