.info-prompt {
	position:relative !important;
	float:right;
	display:-moz-inline-stack !important;
    display:inline-block !important; 
    zoom:1;
	*display:inline !important;
	color:#fff !important;
	padding:3px 10px 0 15px !important;
	height:18px ;
	background:url("/media/images/beta-pics/i_tip.gif") 6px 6px no-repeat #303030 !important; 
	margin:0 !important;
	text-decoration:underline !important;
	font-size:8pt !important;
	text-transform:none !important;
	font-weight:normal !important;
}

.info-prompt:hover {
	text-decoration:none !important;
}

.info-prompt div{
	width: 6px;
	height: 6px;
	background:url("/media/images/beta-pics/i_tip.gif") -4px 0px no-repeat;
	position:absolute;
	/*top:20px;*/
	bottom:-6px;
	right:10px;
}

.plain-text {
	text-decoration:none !important;
	cursor:default;
}




/****** Edit Info Layouts ********/
.edit-layout {
	color: #303030;
	font-size: 11px;
}

.edit-layout a {
	color:#1269c3;
	text-decoration:none;
	border-bottom:1px dotted #1269c3;
}

.edit-layout .titles {
	margin-top:13px;
	margin-bottom:3px;
	font-weight: bold;
}

.edit-layout .separator {
	border-bottom: 1px solid #b3b3b3;
	height: 1px;
	width: 100%;
	margin: 23px 0 10px 0;
	padding:0;
	float:none;
}

.edit-layout input{
	height:18px;
	border:1px solid #b3b3b3;
	font-family:Arial;
	font-size:12px;
	color:#303030;
	padding:3px 0 0 5px;
}

.edit-layout textarea{
	border:1px solid #b3b3b3;
	font-family:Arial;
	font-size:12px;
	color:#303030;
	padding:3px 0 0 5px;
	width: 627px;
}


.edit-layout .long {
	width: 627px;
}

.edit-layout .explanation {
	clear:both;
	font-size:10px;
	color:#b3b3b3;
}

.edit-layout .icon {
	margin-right:5px;
	margin-bottom:2px;
	float:left;
	border:1px solid #ccc;
}

.edit-layout .button {
	width: 94px;
	height: 19px;
	display: block;
	color: #ffffff;
	text-decoration:none;
	border:none;
	background-color: transparent;
	background-image: url(/media/images/beta-pics/contact_icons.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -17px;
	float: left;
	margin-top: 13px;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
	cursor:pointer;
}


.edit-layout .button:hover{
	background-position: -94px -17px;
}

.edit-layout #divOk {
	color:#f00;
	height:15px;
}
