@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	margin:0;
	text-align:center;
}
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7f7f7f;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	text-decoration:none;
	outline:none;
}
a:hover {
	color: #ffdf00;
	/*color:#48ae51;*/
	/*text-decoration: underline;*/
}

.clear{
	clear:both;
}
img{
	border:none;
}

#newscontainer{
	width: 286px;
	height: 255px;
	background: url(../images/lightboxbg2.png) no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header2{
	width: 270px;
	height: 42px;
	background: url(../images/updatesheader.png)no-repeat;
	margin: 8px 8px 0 8px;
	padding: 0;
	float: left;
}
#header2 ul{
	margin: 17px 0 0 243px;
	padding: 0;
}
.close{
	width: 8px;
	height: 8px;
	background: url(../images/close_glo.png) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	text-align: right;
}
#text{
	background: url(../images/textnewsbg.png) no-repeat;
	width: 230px;
	height: 176px;
	margin: 2px 8px 0 8px;
	padding: 20px 20px 0 20px;
	text-align: left;
	float: left;
}
#text p{
	line-height: 1.5em;
	color: #7b7b7b;
	font-size: 1.1em;
}
#email {
	background: url(../images/newsletterbox.png) no-repeat 0 0;
	width: 144px;
	height: 21px;
	margin: 15px 0 0 0px;
	padding: 4px 8px 0 8px;
	border: none;
	font-size: 10px;
	color: #898989;
}
#last_name {
	background: url(../images/newsletterbox.png) no-repeat 0 0;
	width: 144px;
	height: 21px;
	margin: 15px 0 0 0px;
	padding: 4px 8px 0 8px;
	border: none;
	font-size: 10px;
	color: #898989;
}
#first_name {
	background: url(../images/newsletterbox.png) no-repeat 0 0;
	width: 144px;
	height: 21px;
	margin: 15px 0 0 0px;
	padding: 4px 8px 0 8px;
	border: none;
	font-size: 10px;
	color: #898989;
}
#join {
	background: url(../images/join.png) no-repeat 0 0;
	border: none;
	text-decoration: none;
	width: 61px;
	height: 22px;
	outline: none;
	cursor: pointer;
	margin: -25px 0 0 174px;
	float: left;
}
#join:hover{
	background: url(../images/join.png) no-repeat 0 -22px;
	border: none;
	text-decoration: none;
	width: 61px;
	height: 22px;
	outline: none;
	margin: -25px 0 0 174px;
	float: left;
}
#close2 {
	background: url(../images/join.png) no-repeat 0 0;
	border: none;
	text-decoration: none;
	width: 61px;
	height: 22px;
	outline: none;
	cursor: pointer;
	margin: -25px 0 0 174px;
	float: left;
}
#close2:hover{
	background: url(../images/join.png) no-repeat 0 -22px;
	border: none;
	text-decoration: none;
	width: 61px;
	height: 22px;
	outline: none;
	margin: -25px 0 0 174px;
	float: left;
}
.cmxform fieldset{
	border: none;
	padding: 0;
	margin: 20px 0 0 0;

}
#thank{
	background: url(../images/thankyou.png) no-repeat;
	width: 230px;
	height: 176px;
	margin: 2px 8px 0 8px;
	padding: 20px 20px 0 20px;
	text-align: left;
	float: left;
}
