@charset "utf-8";
/* CSS Document */

.non-required{
	background-image: url(../images/form.png); 
	background-repeat:repeat;
}
.required{
	background-image: url(../images/form.png); 
	background-repeat:repeat;
}
textarea{
	background-image: url(../images/form.png);
}
select{
	background-image: url(../images/form.png);
	background-color: #EDF7D7;
}
form .error{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #F11A2A;
	float: left;
	display: block;
	text-align: right;
}

/* BUTTON */

#red {
	color:#FFF;
	background-color: #F00;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	font-weight: 400;
	font-family: "Myriad Pro";
	font-size: 16px;
	border-top-color: #005847;
	border-left-color: #005847;
}
#green {
	color:white;
	background-color: #005847;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	font-weight: 400;
	font-family: "Myriad Pro";
	font-size: 16px;
	border-top-color: #005847;
	border-left-color: #005847;
}
#yellow {
	color:#005847;
	background-color: #FFC426;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	font-weight: 400;
	font-family: "Myriad Pro";
	font-size: 16px;
	border-top-color: #005847;
	border-left-color: #005847;
}
