﻿.button
{
	background:url(../../_Content/Images/head.gif) repeat-x left center;
	color:white;
	border:1px solid white;
	font-weight:bold;
	cursor:pointer;
	font-size:16px;
}
.button:hover
{
	background:url(../../_Content/Images/topMenuBgHover.gif) repeat-x left center;
}

.input
{
	border: 0px solid white;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 1px;
}
/* ****** For Fooling Bots ******** */
.Email
{
	display:none;
}
