html, body {
	_height: 100%;
}
#facybox {
	position: absolute;
	top: 0;
	left: 0;
	/*margin: -20px 0 0 -20px;*/
	z-index: 100;
	text-align: left;
	/*padding: 18px;*/
	min-width: 40px;
	min-height: 40px;
	border: 3px solid #6F6F6F;
}
#facybox a {
	color: #00A9FF;
	text-decoration: underline;
}
#facybox .w,  #facybox .e, #facybox  .nw,
#facybox .ne, #facybox .sw, #facybox .se {
	min-height: 18px;
	min-width: 13px;
	display: none;
}
#facybox .n, #facybox .s {
	background-repeat: repeat-x;
	height: 18px;
}
#facybox .w, #facybox .e {
	background-repeat: repeat-y;
}
#facybox .nw, #facybox .ne, #facybox .sw, #facybox .se,
#facybox a.next, #facybox a.prev,
#facybox .closek #facybox .loading {
	background-repeat: no-repeat;
}
#facybox a.next {
	background-position: 9999px 50%;
}
#facybox a.prev {
	background-position: -9999px 50%;
}
#facybox a.prev:hover{
	background-position: 0 50%;
}
#facybox a.next:hover{
	background-position: 100% 50%;
}
#facybox .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
	height: 16px;
	background: url(../images/close.gif) no-repeat;
}
#facybox .prev,
#facybox .next{
	display: block;
	position: absolute;
	cursor: pointer;
}
#facybox .navigation .counter{
	background: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -33px;
	left: -10px;
	padding: 2px 0;
	font-size: 11px;
}
#facybox .loading {
	margin: 0 auto;
	width: 22px;
	height: 22px;
	text-align: center;
}
#facybox .popup {
	position: relative;
	background: #fff;
}
#facybox table {
	border-collapse: collapse;
}
/*#facybox td {
	border-bottom: 0;
	padding: 0;
}*/
#facybox .body {
	/*padding: 10px;*/
	background: #fff;
	width: auto;
	padding: 3px 3px 16px;
}
#facybox .loading {
	text-align: center;
}
#facybox .image {
	text-align: center;
	line-height: 0;
}
#facybox img {
	border: 0;
	margin: 0;
}
#facybox .footer {
	position: absolute;
	top: 28px;
	left: 23px;
	padding: 0;
	width: 90%;
}
#facybox .footer img {
	vertical-align: middle;
}
#facybox .tl, #facybox .tr, #facybox .bl, #facybox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}
#facybox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.facybox_hide {
	z-index: -100;
}
.facybox_overlayBG {
	background-color: #000;
	z-index: 99;
}
* html #facybox_overlay {
	position: absolute; /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/*.lightbox {
	border: 3px solid #6F6F6F;
	background: #fff;
	padding: 3px;
}*/
.lbtitle {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding-left: 24px;
}
.lbtitle .red {
	font-size: 12px;
	font-weight: normal;
}
.lbcomment {
	padding: 0 18px 18px 13px;
	clear: both;
	zoom: 1;
}
.lbcomment textarea {
	height: 100px;
	width: 575px;
}
.input1 {
	border: 1px solid #E0E0E0;
}
.lblogin {
	margin-bottom: 25px;
	padding: 0 25px 0 20px;
}
.anonymous {
	float: right;
}
.lbtitle2 {
	line-height: 36px;
	padding-left: 23px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 14px;
	margin: 0 3px;
}
.lbaward {
	width: 380px;
	margin-left: 15px;
	border-collapse: collapse;
}
.lbaward td {
	padding: 28px 0 45px;
}
.awicon {
	width: 75px;
	text-align: center;
}
.passtitle {
	line-height: 32px;
	border-bottom: 1px dotted #000;
	padding-left: 15px;
	font-size: 12px;
	margin: 0 8px 13px;
}
.passstrong {
	color: red;;
	margin-right: 40px;
}
.passlogin {
	width: 313px;
	line-height: 35px;
	margin: 0 8px 5px;
}
.passlogin th {
	text-align: right;
	font-weight: normal;
	padding-right: 12px;
	width: 70px;
}
.passlink, .passlink2 {
	text-align: center;
}
#facybox .passlink a {
	color: #000;
	text-decoration: none;
	margin: 0 8px;
}
.passlink2 a {
	margin: 0 8px;
}
.passuser {
	width: 313px;
	margin: 0 8px 25px;
	line-height: 30px;
}
.passface {
	width: 130px;
	text-align: center;
}
.passusername {
	margin-right: 30px;
}
