﻿input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

a.button_green, a.button_green160, a.button_green60, a.button_gray, a.button_gray160, a.button_red, a.button_admin, a.button_inactive
{
    font-size: 12px;
    height: 19px;
    display: block;
    padding-top: 3px;
    color: #fff;
    text-decoration: none;
}

.button_green60 a
{
    font-size: 17px;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 5px;
    color: #fff;
    text-decoration: none;
}
button_green500 a
{
	font-size: 20px;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 7px;
    color: #fff;
    text-decoration: none;
}

.button_green a:visited, .button_green160 a:visited, .button_green60 a:visited, .button_green500 a:visited, .button_gray a:visited, .button_gray160 a:visited, .button_red a:visited, .button_admin a:visited, .button_inactive a:visited
{
    color: #fff;
}

.button_green {
	font-family: Tahoma;
	border: 0px;
	height: 22px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	width:110px;
	background-color: #ec008c;
	border-width:0px;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}



.button_green160 {
	font-family: Tahoma;
	border: 0px;
	height: 22px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	width:160px;
	background-color: #ec008c;
	border-width:0px;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}
.button_green60 {
	font-family: Tahoma;
	border: 0px;
	height: 22px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	width:160px;
	background-color: #ec008c;
	border-width:0px;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}
.button_green500 {
    font-family: Tahoma;
	border: 0px;
	height: 35px;
	width: 500px;
	font-weight:bold;
	color:#ffffff;
	background-color: #ec008c;
	cursor: pointer;
	text-align:center;
    vertical-align:middle; 
	text-decoration: none;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
    padding-top:7px;
}

.button_gray {
	font-family: Tahoma;
	border: 0px;
	height: 22px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	width:110px;
	background-color: #9e9b9b;
	border-width:0px;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}
.button_gray160 {
	font-family: Tahoma;
	border: 0px;
	height: 22px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	width:160px;
	background-color: #9e9b9b;
	border-width:0px;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}
.button_red {
	font-family: Tahoma;
	border: 0px;
	height: 22px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	width:110px;
	background-color: #ec0000;
	border-width:0px;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

.button_admin {
	font-family: Tahoma;
	border: 1px solid #ec008c;
	height: 22px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#58595B;
	width:110px;
	background-color: #E0E0E0;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

.button_inactive {
	font-family: Tahoma;
	border: 0px;
	height: 22px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	width:110px;
	background-color: #9e9b9b;
	border-width:0px;
	cursor: pointer;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}
