	body{
		margin:0px;padding:0px;
	}
	#newsletter_container *{font-family: arial, helvetica, sans-serif; font-size:12px; 	color:#5d5d5d;	line-height:1.5; }
	#newsletter_container{
		background-color:#fff; margin-top:0px; 
		width:227px;
		height:158px;
		margin-top:5px;
		margin-left:5px;
		background-image:url(images/newsletter_box.gif);
		background-repeat:no-repeat;
	}
	
	/*#ie6 #newsletter_container{background-color:#fff; margin-top:0px;}*/
	
	#newsletter_container  #newsletter_box{
		padding:0px 10px;
	}
	
	#newsletter_container  #newsletter_title{
		font-family:font-family: arial, helvetica, sans-serif;
		padding-top:6px;
		color:#37607c;
		font-weight:bold;
		font-size:16px;
	}
	#newsletter_container  #newsletter_short_exp{
		font-family:font-family: arial, helvetica, sans-serif;
		color:#000;
		font-size:13px;			
		margin-top:-6px;
		font-weight:bold;
		padding-bottom:5px;
	}
		#ie6 #newsletter_container  form,#ie7 #newsletter_container  form{
			margin-top:0px;
		}
	#newsletter_container  .signup_div{
		clear:both;
		line-height:19px;
		margin-bottom:5px;
	}
	#ie6 #newsletter_container  .signup_div{
		margin-bottom:2px;
	}					
	
	#newsletter_container  .signup_div input{
		float:right;
		height:19px;
		width:148px;
		border:1px solid #ccc;
		background-color:#f3f3f3;
	}
	
	#newsletter_container  .signup_div input.error{
		border:1px solid red;
	}
	#ie6 #newsletter_container  .signup_div input,	#ie7 #newsletter_container  .signup_div input{
		width:145px;
	}
	#newsletter_container  .signup_div label{
		font-weight:bold;
		display:inline;
		width:50px;
	}		
	
	#newsletter_container  #newsletter_box  .bttn_submit{
		padding-top:5px;
		padding-right:10px;
		clear:both;
		line-height:19px;
		margin-bottom:7px;
		width:205px;
		
	}
		#newsletter_container  #newsletter_box  .bttn_submit input{ 
			background-image:url(images/bttn_submit.gif);
			background-repeat:no-repeat;
			float:right; height:22px; width:65px; cursor: pointer; border:0px;
		}
		
		#newsletter_container  #newsletter_box  .bttn_submit a{
			color:#5d5d5d;
			font-weight:bold;
		}

	#newsletter_box  h2{
		font-family:font-family: arial, helvetica, sans-serif;
		color:#37607c;
		font-weight:bold;
		font-size:16px;
		margin:0px;
		padding:10px 0px 0px 5px;
		border-bottom: 1px dotted #ccc;
	}
	#newsletter_box  p{
		color:#37607c;
		font-size:14px;
		margin:0px;
		padding:15px 0px 0px 5px;
	}
	
		