
div#lb-errordlg {
	margin:0;
	padding:0;
	position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height:auto;
	margin-top: -11em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	background-color: #E6F0E6;
	font-size:12px;
	visibility:hidden;
	/*visibility:visible;*/
}

#lb-errordlg h1 {
	font-size: 120%;
	background: #8DD683;
	color: #fff;
	margin: 0px;
}
#lb-errordlg .msg
{
	margin:10px;
	padding:10px;
	background-color:white;
	border:solid 1px green;
}
#lb-errordlg .buttonrow
{
	margin:0;
	text-align:center;
}

/* Rounding */
#lb-errordlg .cb {
	margin:0.5em 0;
}
/* Rules for the top corners and border */
#lb-errordlg .bt {
	background:url(../justcite_images/box2.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
#lb-errordlg .bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../justcite_images/box2.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
#lb-errordlg .bb {
	background:url(../justcite_images/box2.gif) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:18px;
}
#lb-errordlg .bb div {
	height:18px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../justcite_images/box2.gif) no-repeat 0 100%;
}

/* Insert the left border */
#lb-errordlg .i1 {
	padding:0 0 0 2px;
	background:url(../justcite_images/borders.gif) repeat-y 0 0;
}
/* Insert the right border */
#lb-errordlg .i2 {
	padding:0 2px 0 0;
	background:url(../justcite_images/borders.gif) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
#lb-errordlg .i3 {
	background: #E6F0E6;
	border:1px solid #E6F0E6;
	border-width:1px 0;
	padding: 0;
}



