/*post*/

.button {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 12px;
	display: inline;
	height: 23px;
	margin-bottom: 20px;
}

#post {
	font-family: "新細明體", Arial;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	display: block;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#post a {
	color: #D1BF78;
	text-decoration: underline;
}
#post a:hover {
	text-decoration: none;
}


#post form {
	width: 650px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#post p {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 3px;
}
.style {
	color: #CC9900;
	font-weight: bolder;
	font-size: 14px;
}
#post input {
	font-family: "新細明體", Arial;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-bottom: -4px;
	vertical-align: top;
}
.style2 {
	color: #D1BF78;
}

#post label {
	float: left;
	width: 80px;
	padding-top: 2px;
}
#post textarea {
	font-size: 12px;
	color: #000000;
	padding: 0px;
}
#post h2 {
	font-size: 18px;
	color: #AF8852;
	padding-left: 20px;
}
.style3 {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
}
#post select {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/*preview*/

#preview {
	display: block;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pre_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #333333;
	margin-bottom: 15px;
}
#preview h1 {
	font-family: "新細明體", Arial;
	font-size: 17px;
	color: #C0A876;
	margin-left: 30px;
	margin-top: 20px;
}
#preview h2 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
	padding-left: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
	font-size: 15px;
	letter-spacing: 3px;
	margin-top: 20px;
}

#preview p {
	font-size: 12px;
	line-height: 18px;
	color: #B6B6B6;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
.style1 {
	color: #987C61;
}

