@charset "utf-8";
/* CSS Document */
#optin_box{
	width:348px;
	height:auto;
	}
#top{
	width:348px;
	height:30px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	}
#mid{
	width:308px;
	height:auto;
	background-image:url(images/mid.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	
	}
#bottom{
	width:348px;
	height:30px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	}
.floatL{
	float:left;
	margin-right:10px;
	}
.t1{
	color:#285393;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:5px;
	text-align:left;
	
	}
.t2{
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:35px;
	font-size:14px;
	color:#000;
	margin-top:10px;
	font-weight:bold;
	text-align:left;

	}
.t3{
	
	padding-left:35px;
	font-size:14px;
	color:#000;
	margin-top:10px;
	font-weight:bold;
	text-align:left;

	}