@charset "utf-8";
/* CSS Document */

#subscribe_tab{
	width:80px;
	height:178px;
	position:fixed;
	top:300px;
	left:-30px;
}

#subscribe_form{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#subscribe_form input[type=text], #subscribe_form textarea{ 
	width:98%;
	line-height:15px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#subscribe_form #send_button{
	color:#ffffff;
	font-weight:bold;
	background-color:#073a5e;
}
