﻿
.buttonNormal:link, .buttonNormal:visited, .buttonNormal:active, .buttonNormal:hover
{
	background: #009a43;
	background-color: rgb(0, 154, 67);
	display: inline-block;
	margin: 0 .4rem 0 0;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	border-radius: 0;
	box-shadow: 1px 1px 1px 1px #ccc;
	cursor: pointer;
	min-height: 1em;
	outline: 0;
	border: none;
	text-align: center;
	-webkit-user-select: none;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,.05));
	background-image: linear-gradient(transparent,rgba(0,0,0,.05));
	-moz-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
	-webkit-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
transition-delay: 0s, 0s, 0s, 0s, 0s;
transition-duration: 0.25s, 0.25s, 0.25s, 0.25s, 0.25s;
transition-property: opacity, background-color, color, background, box-shadow;
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1), cubic-bezier(0.25, 0.1, 0.25, 1), cubic-bezier(0.25, 0.1, 0.25, 1), cubic-bezier(0.25, 0.1, 0.25, 1), cubic-bezier(0.25, 0.1, 0.25, 1);
	vertical-align: middle;
	font-style: normal;
	line-height: 1;
	-webkit-tap-highlight-color: transparent;
	color: #FFF;
	text-decoration: none;
	padding:12.8px 24px;
}


.thing
{
	cursor: pointer;
	min-height: 1em;
	outline: 0;
	border: none;
	background-color: #FAFAFA;
	color: grey;
	margin: 0;
	padding: .8em 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,.05));
	background-image: linear-gradient(transparent,rgba(0,0,0,.05));
	border-radius: .25em;
	box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
	-webkit-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
}

/* for the Select button size of the RadAsyncUpload */
div.RadUpload .ruBrowse
{
    background-position: 0 -23px;
    width: 79px;
    height: 30px;
}
div.RadUpload_Default .ruFileWrap .ruButtonHover
{
    background-position: 100% -23px !important;
}    
/* end of the Select button size of the RadAsyncUpload */  