html, body {
	background-color: #737373;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {
	font-size: 12px;
	color: #007577;
	text-decoration: underline;
}

.arial12graydark {
	font-size: 12px;
	color: #282828
}
.arial10graydark {
	font-size: 10px;
	color: #282828
}
.arial10green {
	font-size: 10px;
	color: #007577
}
.arial12green {
	font-size: 12px;
	color: #007577
}
.arial12greenBold {
	font-size: 12px;
	font-weight: bold;
	color: #007577
}
.arial11white {
	font-size: 11px;
	color: #FFFFFF
}
.arial12graydarkBold {
	font-size: 12px;
	font-weight: bold;
	color: #282828
}
.inputStyle {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #414141 1px outset;
	BORDER-LEFT:  #737373 1px outset;
	BORDER-RIGHT: #414141 1px outset;
	BORDER-TOP:  #737373 1px outset;
	font-size: 12px;
	line-height: normal;
	text-transform: none;
	color: #414141
}
.button-black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.button-black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.button-black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
TEXTAREA {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #414141 1px outset;
	BORDER-LEFT:  #737373 1px outset;
	BORDER-RIGHT: #414141 1px outset;
	BORDER-TOP:  #737373 1px outset;
	font-size: 12px;
	line-height: normal;
	text-transform: none;
	color: #414141
}
.arial14graydarkBold {
	font-size: 14px;
	font-weight: bold;
	color: #282828
}
.arial14greenBold {
	font-size: 14px;
	font-weight: bold;
	color: #007577
}
.arial12redBold {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000
}
.arial12lightgrayBold {
	font-size: 12px;
	font-weight: bold;
	color: #DFDFDF
}
.arial12red {
	font-size: 12px;
	color: #CC0000
}
.arial12whiteBold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

