/*Popup CSS*/

.ddpanel .ddpanelcontent{ 
color: #000;
background: #FFF; /*background of Drop Down Panel*/
z-index: 10000;
position: absolute;
right: 5px;

}

.ddpanel .ddpaneltab{ 
margin-right: 0px;
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ 
float: right;
color: white;
background: #FFF; 
text-decoration: none;
letter-spacing: 1px;
}

.close_login {
	position: absolute;
	right: 20px;
	top: 14px;
	width: 25px;
	height: 26px;
	display: block;
	background: url(../images/login_close_button.png) no-repeat;
	background-position: left 0px;
	text-indent: -10000px;
}

.close_login:hover {
	background-position: left -36px;
}


.close_login a {
	width: 25px;
	height: 26px;
	display: block;
}


.login_createaccount {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.login_createaccount:visited {
	color: #fff;
}

.login_createaccount:hover {
	color: #C79600;
}


.ddpanel .ddpaneltab a span{ 
float: left;
display: block;
background: #FFF;
padding: 0px 0px 0px 0px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ 
margin-top: 0px;
margin-left: 0px;
}

.ddpanel .ddpaneltab a:hover{ 
background-color: navy; 
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ 
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ 
background-color: transparent;
}

/*Lightbox CSS*/


#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{

    background:#fff;
    padding:10px;
    border:1px solid #CCC;
	left: 300px !important;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}

.login_headline p {
	margin: 0;
	font-size: 18px;

	padding: 0;
	display: block;
	padding-left: 0px;
		padding-bottom: 20px;
	font-weight: bold;
}

.jomsocial_register {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
}

.button_lightbox_bottom input {
	-moz-border-radius: 5px;
	font-weight: bold;
}

.button_lightbox_bottom:hover input {
	background: #f8f8f8 !important;
}

.existing_users_login {
	margin: 0;
	font-size: 12px;
	margin-bottom: 8px;
	margin-left: -20px;
}

.login_input_padding input {
	padding-top: 3px;
	padding-bottom: 3px;
}

.login_input_padding {
	margin-top: 0;
}


.existing_users_login_2 {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 8px;
}



.button_lightbox_bottom button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

.button_lightbox_bottom:hover button {

}


.jomsocial_register li {
	padding-bottom: 3px;
}

.jomsocial_register a:link, .jomsocial_register a:visited {
	font-weight: bold;
	color: #000;
}

.logout_button {
	background: #333;
	color: white;
	font-weight: bold;
	font-size: 11px;
	border: 0;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.jomsocial_register a:hover {
	color: #777;
}


#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

#box1 fieldset {
	border: 0;
	margin-top: 0;
	padding: 0;
}

#box1 fieldset input {
	padding-top: 3px;
	padding-bottom: 3px;
}