	
	
	.dl-button
	{
		cursor:pointer;
		padding:10px;
		font-size:20px;
		font-weight:bold;
		background: #0047ab;
	}
	
	.popup-button
	{
		cursor:pointer;
		padding:10px;
		font-size:20px;
		font-weight:bold;
		background: #0047ab;
		color:#FFF;
	}
	
	.popup-button:hover
	{
		background: #1560bd;
	}
	
	.mailof 
	{
		font-size:16px;
		padding:5px;
		text-align:center;
		background: #fffddf;
		color:#333;
	}
	
		.selectof 
	{
		font-size:16px;
		padding:5px;
		text-align:center;
		background: #fffddf;
		color:#333;
		border: #bbb solid 2px;
	}

	.response
	{
		font-size:12px;
		color:#F00;
		margin-bottom:-15px;
	}