

a.photobox_button,a.button{
        cursor: auto !important;
	font-size: 16px;
	line-height: 16px; /* 42 - 12, to account for 6px border */
	text-align: center;
	padding: 5px 10px 5px 10px;
	
	background-color: #8dc63f;
	
	background-clip: padding-box;
	
	border: 5px solid #d2ebaf;
	
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}

a.button:hover,
a.button.hover,a.photobox_button:hover,a.photobox_button.hover{
        cursor: auto !important;
  color: #fff;
	border-color: #eaadcd;
	background-color: #c63f85;
}

a.button:active, 
a.button.active,a.photobox_button:active,a.photobox_button.active {
        cursor: auto !important;
  color: #fff;
  border-color: #eaadcd;
	background-color: #b33978;
}

a.dropdown_button{
	font-size: 16px;
	line-height: 16px; /* 42 - 12, to account for 6px border */
	text-align: center;
	padding: 5px 10px 5px 10px;

	background-color: #8dc63f;

	background-clip: padding-box;

	border: 5px solid #d2ebaf;

	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;

	color: #fff;
	font-weight: bold;
	text-decoration: none;

	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}

a.dropdown_button:active,
a.dropdown_button.active {
  color: #fff;
  border-color: #D2EBAF;
	background-color: #8DC63F;
}

.dropdown_button.mini {
	font-size: 11px;
	font-weight: normal;
	padding: 4px 8px 3px 8px;

	line-height: 28px;

	border-width: 4px;
	color: #fff;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;


}

.button.mini, .photobox_button.mini {
	font-size: 11px;
	font-weight: normal;
	padding: 4px 8px 3px 8px;
	
	line-height: 28px;
	
	border-width: 4px;
	color: #fff;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;

	
}

input.playbutton {
    margin-left: 3px;
    margin-right: 3px;
}
input.featured_image_detailsbutton {
    margin-left: 3px;
    margin-right: 3px;
}

a.search_help {
    font-family: sans-serif;
    font-size: 12px;
    border-color: #D2EBAF;
    border-width: 3px;
    background-color: #8DC63F;
}
a.survey {
    color: white !important;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-color: #92D4F0;
    border-width: 3px;
    background-color: #25AAE1;
}
a.group_download_button {
    margin-left: 14px;
}

