@charset "utf-8";

#justJoined {
	width:585px;
	max-width:585px;
	height:100%;
	margin:auto;
	display:inline-block;
}

.loadingFiles{
	background-image:url(../images/justjoined/loader2.gif) !important;
	background-repeat:no-repeat;
	background-position:center center; 
}

#jjidentifier{
	float:left;
	width:45px;
	height:170px;
	background-image:url(../images/justjoined/jj.jpg);
}

#genderDiv{
	width:100%;
}

#genderDiv a:link, #genderDiv a:visited, #genderDiv a:active{
	text-decoration:none;
	color:#666;
	font-size:0.8em;
	font-weight:bold;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

#genderDiv a:hover {
	color:#FFF;
}

#genderSelected{
	color:#FFFFFF !important;
}

#genderList{
	color:#FFF;
	text-transform: uppercase;
	margin:0;
	margin-bottom:4px;
	padding-left:30px;
	white-space: nowrap;
	text-align:center;
}

#genderList li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 20px;
	text-align: center;
}

.spimage{
float:left;
clear:right;
margin-left:2.5px;
margin-right:2.5px;
}

#imageBackground{
	background-color:#fff;
    background-image:url(../images/justjoined/loader.gif);
    background-repeat:no-repeat;
    background-position: center center;
	z-index:-1;
	min-height:170px;
	min-width:130px;
}

.infoContainer {
	filter:alpha(opacity=70) !important;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display:none;
	position:absolute;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	width:120px;
	height:25px;
	margin-top:-35px;
	z-index:1;
}
#spname {
	color:#fff;
}

#spcountry {
	color:#ccc;
}
