@charset "utf-8";
/* CSS Document */
	#optin_box
		{
			background:url('images/optinbg.png');
			background-repeat:no-repeat;
			width:338px;
			height:41px;
			float:center;
			padding:5px 7px 5px 7px;
		}
	#optin_box .heading
		{
			width:338px;
			float:left;
			font-family:arial;
			font-size:14px;
			color:#ffffff;

		}
	#optin_box .bottom
		{
			width:338px;
			float:left;
			margin-top:3px;
		}	
	#optin_box .bottom .textbox
		{
			width:181px;
			float:left;
		}	
	#optin_box .bottom .textbox .inputbox
		{	
			width:181px;
			height:15px;
			background:#ffffff;
			padding:2px;
			font-size:11px;
			color:#000000;
			border:none;
		}	
	#optin_box .bottom .buttonbox
		{
			width:139px;
			float:left;
			margin-left:6px;
		}	
	#optin_box .bottom .buttonbox .btn_submit
		{
			background:url('images/btn_submit.png');
			background-repeat:no-repeat;
			width:139px;
			height:19px;
			border:none;
		}		
		