/*======================================================================*\
|| #################################################################### ||
|| # 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;background:url(src/back.png);color:#fff;
}.poping_links a{	color:#c5c4c1;	}
/* opening buttons*/
#openLogin,#openReg{
display:inline-block;
height:18px;
width:60px;
clear:right;
text-align:center;
line-height:18px;
background:#efefef;
border:1px solid #ccc;
color:#000;
text-decoration:none;
margin:3px 3px;
}
#openLogin:hover,#openReg:hover{
color:#999;
}
/* login box*/
#login_pop{
position:absolute;
width:250px;
height:220px;
top:150px;
background:#151515;
color:#ccc;
text-align:left;
padding:10px;
border:10px solid #ccc;
z-index:10000000000;
}
/* 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{
display:inline-block;
width:100px;
height:25px;
width:60px;
position:absolute;
bottom:5px;
right:5px;
text-align:center;
line-height:25px;
background:#ccc;
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 3px;
}
/* logeedin class */
#logins{
text-align:center !Important;
display:block;
width:100%;
height:auto !Important;
overflow:hidden;
clear:both;background:url(src/back.png);color:#fff;
}
#logins a{	color:#c5c4c1;	}
#logins #openLogin{
	height:22px;
	padding:0 0 2px;
}
#logins .button{
margin:0px 0;
}#form-login input[type="button"],#form-login input[type="submit"]{	padding:2px;	margin-left:15px;	margin-top:2px;	margin-bottom:2px;	/*color:#EFEFEF;	background-color#000;*/}


