body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;

}

/* BUTTON SIZE */

.module {
	width: 200px;
	padding: 5px 0px;
}

/* BUTTON STYLE */
#modals {

}
#modals ul {
	list-style: none outside;
}
#modals ul li {
	margin: 3px 0;
}
#modals ul li a {
	border:1px solid #97AF93;
	color:black;
	display:block;
	font-size:1em;
	font-weight:bold;
	padding:10px 5px;
	text-align:center;
	text-decoration:none;
	background-color:#E5EBE4;
}

/* SEO POP UP STYLE */
#seo-content {
	clear: both;
}
.normal {
	display: block;
}
.modal-box {
	display: block;
	position: absolute;
	z-index: 5000;
	top:454px;
	left: 25%;
	right: 25%;
	border: 5px solid #97AF93;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
	background: white;
	padding: 10px;
}
.plain-box {
	display: none;
	position: relative;
	background: white;
	padding: 10px;
}
.modal ul li h2, h1{
    font-family: "Trebuchet MS", Arial, Helvetica,sans-serif;
    font-weight: normal;
    color: #6D9275;

}
.modal ul li p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 16px;
	text-align:justify;
	padding: 2px;
}
a.close-modal {
	-webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px 0px;
	background-clip: border-box;
	background-color: #111;
	background-image: url(http://www.zurb.com/images/gradients/36px-blended.png);
	background-origin: padding-box;
	border-radius: 18px;
	-moz-border-radius: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.347656);
	border-left: 1px solid rgba(0, 0, 0, 0.246094);
	border-right: 1px solid rgba(0, 0, 0, 0.246094);
	border-top: 1px solid rgba(0, 0, 0, 0.246094);
	color: white;
	cursor: pointer;
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	margin-top: 10px;
	padding-bottom: 8px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 8px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 1px;
	width: 150px;
}
#seo-content ul {
	list-style: none outside;
}

