html{
    background-color: transparent !important;
}
.bb_button.bb_green {
    background: #7fbf4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.bb_button.bb_green {
    background: #06B868 !important;
    box-shadow: none !important;
}

.bb_button.bb_green {
    background: #7fbf4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    color: #fff;
    -webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
    -moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
    box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
    border: none;
}

h2 a.bb_button {
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 1em;
}
.bb_button {
    padding: 0.8em;
    border-radius: 0.2em;
    text-decoration: unset;
}
div#status {
    line-height: 3em;
}
/* 
* Make Pretty Upload Field Button
*/
.uploadifive-button {
	border-radius: 2px !important;	
	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    height: unset !important;
    background-color: #BFEFFD !important;
    background-image: linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%) !important;
    background-image: -o-linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%) !important;
    background-image: -moz-linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%) !important;
    background-image: -webkit-linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%) !important;
    background-image: -ms-linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%) !important;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #BFEFFD), color-stop(1, #BFEFFD) ) !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    border: 2px dotted #21B2A6 !important;
    color: #009AC8 !important;
    font: bold 12px Arial, Helvetica, sans-serif;
    line-height: normal !important;
    text-align: center !important;
    text-shadow: unset !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 2em 40% !important;
    width: 20% !important;
}

.uploadifive-button:hover{
	background-color: #21B2A6 !important;
	background-image: linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%) !important;
    background-image: -o-linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%) !important;
    background-image: -moz-linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%) !important;
    background-image: -webkit-linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%) !important;
    background-image: -ms-linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%) !important;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #21B2A6), color-stop(1, #21B2A6) ) !important;
	color: #fff !important;
	border: 2px dashed #B1F1EB !important;
	text-shadow: unset !important;
}

div.uploadifive-button input {
    height: 100% !important;
}

#main_body form .guidelines {
    padding: 8px 10px 15px !important;
}
/* Fix Text Boxes */
#main_body input.text {
    border-radius: 4px !important;
    padding: 9px 0 9px 6px !important;
    box-shadow: unset !important;
}