/*buttons*/
.action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px;
	margin: 10px 5px;
  	text-decoration: none;
  	font-size: 14px;
}
.action-button:hover, .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.div-button-small
{
    width: 100px;
    background: #27AE60;
    color: white;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}


.send-btn {
width: 100%;
    background: #27AE60;
    color: white;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;

}