.popupStyle1 {
	background-image: #000000;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.699219) 0%, rgba(0,0,0,0.95) 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.699219) 0%, rgba(0,0,0,0.95) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.699219) 0%, rgba(0,0,0,0.95) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.699219) 0%, rgba(0,0,0,0.95) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,0.699219) 0%, rgba(0,0,0,0.95) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.699219)), color-stop(1, rgba(0,0,0,0.95)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
	color:#fff;
}
.popupStyleBorder1 {
	border:1px solid #000;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset, 0 -2px 0 rgba(0, 0, 0, 0.9) inset;
}
.popupStyleFooterBorder1 {
	border-top:1px solid #000;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}
.popupStyleFooterBorder1 a {
	color: #FFC1B8 !important;
}
.popupStyleFooterBorder1 a:hover {
	color: #FFF !important;
}
.popupStyle1 a {
	color:#D8F2FE;
}
.popupStyle1 a:hover {
	color:#fff;
}
.popupCloseStyle1 {
	background: rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.6) inset, 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border-radius: 2px;
	color:#FFF !important;
}
.popupCloseStyle1:hover {
	background: rgba(0, 0, 0, 0.5);
}
.registerButtonStyle1 {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
	color: #FFF !important;
	text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: #7fb439;
	background-image: -webkit-linear-gradient(top, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: -moz-linear-gradient(top, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: -o-linear-gradient(top, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: -ms-linear-gradient(top, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: linear-gradient(top, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(147,192,67)), color-stop(1, rgb(107,167,47)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93c043", endColorstr="#6ba72f", GradientType=0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset !important;
}
.registerButtonStyle1:hover {
	color: #FFF !important;
	background-image: #7fb439;
	background-image: -webkit-linear-gradient(bottom, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: -o-linear-gradient(bottom, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: linear-gradient(bottom, rgb(147,192,67) 0%, rgb(107,167,47) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(147,192,67)), color-stop(1, rgb(107,167,47)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ba72f", endColorstr="#93c043", GradientType=0);
}
.popupStyle2 {
	background-image: #f0f0f0;
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(224,224,224) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(224,224,224) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(224,224,224) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(224,224,224) 100%);
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(224,224,224) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(224,224,224)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e0e0e0", GradientType=1);
	color:#333;
}
.popupStyleBorder2 {
	border:1px solid #FFF;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.5);
}
.popupStyleFooterBorder2 {
	border-top:1px solid #FFF;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.popupStyleFooterBorder2 a {
	color: #CC0000 !important;
}
.popupStyleFooterBorder2 a:hover {
	color: #000 !important;
}
.popupCloseStyle2 {
	background: #C4C4C4;
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.7);
	border-radius: 2px;
	color:#333 !important;
}
.popupCloseStyle2:hover {
	background: #BABABA;
	color:#000 !important;
}
.registerButtonStyle2 {
	border:1px solid #47A8C2;
	background-image: #7dd1e6;
	background-image: -webkit-linear-gradient(top, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: -moz-linear-gradient(top, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: -o-linear-gradient(top, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: -ms-linear-gradient(top, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: linear-gradient(top, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(142,224,242)), color-stop(1, rgb(107,194,218)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ee0f2", endColorstr="#6bc2da", GradientType=0);
	border-radius: 3px;
	color:#000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 1), 0 1px 0 0 rgba(255, 255, 255, 0.25) inset;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.registerButtonStyle2:hover {
	background-image: #7dd1e6;
	background-image: -webkit-linear-gradient(bottom, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: -o-linear-gradient(bottom, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: linear-gradient(bottom, rgb(142,224,242) 0%, rgb(107,194,218) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(142,224,242)), color-stop(1, rgb(107,194,218)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6bc2da", endColorstr="#8ee0f2", GradientType=0);
	color:#000;
}
.popupStyle3 {
	background-image: #1aa344;
	background-image: -webkit-linear-gradient(top, rgba(33,179,78,0.85) 0%, rgba(19,146,58,0.95) 100%);
	background-image: -moz-linear-gradient(top, rgba(33,179,78,0.85) 0%, rgba(19,146,58,0.95) 100%);
	background-image: -o-linear-gradient(top, rgba(33,179,78,0.85) 0%, rgba(19,146,58,0.95) 100%);
	background-image: -ms-linear-gradient(top, rgba(33,179,78,0.85) 0%, rgba(19,146,58,0.95) 100%);
	background-image: linear-gradient(top, rgba(33,179,78,0.85) 0%, rgba(19,146,58,0.95) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(33,179,78,0.85)), color-stop(1, rgba(19,146,58,0.95)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#21b34e", endColorstr="#13923a", GradientType=0);
	color:#FFF;
}
.popupStyleFooterBorder3 a {
	color: #FFF !important;
}
.popupStyleFooterBorder3 a:hover {
	color: #D5FFDE !important;
}
.popupStyleBorder3 {
	border:1px solid #1A853B;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
}
.popupStyleFooterBorder3 {
	border-top:1px solid #1A853B;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	color:#D5FFDE;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.registerButtonStyle3 {
	border:1px solid #FFF;
	background-image: #f5f5f5;
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebebeb", GradientType=0);
	border-radius: 3px;
	color:#000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.registerButtonStyle3:hover {
	background-image: #f5f5f5;
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#ffffff", GradientType=0);
	color:#000;
}
.popupCloseStyle3 {
	background: rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	color:#FFF !important;
}
.popupCloseStyle3:hover {
	background: rgba(0, 0, 0, 0.5);
}
.popupStyle1 h3, .popupStyle3 h3, .popupStyle4 h3, .popupStyle5 h3 {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.popupStyle2 h3 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.popupStyle4 {
	background-image: #be3815;
	background-image: -webkit-linear-gradient(top, rgba(212,68,31,0.85) 0%, rgba(168,43,11,0.95) 100%);
	background-image: -moz-linear-gradient(top, rgba(212,68,31,0.85) 0%, rgba(168,43,11,0.95) 100%);
	background-image: -o-linear-gradient(top, rgba(212,68,31,0.85) 0%, rgba(168,43,11,0.95) 100%);
	background-image: -ms-linear-gradient(top, rgba(212,68,31,0.85) 0%, rgba(168,43,11,0.95) 100%);
	background-image: linear-gradient(top, rgba(212,68,31,0.85) 0%, rgba(168,43,11,0.95) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(212,68,31,0.85)), color-stop(1, rgba(168,43,11,0.95)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4441f", endColorstr="#a82b0b", GradientType=1);
	color:#FFF;
}
.popupStyleBorder4 {
	border:1px solid rgb(168,43,11);
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
}
.popupStyleFooterBorder4 {
	border-top:1px solid rgb(168,43,11);
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	color: #FFE2D5 !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.popupStyleFooterBorder4 a {
	color: #FFF !important;
}
.popupStyleFooterBorder4 a:hover {
	color: #FFE2D5 !important;
}
.registerButtonStyle4 {
	border:1px solid #FFF;
	background-image: #f5f5f5;
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebebeb", GradientType=0);
	border-radius: 3px;
	color:#000;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.registerButtonStyle4:hover {
	background-image: #f5f5f5;
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#ffffff", GradientType=0);
}
.popupCloseStyle4 {
	background: rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	color:#FFF !important;
}
.popupCloseStyle4:hover {
	background: rgba(0, 0, 0, 0.5);
}
.popupStyle5 {
	background-image: #3d8dc4;
	background-image: -webkit-linear-gradient(top, rgba(68,156,217,0.9) 0%, rgba(54,125,174,0.949219) 100%);
	background-image: -moz-linear-gradient(top, rgba(68,156,217,0.9) 0%, rgba(54,125,174,0.949219) 100%);
	background-image: -o-linear-gradient(top, rgba(68,156,217,0.9) 0%, rgba(54,125,174,0.949219) 100%);
	background-image: -ms-linear-gradient(top, rgba(68,156,217,0.9) 0%, rgba(54,125,174,0.949219) 100%);
	background-image: linear-gradient(top, rgba(68,156,217,0.9) 0%, rgba(54,125,174,0.949219) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(68,156,217,0.9)), color-stop(1, rgba(54,125,174,0.949219)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#449cd9", endColorstr="#367dae", GradientType=0);
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset, 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
	color:#FFF;
}
.popupStyleBorder5 {
	border:1px solid #306F9B;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset, 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
}
.popupStyleFooterBorder5 {
	border-top:1px solid #306F9B;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	color: #E6F2FF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.popupStyleFooterBorder5 a {
	color: #FFF !important;
}
.popupStyleFooterBorder5 a:hover {
	color: #D5E9FF !important;
}
.popupCloseStyle5 {
	background: rgba(0, 0, 0, 0.3);
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	color:#FFF !important;
}
.popupCloseStyle5:hover {
	background: rgba(0, 0, 0, 0.5);
}
.registerButtonStyle5 {
	border:1px solid #FFF;
	background-image: #f5f5f5;
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebebeb", GradientType=0);
	border-radius: 3px;
	color:#000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.registerButtonStyle5:hover {
	background-image: #f5f5f5;
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#ffffff", GradientType=0);
	color:#000;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.popupStyle6 {
	background-image: #ffc105;
	background-image: -webkit-linear-gradient(top, rgb(254,204,9) 0%, rgb(255,182,0) 100%);
	background-image: -moz-linear-gradient(top, rgb(254,204,9) 0%, rgb(255,182,0) 100%);
	background-image: -o-linear-gradient(top, rgb(254,204,9) 0%, rgb(255,182,0) 100%);
	background-image: -ms-linear-gradient(top, rgb(254,204,9) 0%, rgb(255,182,0) 100%);
	background-image: linear-gradient(top, rgb(254,204,9) 0%, rgb(255,182,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(254,204,9)), color-stop(1, rgb(255,182,0)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fecc09", endColorstr="#ffb600", GradientType=0);
	border-color:#FFB600;
	color:#333;
}
.popupStyleBorder6 {
	border:1px solid #FFB600;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset, 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}
.popupStyleFooterBorder6 {
	border-top:1px solid #BD990E;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
	text-shadow: 0 1px 0 #FEEA9B;
}
.popupCloseStyle6 {
	background: rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	color:#000 !important;
}
.popupCloseStyle6:hover {
	background: rgba(0, 0, 0, 0.3);
}
.registerButtonStyle6 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #FFF;
	background-image: #f5f5f5;
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ebebeb", GradientType=0);
	color:#000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.registerButtonStyle6:hover {
	background-image: #f5f5f5;
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb", endColorstr="#ffffff", GradientType=0);
	color:#000;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
#popup {
	position:fixed;
	padding:1px;
	font-size: 0.85em;
	z-index: 100;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#popupClose {
	padding: 1px 0 0 5px !important;
	position:absolute;
	right:10px;
	top:8px;
	height:15px;
	width:11px;
}
#popupContent {
	padding:7px 10px;
}
#popupContent a {
	text-decoration:none !important;
}
#popup h3 {
	font-size: 1.45em;
	font-weight: bold;
	margin-bottom: 6px;
}
#popup p {
	text-align: left;
}
#registerButton {
	padding: 6px 10px;
	text-decoration:none;
	text-align:center;
	margin-top:8px;
	margin-bottom:2px;
	cursor: pointer;
	display:block;
	font-size:1.3em;
}
.footerBar {
	bottom:0;
	left:0;
	width:100%;
	border-radius:0 !important;
	text-align:center;
	padding:7px 5px !important;
	font-size:1.0em !important;
}