#promocode {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	background-color: #DCD70A;
	border: 1px solid #555;
	padding: 5px;
}
img.banner {
	margin: 5px !important;
	border: 1px solid #555 !important;
}
#promocode p {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#promocode textarea {
	width: 290px;
	height: 70px;
	font-size: 13px;
}
#promoClose {
	float: right;
	text-align: right;
}

