.mojoImage
{
	margin-bottom: 20px;
	clear: both;
}

.mojoImage.floatleft
{
	margin-right: 20px;
	float: left;
}

.mojoImage.floatright
{
	margin-left: 20px;
	float: right;
}

.mojoImage.floatmiddle
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#pntInformationPart
{
	clear: both;
}
#pntInformationPart img
{
	margin-right: 5px;
	float: left;
}
#pntInformationPart.pntNONE, .pntNONE {
	display:none;
}
#pntInfoLabel {
	padding-top: 5px;
	padding-bottom: 5px;
}

#pntInformationPart.pntOK, .pntOK {
	color: #000000;
}

#pntInformationPart.pntERROR, .pntERROR {
	color: red;
}

#pntInformationPart .thead {
	font-weight:bold;
}

.pntCompulsorySign, .pntCompulsorySign  div{
	display: inline;
	padding-left:3px;
}

div.introdiv
{
	clear: both;
}

div#mojoEditDiv
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 38px;
		height: 38px;
		display: block;
		border: 1px solid #dedede;
}

div#mojoEditDiv a
{
		width: 38px;
		height: 38px;
		display: block;
		background-image: url('../images/mojoEditDiv.gif');

}
span.searchIntroLink{
	color: #009933;
}