/* CSS Document */
#thumbContainer{
	top:100px;
	left:200px;
}
#thumbContainer img{
	border:none;
}
.blogPager{
	color:#69807B;
	font-size:11px;
	padding:10px 10px 10px 0;
	text-align:right;
}
.blogPager a{
	color:#7CDED5;
	text-decoration:none;
}
.blogmsg{
	height:15px;
	display:block;
	overflow:hidden;
	color:#95AFBE;
	font-size:11px;
	cursor:pointer;
	padding:5px 0 5px 5px;
	margin:0 0 2px 5px;
	background:#000000;
	line-height:20px;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}
.blog img{
	cursor:pointer;
}
.blogmsg i{
	padding-right:20px;
}
#thumbContainer .blogmsg img{
	float:none;
}
.guestbook td{
	vertical-align:top;
}
.guestbook label{
	color:#95AFBE;
	font-weight:normal;
}
.guestbook input.name{
	width:200px;
}
.guestbook textarea{
	width:280px;
}
#formtext p{
	padding:0;
	font-size:10px;
	color:#95AFBE;
}
#validName, #validText, #validAntiSpam{
	color:#ED1C24;
	width:300px;
}
#msgBox{
	position:absolute;
	width:305px;
	top:95px;
	left:50%;
	margin:0 auto 0 -152px;
	z-index:56;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	display:none;
}
.msgBoxTop{
	width:305px;
	height:31px;
	background:url(../graphics/msgBoxTop.png) 0 0 no-repeat;
	behavior:url(Scripts/iepngfix.htc);
	overflow:hidden;
}
.msgBoxMiddle{
	width:235px;
	background-image:url(../graphics/msgBoxMiddle.png);
	background-position:0 0;
	background-repeat:repeat;
	behavior:url(Scripts/iepngfix.htc);
	padding:3px 40px 3px 30px;
	overflow:hidden;
}
.msgBoxBottom{
	width:305px;
	height:40px;
	background:url(../graphics/msgBoxBottom.png) 0 0 no-repeat;
	behavior:url(Scripts/iepngfix.htc);
	overflow:hidden;
}
.msgBoxMiddle p{
	padding:12px 0 0 0;
	margin:0;
	color:#95AFBE;
	font-size:10px;
	text-align:left;
}
.msgBoxMiddle p.header{
	padding:0 0 12px 0;
	border-bottom:solid 1px #325246;
	color:#597D75;
}
.msgBoxMiddle p.header span{
	font-style:italic;
}
.msgBoxMiddleCont{
	overflow:hidden;
}
#blogOverlay{
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	opacity:0.01;
	filter:alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
	background:#000000;
	z-index:55;
	display:none;
}
.author{
	font-size:10px;
	padding:8px 10px;
	background:#525E3C;
	color:#000000;
	margin-top:10px;
}
input.inputbutton{
	cursor:pointer;
	padding:none;
	border:none;
	background:none;
}
