@charset "utf-8";
/* CSS Document */
/*
	author: hong
	email: huanghong@hotmail.com
	homepage: design-hong.com	*/

/* CSS3 */
.info, .info h2, form.login, .data, .comment, .thanks, .intro, .rules, .prize, .reg, .view, .edit, .about, .welcome {
	-moz-border-radius: 5px 5px 10px 10px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 5px;
}
.reg p.icon img, .view p.icon img, .edit p.icon img, .comment p.icon img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.view blockquote p, .comment p.message {
	word-wrap: break-word;
}
.detail .comment form button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* tips */
#tipsBg {
	position: fixed !important;
	_position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	_top: expression(eval(document.compatMode &&  document.compatMode=='CSS1Compat') ?  documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
	left: 0;
	background-color: #000;
	opacity: 0.5;
	*filter: alpha(opacity=50);
}
#tips {
	position: fixed !important;
	_position: absolute;
	z-index: 2;
	width: 400px;
	top: 50%;
	_top: expression(eval(document.compatMode &&  document.compatMode=='CSS1Compat') ?  documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
	left: 50%;
	margin-top: -80px !important;
	margin-left: -220px !important;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	border: 1px solid #000;
	background-color: #fff;
}
#tips p {
	margin-bottom: 5px;
}
