/*======================================================================*\
|| #################################################################### ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved.           ||
|| #################################################################### ||
\*======================================================================*/
/*opneing links container*/
.poping_links{
text-align:center !Important;
width:100%;
position:relative;
height:150px;
overflow:hidden;
}
/* opening buttons*/
#openLogin {
height: 19px;
width: 16px;
clear:right;
text-align:center;
background: transparent url('../images/unlock.png') bottom left no-repeat;
float: right;
padding: 5px;
margin-right: 0px;
text-decoration:none;
}
/* login box*/
#login_pop{
position:absolute;
width:175px;
height:220px;
top:150px;
background:#151515;
outline: 5px outset #000;
color:#ccc;
text-align:left;
padding:10px;
z-index:10000000002;
}
/* registration box */
#reg_pop{
position:absolute;
width:405px;
height:300px;
top:150px;
background:#151515;
color:#ccc;
text-align:left;
padding:10px;
border:10px solid #ccc;
z-index:10000000000;
}
#reg_pop .inputbox{
width:93%;
}
/* closing buttons*/
#closeReg,#closeLogin{
float: right;
height:20px;
width:25px;
position:absolute;
bottom:5px;
right:5px;
text-align:center;
line-height:20px;
background:none;
color:#999;
text-decoration:none;
}
#closeLogin:hover {
color:#ccc;
}
/* 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;
}
/* loggedin class */
#logins{
text-align:center !Important;
display:block;
width:100%;
height:auto !Important;
overflow:hidden;
clear:both;
z-index:10;
}
#logins .button{
margin:10px 0;
}

#logins a.login { 
color: #91afec;
font-size: 11px;
}

