.text {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 15px;
	text-align: left;
}
.wishtype {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #006699;
	padding: 5px 10px;
	text-align: left;
}
.wishtype a {
	color: #FFFFFF;
	text-decoration: none;
}
.wishtype a:hover {
	background: #0099CC;
	color: #FFFFFF;
}
.wishprice {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: center;
	background: #F2F2EE;
	border-top: none;
	border-right: none;
	border-left: none;
}
.wishdate {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #006699;
	text-align: center;
}
.wishdesc {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 15px 10px;
}
.tablecont {
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.formlabel {
	font: 9pt Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 15px;
	text-align: left;
}
#wishhead {
	background: url(../images/content/bg_wish.gif) no-repeat;
	height: 100px;
	width: 760px;
	clear: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px 0px 10px;
}
#wishintro {
	float: left;
	width: 500px;
	text-align: justify;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#wishintro a {
	color: #006699;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #006699;
	padding-right: 2px;
	padding-left: 2px;
}
#wishintro a:hover {
	color: #003366;
	background: #F2F2EE;
}
.wishentry {
	width: 700px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/content/bg_wishentry2.gif) no-repeat;
}

