@charset "utf-8";
* {	margin: 0;
	padding: 0;
	outline: 0
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: black;
	background: white;
}


/* modal buttons are coming here */
#modals {
	margin: 5px 0;
	padding: 0;
}
#modals ul {
	list-style: none outside;
}
#modals ul li {
	margin: 3px 0;
}
#modals ul li a {

	color:#666666;
	display:block;
	font-size:1em;
	/*padding:10px 5px;*/
	text-align:left;
	text-decoration:none;
	background-image:url("../images/bullet_off.gif");
	background-position:0 3px;
background-repeat:no-repeat;
font-weight:bold;
margin-bottom:5px;
padding-left:16px;
}
/* SEO content style */
#seo-content {
	clear: both;
}
.normal {
	display: block;
}
.modal-box {
	display: block;
	position: absolute;
	z-index: 5000;
	top:200px;
	left: 25%;
	right: 25%;
	border: 5px solid #91B62D;
	-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: block;
	position: relative;
	background: white;
	padding: 10px;
}

.modal ul li h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
}
.modal ul li p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 16px;
	text-align:left;
	padding: 2px;
}
a.close-modal {
	-webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px 0px;
	background-clip: border-box;
	background-color: #7A67A4;
	background-image: none;
	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;
}
a.close-modal:hover {
	background-image:none;
}
#seo-content ul {
	list-style: none outside;
}

