body,h1,h2,h3,h4,h5
{
	font-family: "Microsoft YaHei";
}
body
{
	padding:0;
}
.left
{
	text-align: left;
	margin-bottom: 10px;
}
.center
{
	text-align: center;
}
.login-box
{
	padding: 30px;
	max-width: 400px;
	width: auto;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0px 0px 40px rgba(255,255,255,0.8);
	border-radius: 10px;
	z-index: 100;
}
.title
{
	margin-top: 40px;
	margin-bottom: 10px;
	z-index: 99;
}
.bg-pic
{
	z-index: -1;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
}
.help-block
{
	text-align: left;
	color: red;
}
.select-block
{
	width: 50%;
	height: 100%;
	position: fixed;
	opacity: 1;
	top: 0;
	z-index: -2;
	cursor: pointer;
}
.select-block:hover
{
	opacity: 0.8;
}
.select-block.contact
{
	background-image: url('contact-bg.png');
}
.select-block.memory
{
	left: 50%;
	background-image: url('memory-bg.jpg');
}
.select-block-img
{
	margin-top: 20em;
}
.contact-photo
{
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.table.contact-table
{
	text-align: left;
}
.contact-tableleft
{
	text-align: right;
	font-weight: bold;
}
.panel.panel-info
{
	max-width: 50em;
}
.table.contact-table td
{
	border: none;
}
.float-right
{
	float: right;
}
.container
{
	margin-top: 30px;
}
.contact-name
{
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-photo img
{
	border-radius: 10px;
}
.pager.clear-margin
{
	margin-top: 10px;
}
footer
{
	font-size: 12px;
	text-align: center;
	background-color: #EEE;
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	opacity: 0.5;
}
.comment-sender
{
	font-weight: bold;
}
#memories
{
	padding-top: 20px;
}
#memories>.panel
{
	min-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#memories img
{
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
	cursor: zoom-out;
	cursor: -webkit-zoom-out;
}
.margin
{
	margin-bottom: 10px;
	line-height: 1.5em;

}
input[type=date]
{
	max-width: 13em;
	display: inline;
}

#memories img.thumb
{
	width: 200px;
	cursor: zoom-in;
	cursor: -webkit-zoom-in;
}
#memories img.loading
{
	width: 200px;
	cursor: wait;
}
#loading_bigpic
{
	position: fixed;
	top:0;
	z-index: 100;
	width: 100%;
	text-align: center;
	background-color: rgba(33,33,33,0.2);
	font-size: 18px;
}
.time
{
	font-size: 12px;
	font-color: #CCC;
}