.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;} 



.login_box{
	width:350px;
	min-height:260px;
	background-color:#dedede;
	position: fixed;
    top: 50%;
    left: 50%;
	margin-left:-180px;
	margin-top:-120px;
	border:2px solid #FFF;
	border-radius:7px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	box-shadow:3px 3px 10px #666666;
}
.login_box p{
	font-size:24px;
	float:left;
	line-height:0px;
}
.login_box a ,.login_box dd {
	font-size:12px;
	float:right;
	line-height:23px;
	text-decoration:none;
	color:#000000;
	margin-bottom:6px;
	cursor:pointer;
}
.login_box a:hover , .login_box dd:hover{
	font-size:12px;
	float:right;
	line-height:23px;
	text-decoration:underline;
	color:#13a2e5;
}
.login_box img{
	float:right;
	margin-bottom:2px;
}

.text_fild{
	width:91%;
	height:32px; 
	background-image:url(images/login-sprite.png),url(images/text_fild.png);
	background-repeat:no-repeat,repeat;
	border:1px solid #999;
	font-size:14px;
	box-shadow:3px 3px 10px #d6d6d6;
	outline-color:#13a2e5;
	padding-left:26px;
	padding-right:6px;
	background-position:5px -10px,left;
}
.pass{
	background-position:5px -57px,left;
}

.mail
{
	background-position:5px -99px,left;
}
#msg{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
}

#msg span{
	color:#FF0000;
	font-size:14px;
	text-align:center;
}



.loginbt {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	width:100%;
	text-align:center;
	padding:12px 0px;
	cursor:pointer;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.loginbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.loginbt:active {
	position:relative;
	top:1px;
}


/* Style the dropdown menu background and text */
.nav .dropdown-menu {
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #ddd;   /* Add a subtle border */
}

.nav .dropdown-menu li a {
    color: #333;              /* Default text color */
    padding: 10px 20px;       /* Add padding for spacing */
}

/* Change text and background on hover */
.nav .dropdown-menu li a:hover {
    background-color: #007bff; /* Blue background on hover */
    color: #fff;               /* White text on hover */
}

/* Add border radius to dropdown menu */
.nav .dropdown-menu {
    border-radius: 5px;
}
