#dropin {
	left:auto;
	top:100px;
	width:500px;
	height:300px;
	background-color:#FFFAE6;
	padding: 5px;
	border: 5px double #333333;
	margin-top: 5px;
	right: auto;
}
.title {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #FF3300;
	font-weight: bold;
	color: #FFFFFF;
}
.messege {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.px12 {
	font-size: 12px;
}


