#dropinboxv2cover{
	width: 380px; /*change width to desired */
	height: 220px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	background-image: url(../images/limitedmod_alert-plain.gif);
	background-repeat:no-repeat;
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
	left: 18px;
	top: 17px;
}

#dropinboxv2{
width: 370px; /*change width to above width-20. */
height: 220px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 0px solid blue; /*Customize box appearance*/
/*background-color: lightyellow;*/
padding: 10px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
#inboxv2cover{
width: 380px; /*change width to desired */
height: 220px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#inboxv2{
width: 380px; /*change width to above width-20. */
height: 220px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 0px solid black; /*Customize box appearance*/
/*background-color: lightyellow;*/
padding: 0px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
/*.footer {
	background-color:#05AB6B;
	border: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.header {
	background-color:#667BCE;
	border: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.body {
	background-color:#FFFFFF;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#0A246A;
}*/