﻿
/*必填警告的標記樣式*/
.mark_required
{
	background-image: url(images/global/mark_required.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 7px;
	height: 7px;
	padding: 7px;
	margin: 5px;
}

/*必填項目的標記樣式*/
.mark_star
{
	background-image: url(images/global/mark_star.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 3px;
	height: 6px;
	padding: 3px;
	margin: auto 3px;
	display: inline-block; /*for IE*/
}


/*按鈕樣式-----------------------------------------------------------------------

.b01
{
	border-color: #A9D5E3 #3DA2C0 #3DA2C0 #3DA2C0;
	background: #2596B8;
	color: #ffffff;
	border-width: 2px;
	height: 22px;
	padding: 1px 8px 0 8px;
	margin: 8px;
	cursor: pointer;
}

.b02
{
	border-width: 1px;
	border-color: #7F9DB9;
	color: #000;
	background: #ECE9D8;
	margin-top: 5px;
	height: 20px;
	cursor: pointer;
}

.btn_bg_short
{
	color: #FFF;
	width: 60px;
	height: 25px;
	padding: 3px;
	background-image: url(images/global/btn_bg_short.gif);
	background-repeat: no-repeat;
	background-color:Transparent;
	border:0px;
	cursor: pointer;
}

.btn_bg_long
{
	color: #FFF;
	width: 100px;
	height: 25px;
	padding: 3px;
	background-image: url(images/global/btn_bg_long.gif);
	background-repeat: no-repeat;
	background-color:Transparent;
	border:0px;
	cursor: pointer;
}
*/
