/*GREEN BUTTONS*/
.buttongreen  {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	padding:2px 3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.buttongreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.buttongreen:active {
	position:relative;
	top:1px;
}


/*BLUE BUTTONS*/
.buttonblue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	padding:2px 3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.buttonblue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.buttonblue:active {
	position:relative;
	top:1px;
}

.buttonpurple {
	-moz-box-shadow:inset 0px 1px 0px 0px #dde2fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dde2fb;
	box-shadow:inset 0px 1px 0px 0px #dde2fb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #91a0fd), color-stop(1, #5a6fec) );
	background:-moz-linear-gradient( center top, #91a0fd 5%, #5a6fec 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#91a0fd', endColorstr='#5a6fec'); 
	background-color:#91a0fd;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:2px solid #91a0fd;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	padding:2px 3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #91a0fd;
}.buttonpurple:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5a6fec), color-stop(1, #91a0fd) );
	background:-moz-linear-gradient( center top, #5a6fec 5%, #91a0fd  100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a6fec', endColorstr='#91a0fd');
	background-color:#ce0100;
}.buttonpurple:active {
	position:relative;
	top:1px;
}


.iebuttonpurple {
    -moz-box-shadow:inset 0px 1px 0px 0px #dde2fb;
    -webkit-box-shadow:inset 0px 1px 0px 0px #dde2fb;
    box-shadow:inset 0px 1px 0px 0px #dde2fb;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #91a0fd), color-stop(1, #5a6fec) );
    background:-moz-linear-gradient( center top, #91a0fd 5%, #5a6fec 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#91a0fd', endColorstr='#5a6fec');
    background-color:#91a0fd;
    border:1px solid #91a0fd;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    padding:1px 5px;
    text-decoration:none;
    text-shadow:1px 1px 0px #287ace;
}.iebuttonpurple:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5a6fec), color-stop(1, #91a0fd) );
    background:-moz-linear-gradient( center top, #5a6fec 5%, #91a0fd 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
    background-color:#ce0100;
}.iebuttonpurple:active {
    position:relative;
    top:1px;
}



/*IE GREEN BUTTONS*/
.iebuttongreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.iebuttongreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.iebuttongreen:active {
	position:relative;
	top:1px;
}
 

/*IE BLUE BUTTONS*/
.iebuttonblue {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}.iebuttonblue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.iebuttonblue:active {
	position:relative;
	top:1px;
}



td,th,body {font-family: Arial;}

