msgTip{
	background-color:white; 
	border:1px solid #336699; 
	position:absolute; 
	left:50%; 
	top:50%; 
	font:12px/1.6em Verdana,Geneva,Arial,Helvetica,sans-serif; 
	margin-left:-225px; 
	margin-top:npx; 
	width:270px; 
	height:190px; 
	text-align:left; 
	line-height:25px; 
	z-index:100001;
}
msgTitle{
	margin:0; 
	padding:2px; 
	background-color:#336699; 
	filter:progid:DXImageTransform.Microsoft.Alpha(startX=20, startY=20, finishX=100, finishY=100,style=1,opacity=75,finishOpacity=100); 
	opacity:0.75; 
	border:1px solid #336699; 
	height:18px; 
	font:12px Verdana,Geneva,Arial,Helvetica,sans-serif; 
	color:white; 
	cursor:pointer;
}
msgContent{
	margin:1em 0;
}

.helpMessage p {
    padding: 5px 30px 5px 30px;
    color: #222222;
}

.helpMessage em {
    color: #000099;
    font-weight: bold;
    font-style: normal;
}
.blockContainer {
    clear: both;
}
/*
    Small navigation on the attributes page
*/
ul.options {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}

ul.options li {
    display: inline; /*padding: 0 20px 10px 30px;*/
    padding: 0px 10px 7px 20px;
}

ul.options li a:link, ul.options li a:visited, #successMessage a:link, #successMessage a:visited {
    color: #40659B;
    text-decoration: none;
    border-bottom: 1px dashed rgb( 187, 187, 187 );
    font-size: 100%;
}

ul.options li a:hover, #successMessage a:hover {
    color: #003366;
    border-bottom-style: solid;
}
.asd{
	font-size:12px; 
	float:right;
}