/* CSS Document */
/*--password search--*/
body{ 
    margin:0px;

	color:#44370a;
	font-size:12px;
}
input{ height:14px; margin-bottom:8px;}
.clear{ clear:both}
.passwordbg{
    background: url(../images/passwordbg_03.jpg) no-repeat!important;
	width:589px;
	height:187px;
	float:left;
	padding:85px 0 0 0;
}
.passtxt{
    float:left;
	width:572px;
	margin-left:10px;
	margin-top:10px;
	_margin:5px 0 0 5px;
	padding-bottom:20px;
	_padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
/*--message--*/
.message{
	width:572px;
	height:100px;
	overflow: auto;
	float:left;
	line-height:20px;
}
/*--bt--*/
.bt{
	width:589px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 20px;
	_margin-bottom: 0px;
	float: left;
}
.bt_center{width:175px; margin:0 auto 0 auto}
.bt_center1{width:86px; margin:0 auto 0 auto}
a.home{
	height: 25px;
	width: 76px;
	display: block;
	_display:inline;
	float: left;
	margin:0 5px;
	background: url(../images/bt_38.jpg) no-repeat;
}
a.home:hover{
    background:url(../images/bt_or_38.jpg) no-repeat;
	height: 25px;
	width: 76px;
	display: block;
	_display:inline;
	float: left;
	margin:0 5px;
}
a.clean{
	background:url(../images/bt_25.jpg) no-repeat;
	height: 25px;
	width: 76px;
	display: block;
	_display:inline;
	float: left;
	margin:0 5px;
}
a.clean:hover{
	background:url(../images/bt_or_25.jpg) no-repeat;
	height: 25px;
	width: 76px;
	display: block;
	_display:inline;
	float: left;
	margin:0 5px;
}
a.send{
	background:url(../images/bt_27.jpg) no-repeat;
	height: 25px;
	width: 76px;
	display: block;
	_display:inline;
	float: left;
	margin:0 5px;
}
a.send:hover{
	background:url(../images/bt_or_27.jpg) no-repeat;
	height: 25px;
	width: 76px;
	display: block;
	_display:inline;
	float: left;
	margin:0 5px;
}

