/*Side Menu Form Style Sheet*/
#menuform {
	margin: 0;
	padding-top: 3px;
	text-align: center;
}
#menuform a {
	font-weight: bold;
	color: #7E5A59;
	text-decoration: none;

}

#menuform a:hover {
	background-color: #7E5A59;
	color: #FFFFFF;
}
.formmenutext {
	font-size: 13px;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 4px;
	line-height: 17px;
	color: #7E5A59;
	font-family: Times, Times New Roman, serif;
	text-align: center;
}
.formmenutext2 {
	font-size: 13px;
	font-weight:bold;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 4px;
	line-height: 17px;
	color: #7E5A59;
	font-family: Times, Times New Roman, serif;
	text-align: left;
}
.buttonalign {
	align: center;
}

.button {
	background-image: url(images/formbtn.jpg);
	background-repeat: repeat-x;
	border: 1px solid #7E5A59;
	color: #7E5A59;
	text-align: center;
}