/* CSS Document */

#dropinboxv2cover{
/*mudar o width o height para largura da imagem*/
	width: 500px; 
	height: 500px;/*retire essa tag para utilizar o tamanho natural*/
	position: absolute; 
	left: 50%;
	margin-left: -208px;/*clocar valor da metade da largura da imagem*/
	z-index: 100;
	/*se não quiser ver na edição do html descomente a linha abaixo:*/
	visibility: hidden;
}
#dropinboxv2{
	width: 455px; /*change width to above width-20. */
	height: 320px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	/*border: 2px solid black; se quiser uma borda*/
	/*background-color: lightyellow; se quiser um background*/
	padding: 2px;
	position:absolute;
	left:0;
	top:0;
}
