.pm-custom-button {
    background-color:#176636;
	clear: left;
    display: inline-block;
	text-decoration:none;
	color:white;
	font-family:'Droid Sans';
	font-weight:300;
	text-decoration:none !important;
}

.pm-custom-button:hover {
	color: black;
}

.pm-custom-button span {
	display:inline-block;
}

.pm-custom-button i {
    padding: 13px 17px;
	border-left:1px solid black;
	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.pm-custom-button i:hover{
	color:white;
	background-color:#333;
	cursor:pointer;	
}


.pm-custom-button.large {
	font-size: 35px !important;	
}

.pm-btn-margin10 {
	margin:10px 0;	
}

.pm-btn-margin20 {
	margin:20px 0;	
}

/* Btn Sizes */
.pm-custom-button.pm-btn-large {
	font-size:22px;	
}


.pm-custom-button.pm-btn-medium {
	font-size:18px;	
	padding:10px 20px;
}

.pm-custom-button.pm-btn-small {
	font-size:14px;	
}

.pm-custom-button.pm-btn-small i {
	padding:9px 12px;	
}

/* Rounding btns */
.rounded1 {
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.rounded2 {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rounded3 {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.rounded5 {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.rounded10 {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.rounded15 {
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.rounded20 {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.rounded30 {
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	padding:4px 12px;
}
.rounded40 {
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
	padding:5px 13px;
}
.rounded50 {
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	padding:6px 14px;
}
.rounded60 {
	-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	padding:7px 15px;
}
.rounded70 {
	-webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
	padding:8px 16px;
}
.rounded80 {
	-webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
	padding:9px 17px;
}
.rounded90 {
	-webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
	padding:10px 18px;
}
.rounded99 {
	-webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    padding: 12px 20px;
}

/* Btn colors */
.blue {
	background: #00b7c2;
	color:white !important;
}

.blue i {
	color:white !important;
	border-left:1px solid white;
}

.red {
	background: #d74340;
}
.green {
	background: #acdb05;
	color: #000000;
}
.purple {
    background: #6b63cf;
}
.orange {
	background:#F90;
}
.grey {
	background: #5e5e5e;
}
.brown {
    background: #74614f;
}
.black {
    background:#000;
}
.yellow {
    background:#ffd200;
	color:black;
}
.pink {
    background:#F6F
}
.teal {
	background:#00FFCC;
}