/* CSS Document */

.Show_ErrorResult,.Show_Result,.Show_LoadingResult,.Show_RightResult{
  font-family: Arial, "新細明體";
	font-size: 12px;
	color:#D01F3C;
  float: left;
	width: 200px;
	padding: 4px 5px 2px 20px;

}

.Show_ErrorResult:hover,.Show_Result:hover,.Show_LoadingResult:hover,.Show_RightResult:hover{
  font-family: Arial, "新細明體";
	font-size: 12px;
	color:#009966;
	letter-spacing: 1px;
	line-height: 12px;
  float: left;
	width: 200px;
	padding: 4px 5px 2px 20px;

}
.Show_NotifyResult{
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #6a6a65;
	width: 200px;
	padding: 4px 5px 2px 20px;

}
.Show_NotifyResult:hover{
  font-family: Arial, "新細明體";
	font-size: 12px;
	color: #FF6600;
  float: left;
	width: 200px;
	padding: 4px 5px 2px 20px;

}
.Show_ErrorResult{
   background: url(images/postvalues/no.png) 1px 1px no-repeat;
}

.Show_RightResult{
   background: url(images/postvalues/yes.png) 1px 1px no-repeat;
}

.Show_LoadingResult{
   background:url(images/postvalues/loading.gif) 1px 1px no-repeat;
}


