﻿/* Form 格式 引用方法 <form class="userform">*/
.userform{
	clear: both;
	margin: 0 auto;
	width: 98%;
	background: #FFFEF7;
	border: 1px solid #7F9DB9;
	overflow:hidden;
}
.userform p {
	clear: both !important;
	width: 97%;
	border-bottom: 1px solid #E7F1F8;
	padding: 5px;
	margin: 3px;
	Height: 38px;
}
.userform label {
	float: left;
	display: block;
	margin: 5px;
	text-align: right;
	width: 80px;
}
.userform input, textarea {
	float: left;
	border: none;
	border-bottom: 2px solid #A3B3C9;
	padding: 3px 0 2px 22px;
	height: 24px;
}
.userform button{
	background: url(../images/bottom-bg.png);
	border: 1px solid #7FD4F4;
	color: #006699;
	float: left;
	height: 25px;
	*padding: 5px;
	cursor: pointer;
}
.userform input.noneborder {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #7F9DB9;
	background: #FFFEF7;
}
.userform input.userbutton {
	float: right;
	margin-right: 10px;
	display: inline !important;
	height: 25px;
	background: url(../images/bottom-bg.png);
	border: 1px solid #7F9DB9;
	*padding: 5px;
	cursor: pointer;
}
.userform div.left_p {clear: borh; float: left; width: 71%;}

/* 97/10/07 加入 Search form */
form#searchform{
	margin: 5px auto;
	width: 96%;
	padding: 5px;
}

form#searchform input{
	border: none;
	border-bottom: 2px solid #A3B3C9;
	padding: 5px 0 5px 22px;
	*height: 26px;
	*margin-bottom: -5px;
}

form#searchform span{
	border: 1px solid #A3B3C9;
	padding: 5px;
	*padding-bottom: 2px;
	margin-bottom: 3px;
	background: #FFFFF0;
}
/* 97/10/07 加入 Search form */

.resultbox{
	text-align: right;
	margin: 5px;
	font-size: 18px;
	padding: 5px;
	border-top: 1px solid #7F9DB9;
	border-bottom: 1px solid #7F9DB9;
	background: #E5ECF9;
}