*{
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	/*why is this happening*/
	/*font-family:"MS Gothic", serif;*/
	-webkit-text-size-adjust: 100%;
}

*,
button:disabled,
button:disabled *{
	cursor:url("../images/assets/wariopill.gif"), auto;
}

a,
button,
button *,
input{
	cursor:url("../images/assets/wariopillblue.gif"), auto;
}

a{
	color:#33f;
}

a:visited{
	color:#636;
}

a:hover{
	color:#f33;
}

p{
	margin:0px;
}

#alert{
	display:inline-block;
	
	background-image:url("/images/assets/hongmeilingsmall.gif");
	background-position: 4px 0px;
	background-repeat: no-repeat;
	margin:0px;
	min-height:64px;
	
	box-sizing: border-box;
	padding: 0px 4px;
	position: fixed;
	z-index:1000000;
	width: calc(100% - var(--pageCrop));
}

#alert.inplace{
	position: relative;
	width: initial;
	z-index: inherit;
}
audio.hide{
	position: fixed;
	bottom: 0;
	width: calc(100% - var(--pageCrop));
	z-index:1000000;
}

ul#alert{
	padding:0px;
}

#alert p, #alert li{
	font-family:sans-serif;
	display:table;
	margin:0px 0px 2px 74px;
	
	padding:5px 10px;
	
	nfont-weight: bold;
	color:#fff;
	border-radius: 2px 12px 12px 1px;
	background-color:#6e6;
}

#alert p:first-of-type, #alert li:first-of-type{
	border-radius: 10px 12px 12px 2px;
}

#alert p:last-of-type, #alert li:last-of-type{
	border-radius: 2px 12px 12px 10px;
}

#captcha{
	font-family:serif;
	display:inline-block;
	/*width:calc(100% - 4px);*/
	margin:2px;
	background-image:url("/images/assets/background/marble.gif");
	animation: bgScrollDiagonalLeft 2s infinite alternate;
	animation-timing-funstion:easeInOutQuad;
	background-color:#633;
	background-blend-mode:color-burn;
	npadding: 4px;
	border:2px outset;
	box-sizing:border-box;
	max-height:calc(128px + 12px);
	overflow:hidden;
}

#captchaContent{
	nmargin-left:2px;
	npadding:4px;
	overflow:hidden;
	max-height:100%;
}

#captchaContent h1{
	position:relative;
	text-align:center;
	font-style:italic;
	transform: scaleX(1.0) scaleY(1.5);
	font-variant:small-caps;
	background: linear-gradient(90deg, #99f, #eee, #99f, #99f, #eee, #99f);
	-webkit-background-clip: text;
	animation:bgScrollDiagonalLeft 2s infinite alternate;
	animation-timing-funstion:easeInOutQuad;
	color:transparent;
	margin:8px;
	margin-top:16px;
	max-height:50%;
	line-height:0.9;
	
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
}

#captcha #question{
	nposition:absolute;
	nbottom:0px;
	height:50%;
}

#captchaContent p{
	background-color:black;
	font-size:16px;
	color:white;
	padding:0px;
	margin:0px;
	padding-left:10%;
	margin-bottom:4px;
	font-style:italic;
}

#captchaContent p, #captchaContent select{
	width:calc(100%);
	nmargin-left:4px;
	
}

#captchaContent select{
	display: inline-block;
	width: 160px;
	position: relative;
	left: 120px;
	font-size: 20px;
	bottom: 6px;
}

#captchaContent select, #captcha optgroup, #captcha option{
	font-size:16px;
	font-family:monospace;
	text-align:center;
}

#captcha img{
	float:left;
	width:128px;
	height:128px;
	margin:4px;
	margin-right:0px;
}

@media screen and (max-width: 600px) {
	
input{
	font-size:16px;
}

