body {
	background-color: #EEEEEE;
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
.main {
	width: 500px;
	margin-top: 15px;
	background-image: url('images/back.png');
	background-repeat: no-repeat;
	height: 318px;
}
.content {
	padding: 15px 10px 10px 10px;
}
.title {
	text-align: right;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	padding-right: 7px;
}
.box {
	background-image: url('images/box.png');
	background-repeat: no-repeat;
	width: 140px;
	height: 146px;
	float: left;
}
.inw {
	text-align: right;
	color: #666666;
}
a:link {
	font-family: tahoma;
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #808080;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
}
a:visited:hover {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #808080;
}
form {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
}
.input {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	height: 18px;
	color: #666666;
}
img {
	border-style: none;
	border-width: 0px;
}
.s {
	padding: 8px;
}