.myButton
{
	border-radius: 3px;
	padding-left: 15px;	
	padding-right: 15px;
	line-height: 2.2em;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.myButton.greenBG
{
	background:#12a537;
}

.myButton.blueBG
{
	background:#0078aa;
}

.myButton.whiteBG
{
	background: white;
}

.myButton.goldBG
{
	background: #f7941d;
}

.myButton.greenTEXT
{
	color:#12a537;
}

.myButton.blueTEXT
{
	color:#0078aa;
}

.myButton.whiteTEXT
{
	color: white;
}

.myButton.goldTEXT
{
	color: #f7941d;
}


.myButton .img
{
	float: left;
	display: inline-block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.myButton .txt
{
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin-left: 10px;
}

.myButtonLink
{
	text-decoration: none;	
}