/* CSS Document */

#mypopup {
	width: 800px;
	display: //none;
	position: absolute;
	top: 243px;
	left: 1182px;
	zoom: 1;
	z-index:41;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #F69D2C;
	display: none;
}
#mypopup a.close_but {
	display: block;
	height: 25px;
	width: 25px;
	float: right;
	background-image: url(../_images/close_x.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mypopup a.close_but:hover {
	background-position: right top;
}

#mypopup h1 {
	font-size: 18px;
	color: #003B6A;
	margin-top: 30px;
}
#mypopup h2 {
	color: #F69D2C;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#mypopup p {
	line-height: 16px;
}
#mypopup a {
	color: #F69D2C;
	text-decoration: none;
}
#mypopup a:hover {
	color: #003B6A;
}

#mypopup a img {
	border: 0px;
}