#adddropForm{
	position:relative;
	top:0px;
	left:0px;
/*	border:2px solid blue;*/
	display:block;
	margin-bottom:5px;
}
#adddropForm input[type="submit"]{
	background-color:orange;
	-webkit-border-radius: 10px; border-radius: 10px;
	background:none;
	border:2px solid blue !important;
}

