@CHARSET "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}
.input_1 {
	width:150px;
	height:16px;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}
.input_2 {
	width:50px;
	height:16px;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#tabButton {
  float:left;
  width:438px;
  margin:0 0 3px 0;
  height:44px;
  background:url(image/tabButtonLine.gif) left bottom repeat-x;
}
#tabButton a{
  text-decoration:none;
  text-align:center;
}

#tabButton li{
  float:left;
  list-style:none;
  margin-right:1px;
}

.clicked{
  height:36px;
  line-height:36px;
  background:url(image/payButClicked.gif) left -36px repeat-x;
}

.clicked h1{
 background:url(image/payButClicked.gif) left top no-repeat;
}

#tabButton .clicked a{
 background:url(image/payButClicked.gif) right -72px no-repeat;
 display:block;
 color:#FFFF00;
 font-weight:bold;
}

.unClicked{
 background:url(image/payButUnclicked.gif) left -32px repeat-x;
 height:32px;
 line-height:32px;
 margin-top:4px;
}

.unClicked h1{
 background:url(image/payButUnclicked.gif) left top no-repeat;
 font-size:13px;
}

#tabButton .unClicked a{
 background:url(image/payButUnclicked.gif) right -64px no-repeat;
 display:block;
 color:#333333;
}