/*remove colorbox close button*/
#cboxClose{display:none !important;;}

.PopupButtons a {	
	color: #FFFFFF !important;	
	text-decoration: none !important;
}

.PopupButtons a:hover {	
	text-decoration: none !important;
}

.PopupButtons a:visited {	
	color: #FFFFFF !important;
}

.cboxIE {
	height: 300px !important;;
	width: 500px !important;;
}

#ArchiveMessage {
	border: 1px solid black !important;
	border-left: 0 !important;
	border-right: 0 !important;
	margin-bottom: 2em !important;
	background-color: #eee !important;
	padding-bottom: 1em !important;
	text-align: left !important;
	display: none !important;
}

#ArchiveMessage p, #ArchiveMessage h1 {
	width: 560px !important;
	text-align: left !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

#ArchiveMessage h1 {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif !important;
	font-size: 2.5em !important;
	margin-bottom: 0.15em !important;
	margin-top: 0.5em !important;
	padding-bottom: 0 !important;
	color: #D60F0F !important;
}

#BetaMessage, #BetaMessage p {
	color: White !important;;
}

#BetaPopup {
	padding: 20px 10px 10px 10px !important;
	*padding: 20px 30px 10px 10px !important;
}

#BetaPopup h2 {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif !important;
	color: #c78e00 !important;
}

.PopupButtons {
	margin-top: 25px !important;
}

/*buttons*/
.BetaYes {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5ab300), color-stop(1, #458900) ) !important;
	background:-moz-linear-gradient( center top, #5ab300 5%, #458900 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab300', endColorstr='#458900') !important;
	background-color:#5ab300 !important;
	-moz-border-radius:6px !important;
	-webkit-border-radius:6px !important;
	border-radius:6px !important;
	display:inline-block !important;
	color:#ffffff !important;
	font-family:Georgia !important;
	font-size:13px !important;
	font-weight:bold !important;
	padding:7px 22px !important;
	text-decoration:none !important;
	margin-right: 6px !important;
}

.BetaYes:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #458900), color-stop(1, #5ab300) ) !important;
	background:-moz-linear-gradient( center top, #458900 5%, #5ab300 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#458900', endColorstr='#5ab300') !important;
	background-color:#458900 !important;
}

.BetaYes:active {
	position:relative !important;
	top:1px !important;
}

.BetaNo {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d00000), color-stop(1, #970000) ) !important;
	background:-moz-linear-gradient( center top, #d00000 5%, #970000 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d00000', endColorstr='#970000') !important;
	background-color:#d00000 !important;
	-moz-border-radius:6px !important;
	-webkit-border-radius:6px !important;
	border-radius:6px !important;
	border:1px solid #d83526 !important;
	display:inline-block !important;
	color:#ffffff !important;
	font-family:Georgia !important;
	font-size:13px !important;
	font-weight:bold !important;
	padding:6px 13px !important;
	text-decoration:none !important;
	margin-left: 6px !important;
}

.BetaNo:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #970000), color-stop(1, #d00000) ) !important;
	background:-moz-linear-gradient( center top, #970000 5%, #d00000 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#970000', endColorstr='#d00000') !important;
	background-color:#970000 !important;
}

.BetaNo:active {
	position:relative !important;
	top:1px !important;
}

.closeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93 !important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93 !important;
	box-shadow:inset 0px 1px 0px 0px #f29c93 !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d00000), color-stop(1, #970000) ) !important;
	background:-moz-linear-gradient( center top, #d00000 5%, #970000 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d00000', endColorstr='#970000') !important;
	background-color:#d00000 !important;
	-moz-border-radius:6px !important;
	-webkit-border-radius:6px !important;
	border-radius:6px !important;
	display:inline-block !important;
	color:#ffffff !important;
	font-family:arial !important;
	font-size:15px !important;
	font-weight:bold !important;
	padding:1px 6px !important;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #b23e35 !important;
	position: absolute !important;
	/*position: fixed !important;*/
	left: 95% !important;
	bottom: 85% !important;
	*left: 90% !important;
	*bottom: 81% !important;
	
}

.closeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) ) !important;
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00') !important;
	background-color:#ce0100 !important;
	text-decoration: none !important;
}

.closeButton:active {
	position: absolute !important;
	
	left: 95% !important;
	bottom: 85% !important;
	*left: 90% !important;
	*bottom: 81% !important;
}

.BetaMessageYes {
	margin: 0px 0px 0px 10px !important;;
	-moz-box-shadow:inset 0px 1px 0px 0px #f0c38b !important;;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f0c38b !important;;
	box-shadow:inset 0px 1px 0px 0px #f0c38b !important;;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e7a900), color-stop(1, #c58a00) ) !important;;
	background:-moz-linear-gradient( center top, #e7a900 5%, #c58a00 100% ) !important;;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7a900', endColorstr='#c58a00') !important;;
	background-color:#e7a900 !important;;
	-moz-border-radius:6px !important;;
	-webkit-border-radius:6px !important;;
	border-radius:6px !important;;
	display:inline-block !important;;
	color:#ffffff !important;;
	font-family:arial !important;;
	font-size:12px !important;;
	font-weight:bold !important;;
	text-decoration:none !important;;
}

.BetaMessageYes, .BetaMessageYes:active, .BetaMessageYes:hover {
	padding:4px 20px !important;;
}

.BetaMessageYes:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c58a00), color-stop(1, #e7a900) ) !important;;
	background:-moz-linear-gradient( center top, #c58a00 5%, #e7a900 100% ) !important;;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c58a00', endColorstr='#e7a900') !important;;
	background-color:#c58a00 !important;;
	text-decoration: none !important;;
}

.BetaMessageYes:active {
	position:relative !important;;
	top:1px !important;;
}

.closeButton:visited {
	color:#ffffff !important;
}

.BetaYes:visited {
	color:#ffffff !important;
}

.BetaNo:visited {
	color:#ffffff !important;
}

.BetaMessageYes:visited {
	color:#ffffff !important;;
}