/*======================================================================*\
|| #################################################################### ||
|| # Package - YJ Pop Login Module								        ||
|| # Copyright since 2007  Youjoomla.com. All Rights Reserved.          ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*opneing links container*/
.poping_links {
	display:block;
	text-align:left !Important;
	width:100%;
	position:relative;
	height:50px;
	overflow:hidden;
  padding: 0px 15px;
  color: #aaa;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
/* opening buttons*/
#openLogin, #openReg {
	display:inline-block;
	height:25px;
	width:55px;
	clear:right;
	text-align:center;
	line-height:25px;
	/* background:#efefef;  */
	/* border:1px solid #ccc;  */
	color:#575757;
	text-decoration:none;
  border-radius: 5px;
	margin:10px 3px;
}
#openLogin:hover, #openReg:hover {
	color:#e6391d;
  background:#efefef;  
}
/* login box*/
#login_pop {
	position:fixed;
	width:250px;
	height:auto;
	top:150px;
	background:#fff;
	color:#575757;
	text-align:left;
	padding:10px;
	border:2px solid #aaaaaa;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 5px -4px rgba(170,170,170,1);
  -moz-box-shadow: 10px 10px 5px -4px rgba(170,170,170,1);
   box-shadow: 10px 10px 5px -4px rgba(170,170,170,1);
  
  
  
	z-index:1000000;
}
#login_pop .inputbox {
	height:22px;
}
/* registration box */
#reg_pop {
	position:fixed;
	width:430px;
	height:auto;
	top:150px;
	background:#fff;
	color:#ccc;
	text-align:left;
	padding:10px;
	border:10px solid #ccc;
	z-index:1000000;
}
#reg_pop .popyjreg{
	overflow:hidden;
	display:block;
}
#reg_pop .popyjreg_ins{
	clear:both;
	overflow:hidden;
	display:block;
}
#reg_pop .inputbox {
	width:280px;
	float:right;
	margin-bottom:10px;
	height:22px;
	padding:0 5px;

}
#reg_pop label{
	float:left;
}
p.information_td{
	clear:both;
	display:block;
}
/* closing buttons*/
#closeReg, #closeLogin {
	display:inline-block;
	width:100px;
	height:25px;
	width:60px;
	position:absolute;
	bottom:5px;
	right:5px;
	text-align:left;
	line-height:25px;
	background:#eee;
	color:#000;
	text-decoration:none;
  text-align: center;
}
/* input boxes and rest */
#yjpop_passwd {
	width:98%;
	margin:0;
	padding:0;
}
#yjpop_username {
	width:98%;
	margin:0;
	padding:0;
}
#yjpop_remember {
}
#login_pop .button {
	margin:10px 0;
}
/* logeedin class */
#logins {
	text-align:center !Important;
	display:block;
	width:100%;
	height:auto !Important;
	overflow:hidden;
	clear:both;
}
#logins .button {
	margin:10px 0;
}
