﻿/* 系統訊息 */
.MessageLabel
{
    color: #FF0000;
}

/* FormView標題欄 */
.FieldTitle
{
    width: 100px;
    text-align: right;
}

/* 「即時動態」標題欄 */
.PgBox_WebAction_Header {
	background-image: url(images/Prompt_header.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 200px;
	background-position: bottom;
	text-align: right;
	vertical-align: bottom;
}

/* 物件明細頁標題 */
.ObjDtl_Name2 {
	font-size: 14pt;
	font-weight: bold;
	color: #006514;
	background-image: url(images/ObjDtl_NamePic2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 66px;
	height: 60px;
}
