/*------------------------------------------------------------------------
# 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{
	
	height: 350px;
	border-radius: 10px 10px 10px 10px !important;
	margin-left: -40px;
}
#sbox-btn-close{
	right: 10px !important;
	top: 10px !important;
}
.form_qlogginpopup{
	margin-left: 10px;
	_margin-left: 5px;
	margin-right: 10px;
	_margin-right: 5px;
}
#loginbt{


	height: 28px;
}
#alg{
	margin: 0px auto;
	margin-right: 7px;
}
.text-login {
	text-align: left;
	padding-left: 10px;
	
}
.text-login a{
	color: #f7e0b1;
	/*font-weight:bold;*/
	font-size: 15px;
	font-family: garamond, arial, helvetica, sans-serif;
	text-shadow: 1px 1px 0 #000;
	font-weight: bold;
}

 
.text-login a:active,
.text-login a:focus,
.text-login a:hover{


	color: #FFF;

}
.btlo,
.btlo:hover,
.btlo:active,
.btlo:focus{
	color: #f7e0b1;
	/*font-weight:bold;*/

	font-family: georgia, serif;
	text-shadow: 1px 1px 0 #000;
	font-weight: bold;

	border: none;
	margin-bottom: 0;
		color: #f7e0b1;
	font-weight: bold;
	font-size: 16px;
	padding-left: 27px;
	background: url(../images/member_login_icon.png) left center no-repeat;
	margin-top: 0;
}

.menu_right #login-form input {
	padding-left: 27px;
	background: url(../images/member_login_icon.png) left center no-repeat;
}

.menu_right #login-form div {
	margin-top: 0;
}

.btlo:hover {

	text-decoration: underline;
}

#login-form div {
	margin-bottom: 0;
	margin-top: 4px;
}


.form_qlogginpopup form #title{
	font-family: tahoma;
	font-size: 17px;
	font-weight: bold;
	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;

}
.form_qlogginpopup form ul.fx li a{
	text-decoration: none;
	color: #0967c4;
	font-weight: bold;

}
.form_qlogginpopup form ul.fx li a:hover, a:active, a:focus {
	color: #000;
}

#loginbt a {
	color: #f7e0b1;
	font-weight: bold;
	font-size: 20px;
	padding-left: 30px;
	background: url(../images/member_login_icon.png) left center no-repeat;
}

#loginbt a:hover {


}

#loginbt {
	padding-top: 3px;
}

.form_qlogginpopup .title {
	font-weight: bold;
	font-size: 16px;
}


.form-password {
	margin-top: 0;
}

.form-login {
	margin-bottom: 0;
}

#members .members_login_right_1 {
	margin-left: 65px;
}



