/*display error message
to display the error aside the form element remove display:block;*/

.joobi_recent_members {
width: 270px;
}
.recent-img {
float:left;
padding: 0px 4px 0 0;
}

.recent-img img {
width:50px;
height:50px;
}

a.joobi-list-link.usrname {
color:#999;
font-weight: bold;
font-size: 13px;
}

div.joobi-profile {
	float:right;
	cursor: help;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	border-style: hidden;
	width:16px;
	height:16px;
}

div.jtcaption{
width:50%;
}

.profile-left {
float:left;
}
.profile-right {
float:left;
}

div.joobi-profile.all {
background-image: url(../images/profile.png) ;
}

div.joobi-profile.msie {
background-image: url(../images/profile.gif) ;
}

div.ijoobi_home_title {
 padding: 0.4em;
 height: 1.5em;
 background-color: #1cadec;
 font-size:1em;
 color:#fff;
 font-weight:bold;

}

div.joobi_home_container {
	border: 1px solid #1CADEC;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

fieldset {
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 behavior: url(../js/border-radius.htc);
}


.flft {
float:left

}

.pane-sliders .panel {
	border: 1px solid #ccc;
	margin-bottom: 3px;
	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
	behavior: url(../js/border-radius.htc);
}


.ijoobiBtn {
	position: relative;
	border: 0 solid;
	padding: 0;
	float: left;
	cursor: pointer;
	overflow: visible;
}

.ijoobiBtn::-moz-focus-inner {
	border: none;
}

.ijoobiBtn span {
	position: relative;
	float: left;
	display: block;
	white-space: nowrap;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	.ijoobiBtn span {
		margin-top: -1px;

	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
.ijoobiBtn {
	padding: 0 16px 0 0;
	margin-right: 7px;
	text-align: center;
	background: transparent url(../images/button.png) no-repeat right -98px;

}

.ijoobiBtn span {
	padding: 15px 0 0 15px;
	height:40px; /* to hide to second line button */
	background: transparent url(../images/button.png) no-repeat left -2px;
	color:#FFFFFF;
	font-size: 26px;
	font-effect: outline;

}



.ijoobiBtn:hover, .ijoobiBtnHover {
	background-position: right -284px;
}

.ijoobiBtn:hover span, .ijoobiBtnHover span {
	background-position: 0 -190px;
}

#ijoobitext {
    margin-left: 5px;
}





}
}

