.addresstext, a.addresstext:link, a.addresstext:active, a.addresstext:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f23737;
	line-height:37px;
	text-decoration:none;
}

a.addresstext:hover {
	color:#ffffff;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color:#f23737;
}

/*FORMS*/

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	border: 1px solid #ffffff;
	line-height:20px;
	height:20px;
	width:178px;
	padding: 0 5px;
	background-color:#000000;
}

.formtextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	height:73px;
	width:178px;
	padding: 5px;
	background-color:#000000;
	border: 1px solid #ffffff;
}

.formdropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	height:18px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	background-color:#000000;
	border: 1px solid #ffffff;
}

/*END FORMS*/



.btn {
	height: 17px;
	width: 86px;
	margin-bottom:5px;
	display:block;
	text-align:left;
	float: left;
	margin-right:5px;
}

.btntext, a.btntext:link, a.btntext:active, a.btntext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:17px;
	color: #90ff2e;
	text-align: center;
	font-weight:bold;
	display: block;
	text-decoration: none;
	background-image:url(images/buttonbg.jpg);
}

a.btntext:hover {
	color: #de3748;
	background-image:url(images/buttonbg_f2.jpg);
}

.gallery_thumbs {
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin-right: 5px;
	text-align: center;
}

.gallery_thumbs a {
	color:#f23737;
	text-decoration: none;
}

.gallery_thumbs a:hover {
	color:#ffffff;
	text-decoration: none;
}
