﻿
/* Default Form Items */
select
{
    font-size: 18px;
}
input
{
    font-size: 16px;
}

.button
{
	background-color: #ccc;
	background-image: url('/images/layout/button-grey-grad.png');
	background-repeat: repeat-x;
	border: #666 1px solid;
	padding: 3px 7px 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.button:link
{
	color: #000;
	text-decoration: none;
}
.button:hover
{
	background-color: #ACDCF7;
	background-image: url('/images/layout/button-blue-grad.png');
}

.redButton
{
	background-color: #801719;
	background-image: url('/images/layout/button-red-grad.png');
	background-repeat: repeat-x;
	border: #be2e37 1px solid;
	padding: 3px 7px 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.redButton:link
{
	color: #000;
	text-decoration: none;
}
.redButton:hover
{
}

.yellowButton
{
	color: #333;
	background-color: Yellow;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.yellowButton:link
{
	color: #000;
	text-decoration: none;
}

.greenButton
{
	background-color: #72DDA0;
	background-image: url('/images/layout/button-green-grad.png');
	background-repeat: repeat-x;
	border: #2EBE6D 1px solid;
	padding: 3px 7px 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #000;
}
.greenButton:link
{
	color: #000;
	text-decoration: none;
}
.greenButton:hover
{
	/*background-color: #ACDCF7;*/
	/*background-image: url('/images/layout/button-blue-grad.jpg');*/
}
