﻿#dropinboxv2cover{
	width: 570; /*change width to desired */
	/*height: 400px;*/  /*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: 200;
	overflow:hidden;
	visibility: hidden;
	}

#dropinboxv2{
	width: 550px; /*change width to above width-20. */
	/*height: 400px;*/ /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	background-color: none;
	padding: 0px;
	border: 1px solid #660000; /*Customize box appearance*/
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
	}

.close{
	text-align: right;
	background-color: #ffffff;
	padding: 2px 5px 2px 0px;
	margin: 0px;
	z-index:2;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	}

.close a{
	text-decoration: none;
	color: #000;
	}
.close a:hover{
	text-decoration: none;
	color: #660000;
	}
