
.button
{
border-radius: 5px;
color: #FFFFFF;
cursor: pointer;
padding: 6px 8px;
display:inline-block;
font-size:8pt;
}


.darkgreen	{
background:darkgreen;
}

.darkblue {
background:darkblue;
}

.blue {
background:#0080c0;
}

.green {
background:#146600;
}

.red {
background:red;
}

button
{
border: 1px solid #6E0404;
border-radius: 5px;
box-shadow: 0 1px 1px rgba(61, 1, 4, 0.5), 0 0 1px #FFFFFF inset;
color: #FFFFFF;
cursor: pointer;
padding: 5px;
}

button.green	{
background: #146600; /* Old browsers */
background: -moz-linear-gradient(top, #2FBD2F 0%, #146600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2FBD2F), color-stop(100%,#146600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2FBD2F 0%,#146600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2FBD2F 0%,#146600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2FBD2F 0%,#146600 100%); /* IE10+ */
background: linear-gradient(to bottom, #2FBD2F 0%,#146600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2FBD2F', endColorstr='#146600',GradientType=0 ); /* IE6-9 */
}

button.red	{
background: #6B0606; /* Old browsers */
background: -moz-linear-gradient(top, #F08787 0%, #6B0606 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F08787), color-stop(100%,#6B0606)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F08787 0%,#6B0606 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F08787 0%,#6B0606 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #F08787 0%,#6B0606 100%); /* IE10+ */
background: linear-gradient(to bottom, #F08787 0%,#6B0606 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F08787', endColorstr='#6B0606',GradientType=0 ); /* IE6-9 */
}

button.blue	{
background: #003366; /* Old browsers */
background: -moz-linear-gradient(top, #42AAFF 0%, #003366 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42AAFF), color-stop(100%,#003366)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #42AAFF 0%,#003366 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #42AAFF 0%,#003366 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #42AAFF 0%,#003366 100%); /* IE10+ */
background: linear-gradient(to bottom, #42AAFF 0%,#003366 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42AAFF', endColorstr='#003366',GradientType=0 ); /* IE6-9 */

border: 0px;
font-weight:normal;
}

