@charset "utf-8";
/*#specials {
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	width: 705px;
	position: relative;
}*/
#specials {
    left:50%;
    margin-left:-352px;
    margin-top: 80px;
    width: 705px;
    position: relative;
}
#spec-contents {
	background-color: #FFF;
	height: 448px;
	border: 1px solid #000066;
	overflow-y: scroll;
	padding: 10px;
}

#spec-contents p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	margin-left: 176px;
}
#options a {
	color: #000066;
	display: block;
}
#options .email {
	margin-top: 25px;
	margin-right: 20px;
	text-decoration: underline;
	display: block;
	cursor: pointer;
}
#options .print {
	margin-top: 25px;
	margin-right: 27px;
}
#options .close {
	margin-top: 17px;
	cursor: pointer;
}
#sign-up {
	position: absolute;
	left: 398px;
	top: 72px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sign-up .bgd {
	background-color: #ffe8a7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
}
#sign-up #enter-email {
	height: 25px;
	width: 292px;
	color: #666;
	margin-bottom: 10px;
	padding-left: 3px;
}
#sign-up .head {
	display: block;
	margin-bottom: 9px;
	margin-top: 7px;
}
#sign-up .horz-rule {
	margin-top: 14px;
}
#facebook .move {
	margin-left: 7px;
	font-size: 14px;
}
#facebook {
	margin-left: auto;
	margin-top: 16px;
	margin-bottom: 11px;
	margin-right: auto;
}
#sign-up .close {
	position: absolute;
	left: 316px;
	top: -3px;
	cursor: pointer;
}

