.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.bold_text {
	font-family: 新細明體;
	color: #4D4230; 
	font-weight: bold;
	font-size: 15px;
	}
.bold_text2 {
	font-family: 新細明體;
	color: #4D4230; 
	font-weight: bold;
	font-size: 12px;
	}
.text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #4D4230; 
	}
.tiny_text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #4D4230; 
	}
.page_text1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333;
	}
.page_text2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.img_border {
    border: 3px solid #FFFFFF;
}

/* form error */

form label.error, label.error {
    color: red;
}

input.error {
    border: 1px dotted red;
}
textarea.error {
    border: 1px dotted red;
}

input .error-message {
	color: #FF0000;
}

.message,.info,.success,.warning,.error {
	color: #59632f;
}
