@charset "utf-8";
/* CSS Document */

body {
	color:#FFFFFF;
	background-image:url(images/pattern_bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin:0 auto;
}

#header {
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:216px;
	text-align:center;
}

#contentWrapper {
	background-image:url(images/content_bg.png);
	background-position:center;
	height:582px;
}

	.ContentText {
		padding-top:98px;
		height:100px;
		width:860px;
		margin:0 auto;
		text-align:center;
	}
   #galleryAlbum {
		width:865px;
		margin:0 auto;
	}
	
#photoGallery {
	width:920px;
	height: 384px;
	margin: 0 auto;
}

#footer {
	background-image:url(images/footer_bg.png);
	background-position: center top;
	background-repeat:repeat-x;
	height:116px;
}

#galleryAlbum label{display:none;}
.ThumbImage{
	float:left;
	width: 165px;
	margin:4px;
	_margin:3px;
}
.paging{	
	top:-25px;
	$top:-23px;
	_top:-23px;
	position:relative;
	clear:both;	
}
#ruler_prev{
	display:block;
	position:absolute;
	top:0px;
	left:-18px;
	background:url('/skin/cxd/party/images/previous.gif') no-repeat;
	width:18px;
	height:18px;
	text-indent:-3000px;
}
#ruler_next{
	display:block;
	position:absolute;
	top:0px;
	right:-18px;
	background:url('/skin/cxd/party/images//next.gif') no-repeat;
	width:18px;
	height:18px;
	text-indent:-3000px;
}
#wrapperComments{	
	margin-top:0px;
	background:url('images/bottom_bgd.jpg') no-repeat center top;	
	float:left;
	width:100%;
}
#comments{
 	margin:0 auto;
 	$margin-top:50px;
	width: 868px;
	margin-bottom:50px;	
}
h3{color:#DA0606;}
.FormDiv{float:left;clear:both;}
.Error{
	color:#DA0606;
	margin-bottom:20px;
	float:left;
	width:868px;
	clear:both;
}
.TextFieldDiv,.TextAreaDiv,.ButtonDiv{
	float:left;
	width:878px;
	clear:both;
	margin-bottom:5px;
}
label {
	float:left;
	width:150px;
}
label .asterix{
	color:#DA0606;
	margin-left:5px;
}
input.TextField, textarea{
	float:left;
	width:715px;
	$width:710px;
	_width:710px;
	border:1px solid #FBE6A7;
	background:#000000;
	color:#FBE6A7;
}
input.Button{float:left;margin-left:150px;}
.CommentList {float:left;clear:both;width:868px;}
.CommentList .CommentName{margin-bottom:5px;}
.CommentList .CommentName span {font-style:italic;}
.CommentList .CommentText {text-align:justify;}
.CommentList .Comment {margin-top:15px;}
#Comments h2{float:left;}
#lbOverlay, #lbCenter{z-index:100;}