/*------------------------------------------------------------------------

# mod_qloginpopup - Q Loginpopup Joomla 1.6, 1.7 Module

# ------------------------------------------------------------------------

# author    NetQ Creative Software, JSC

# copyright Copyright (C) 2011 Netqcreative.com. All Rights Reserved.

# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL

# Websites: http://www.netqcreative.com

# Technical Support:  Forum - http://www.netqcreative.com/Support

-------------------------------------------------------------------------*/

#sbox-window{

	width: 325px;

	height: 350px;

	border-radius: 10px 10px 10px 10px !important;

}

#sbox-btn-close{

	right: 10px !important;

	top: 10px !important;

}

.form_qlogginpopup{

	margin-left: 10px;

	_margin-left: 5px;

	margin-right: 10px;

	_margin-right: 5px;

}

#loginbt{

/*	background: url('../images/login.png') no-repeat; */

	width: 100%;

	height: 25px;
	

}

#alg{

	margin: 0px auto;

	width: 100%;

}

.text-login {

	text-align: center;

	padding-left: 0px;

	

}

.text-login a{

	font-family: tahoma;

	font-size: 11px;

/*	font-weight: bold !important; */

	text-transform: capitalize;

	color: #333333 !important;

	line-height: 25px;

	display: block;

	text-decoration: none;

}

.text-login a:active,

.text-login a:focus,

.text-login a:hover{

	font-family: tahoma;

	font-size: 11px;

	font-weight: bold;

	text-transform: capitalize;

	text-decoration: none;

	color: #FFF;

	background: none !important;

}

.btlo,

.btlo:hover,

.btlo:active,

.btlo:focus{

/*	background: url('../images/logout.png') no-repeat; */

	width: 135px;

	height: 25px;

	border: none;

	font-family: tahoma;

	font-size: 11px;

	line-height: 25px;



	text-transform: capitalize;

	text-align: center;

	padding-left: 00px;

}

.form_qlogginpopup form #title{

	font-family: tahoma !important;

	font-size: 17px;



	margin-top: 3px;

	color: #333333;

}

.form_qlogginpopup form div.ip{

	font-family: tahoma;

	font-size: 13px;

	margin: 0px auto 0px auto;

	margin-top: 12px;

	color: #333333;

}

.form_qlogginpopup form input.ipbox{

	width: 93%;

}

.form_qlogginpopup form input.bt{

	background: url('../images/login1.jpg') no-repeat;

	width: 67px;

	height: 21px;

	border: none;

	color: #333333;

}



.form_qlogginpopup form ul.fx{

	list-style: none;

	font-family: tahoma;

	font-size: 13px;

	padding-left: 0px;

	margin-left: 0px;

}

.form_qlogginpopup form ul.fx li{

	background-image: none;

	padding-left: 0px;

	margin-top: 10px;

}

.form_qlogginpopup form ul.fx li a{

	text-decoration: none;

	color: #83AD46;

}

.form_qlogginpopup form ul.fx li a:hover, a:active, a:focus {

	color: #000;

}

