﻿body {

}

.btn-my-sm {
	padding: 6px 20px !important;
	font-size: 12px !important;
}

.btn-my-green {
	background: #C9D3A3;
	background-image: -webkit-linear-gradient(top, #C9D3A3, #c7d1a1);
	background-image: -moz-linear-gradient(top, #C9D3A3, #c7d1a1);
	background-image: -ms-linear-gradient(top, #C9D3A3, #c7d1a1);
	background-image: -o-linear-gradient(top, #C9D3A3, #c7d1a1);
	background-image: linear-gradient(to bottom, #C9D3A3, #c7d1a1);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn-my-green:link {
	color: #ffffff !important;
}

.btn-my-green:visited {
	color: #ffffff !important;
}

.btn-my-green:hover {
	background: #C9D3A3;
	color: #ffffff !important;
	background-image: -webkit-linear-gradient(top, #C9D3A3, #AFB989);
	background-image: -moz-linear-gradient(top, #C9D3A3, #AFB989);
	background-image: -ms-linear-gradient(top, #C9D3A3, #AFB989);
	background-image: -o-linear-gradient(top, #C9D3A3, #AFB989);
	background-image: linear-gradient(to bottom, #C9D3A3, #AFB989);
	text-decoration: none;
}

.btn-my-green:active {
	color: #ffffff !important;
}

.btn-my-purple {
	background: #A5658D;
	background-image: -webkit-linear-gradient(top, #A5658D, #BE7EA6);
	background-image: -moz-linear-gradient(top, #A5658D, #BE7EA6);
	background-image: -ms-linear-gradient(top, #A5658D, #BE7EA6);
	background-image: -o-linear-gradient(top, #A5658D, #BE7EA6);
	background-image: linear-gradient(to bottom, #A5658D, #BE7EA6);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn-my-purple:link {
	color: #ffffff !important;
}

.btn-my-purple:visited {
	color: #ffffff !important;
}

.btn-my-purple:hover {
	background: #72325A;
	color: #ffffff !important;
	background-image: -webkit-linear-gradient(top, #72325A, #8B4B73);
	background-image: -moz-linear-gradient(top, #72325A, #8B4B73);
	background-image: -ms-linear-gradient(top, #72325A, #8B4B73);
	background-image: -o-linear-gradient(top, #72325A, #8B4B73);
	background-image: linear-gradient(to bottom, #72325A, #8B4B73);
	text-decoration: none;
}

.btn-my-purple:active {
	color: #ffffff !important;
}

.btn-my-teal {
	background: #57A7A5;
	background-image: -webkit-linear-gradient(top, #57A7A5, #71C1BF);
	background-image: -moz-linear-gradient(top, #57A7A5, #71C1BF);
	background-image: -ms-linear-gradient(top, #57A7A5, #71C1BF);
	background-image: -o-linear-gradient(top, #57A7A5, #71C1BF);
	background-image: linear-gradient(to bottom, #57A7A5, #71C1BF);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn-my-teal:link {
	color: #ffffff !important;
}

.btn-my-teal:visited {
	color: #ffffff !important;
}

.btn-my-teal:hover {
	background: #3E8E8C;
	color: #ffffff !important;
	background-image: -webkit-linear-gradient(top, #3E8E8C, #57A7A5);
	background-image: -moz-linear-gradient(top, #3E8E8C, #57A7A5);
	background-image: -ms-linear-gradient(top, #3E8E8C, #57A7A5);
	background-image: -o-linear-gradient(top, #3E8E8C, #57A7A5);
	background-image: linear-gradient(to bottom, #3E8E8C, #57A7A5);
	text-decoration: none;
}

.btn-my-teal:active {
	color: #ffffff !important;
}
