/*********************
		Forms
*********************/
form{
	padding: 5px;
	margin: 0 auto;
}

form fieldset {
	border: 1px solid #e7eedf;
}

form fieldset {
	display: block;
	padding: 5px 10px 5px 10px;
	line-height: 20px;
	margin-bottom: 10px;
	width: 500px;
	background: #fff url(../images/bgform.gif) repeat-x;
}

form input {
	border: 1px solid #dedede;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 2px;
}
form legend {
	border: 1px solid #e7eedf;
	background-color: #fff;
	color: #276a7e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 2px;
	width: 500px;
}
form optgroup {
	background: #e7eedf;
}

form option {
	background-color: #f9fef5;	
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #dcdcdc;
}
form img {
	vertical-align: text-bottom;
}
form select {
	border:1px solid #ccc;
	margin-bottom: 5px;
	font-size: 11px;
	background-color: #f9fef5;	
}
form textarea {
	border: 1px solid #e7eedf;
	background: #fff url(../images/form_green.gif) repeat-x bottom left;
	margin-bottom: 5px;
	height: 50px;
	padding: 3px;
	overflow: auto;
}
.btncari {
	background: #fff url(../images/form_input.gif) repeat-x top left;
	border: 1px solid #e8e7e1;
	cursor: pointer;
	font: 11px tahoma;
	font-weight: bold;
	padding: 3px;
	padding-right: 5px;
	width: 60px;
}

.btncari:hover, .btncari:hover {
	background-position: center left;
}
.btn {
	background: #fff url(../images/form_input.gif) repeat-x top left;
	border: 1px solid #e8e7e1;
	cursor: pointer;
	font: 11px tahoma;
	font-weight: bold;
	padding: 5px;
	padding-right: 5px;
	width: 80px;
}

.btn:hover, .btn:hover {
	background-position: center left;
}
.btnLong {
	border: 1px solid #e8e7e1;
	cursor: pointer;
	font: 11px tahoma;
	font-weight: bold;
	padding: 5px;
	padding-right: 5px;
	width: 120px;
}
.form_nav {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
form .text {
	border: 1px solid #e8e7e1;
	margin-bottom: 3px;
	padding: 3px;
}
.nav_input
{
	width:500px;
	text-align:center;	
}
form .text:focus,.text:hover{
	background-color: #f3f9e9;
}
form span
{
	display: block;
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
}
form label {
	clear: left;
	display: block;
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
	width: 120px;
	text-align: right;
}
#mainlogin
{
	width: 450px;
	margin: 30px auto;
	background: #fff url(../images/bglogin.png) no-repeat 10px;
	border: 1px solid #e6e6e6;
	padding: 15px;
}
#formlogin
{
	margin-left: 100px;
}
#mainlogin h2
{
	text-align: center;
	margin: 5px 0 5px 0;
}
.login_user
{
	background: #fff url(../images/login_user.gif) no-repeat 5px;
	padding: 5px 5px 5px 25px;
}
.login_key
{
	background: #fff url(../images/login_key.gif) no-repeat 5px;
	padding: 5px 5px 5px 25px;
}
