/*======================================================================*\
|| #################################################################### ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved.           ||
|| #################################################################### ||
\*======================================================================*/
/*opneing links container*/
.poping_links {
	display:block;
	text-align:center !Important;
	width:100%;
	position:relative;
	overflow:hidden;
}
/* opening buttons*/
#openLogin, #openReg {
	display:inline-block;
	height:25px;
	width:95px;
	clear:right;
	text-align:center;
	line-height:25px;
	background: none;
	color:#8BC53F;
	text-decoration:none;
	background: #009345;
	padding: 0px 5px 0px 5px;
}
#openLogin:hover, #openReg:hover {
	color:#fff;
}
/* login box*/
#login_pop {
	position:fixed;
	width:250px;
	height:220px;
	top:150px;
	background:#009345;
	color:#fff;
	text-align:left;
	padding:10px;
	border:10px solid #575757;
	z-index:1000000;
	border-radius: 20px;
}
/* registration box */
#reg_pop {
position: fixed;
width: 450px;
height: 400px;
top: 120px;
background: #FFF;
color: #4D4D4D;
text-align: left;
padding: 10px;
border: 10px solid #575757;
z-index: 1000000;
}
#reg_pop .popyjreg{
	overflow:hidden;
	display:block;
}
#reg_pop .popyjreg_ins{
	clear:both;
	overflow:hidden;
	display:block;
}
#reg_pop .inputbox {
	float:right;
	border: 1px solid #DADADA;
height: 24px;
margin-bottom: 16px;
margin-top: 2px;
outline: 0 none;
padding: 3px 3px 3px 5px;
width: 65%;


}
#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:center;
	line-height:25px;
	background:#fff;
	color:#000;
	text-decoration:none;
}
/* 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;
}
