.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 11px;
  	font-size: 70%;
	text-align: center;}

.tab ul.login li {
position:absolute;
 	text-align: left;
  	padding: 6px 0px 0px 8px;
	display: block;
	float: left;
	height: 22px;
	left:-317px;
	width:217px;
	background-color:#ffffff;}

.tab a.open, .tab a.close {
	height: 11px;
	line-height: 11px;
	padding-left: 25px;
	cursor: pointer;
	display: block;
	position: relative;
	top: 2px;}

.tab a.open {background: url(../image/form_box/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../image/form_box//bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../image/form_box/bt_open.png) no-repeat left -12px;}
.tab a:hover.close {background: url(../image/form_box/bt_close.png) no-repeat left -12px;}


#die_form_box {
    position: relative;
	top: 16px;
	left:-125px;
    width: 300px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;}

#form_box {
	left:-15px;
    width: 215px;
	height: 311px;
	color: #999999;
	background: #c1c1c3;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-right:solid 8px #FFFFFF;
	border-top:solid 6px #FFFFFF;
	border-bottom:solid 1px #333333;
	background-color:c1c1c3;}

#form_box .content {
	width: 960px;
	margin: 0auto;
	padding-top: 0px;
	text-align: left;
	background-color:c1c1c3;}

#form_box .content .left {
	width: 215px;
	float: left;
	padding: 5px;
	background-color:c1c1c3;}
