/* CSS for drop in */

#dropinboxv2cover{
	width: 700px; /*change width to desired */
	/* height: 180px;  /*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;
}

#dropinboxv2{
	width: 680px; /*change width to above width-20. */
	/* height: 160px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 4px solid #000000; /*Customize box appearance*/
	background-color: #d3deff;
	padding: 4px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #000000;
}

#dropinboxv2 a {
	color: #1C4E45;
}

#dropinboxv2 p {
    text-align: center;
}

#dropinboxv2 .titleText {
	font-size: 18px;
	font-weight: bold;
	color:#990000;
	padding:3px;
	margin:0px;
}
#dropinboxv2 .smallText {
	font-size:10px;
}
#whiteBack {
	background-color:#FFFFFF;
	border:thin #000000 solid;
	text-align: center;
}