.title {
	font-family:Arial;
	font-size: 13px;
	line-height: 35px;
	color: #FFFFFF;
	background-image: url(common/title.png);
	background-repeat: repeat-y;
	width: 95%;
	text-indent: 15px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
	border-bottom-color: #D0F49F;
}
.content {
	font-family:Arial;
	font-size: 12px;
	border: none;
	margin-left: 10px;
	color: #666;
}
.album {
	font-family:Arial;
	font-size: 12px;
	color: #009900;
	background-color: #FAFFE6;
	padding: 5px;
	border: 1px solid #CCFF00;
}
.album-over {
	font-family:Arial;
	font-size: 12px;
	color: #009900;
	background-color: #F4FFCA;
	padding: 5px;
	border: 1px solid #CCFF00;
}
body {
	font-family:Arial;
	font-size: 12px;
	color: #666;
}
div {
	font-family:Arial;
	font-size: 12px;
	color: #666;
}
a {
	font-family:Arial;
	font-size: 12px;
	color: #666;
}
td {
	font-family:Arial;
	font-size: 12px;
	color: #666;
}
input {
	font-family:Arial;
	font-size: 12px;
}
input.button {
	font-family:Arial;
	font-size: 12px;
	background-image: url(../img/common/button_bg.jpg);
	color: #336633;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 25px;
	padding-right: 2.5px;
	padding-left: 2.5px;
	cursor: pointer;
	margin-right: 2px;
	float:none;
}
samp {
	font-family:Arial;
}