#subscribe
{
	position:absolute;
	width:160px;
	height:87px;
	overflow:hidden;
}

#subscribe #subscribe_background_image
{
	position:absolute;
	left:5;
	top:5;
	width:150px;
	height:77px;
	z-index:-1;
}

#subscribe #subscription_form
{
	position:absolute;
	left:15;
	top:20;
	width:130px;
	height:57px;
	text-align:center;
	color:#333333;
	cursor:pointer;
}

#subscribe #subscription_form #email
{
	border-bottom:1px dashed #CCCCCC;
	width:130px;
	font-family:"Times New Roman", Times, serif;
}

#subscribe #subscription_form #send
{
	text-align:right;
	cursor:pointer;
	font-size:0.8em;
	display:inline;
	position:absolute;
	right:0;
	bottom:0;
}