form 
{
	margin:0px;
	padding:0px;
	}
#sectionHeader{
    height:auto; 
    width:760px;
    margin-bottom:0;
    min-height :319px;
    _height:327px;
}

#sectionHeaderText{
    color:#5A5F63;
    line-height:1.2em;
    padding-top:160px;
    padding-left:12px; 
    width:450px;
    margin-bottom:30px; 
}
#sectionHeaderText a, #tb_Subscribe a, #NewsLetter a
{
	color:#11779F;
}
#noticetext
{
	margin-top:-20px; 
    padding-left:12px; 
    padding-right:48px; 
    margin-bottom:30px;
    width:700px;
}
#NewsLetter{
    width:390px;
}
#NewsLetter .Form{
    margin:20px auto 20px auto;
    width:310px;
    font-size:0.9em;
}
#NewsLetter .Formjp{
    margin:20px auto 20px auto;
    width:700px;
    font-size:0.9em;
}

#NewsLetter .Form input, #dv_Feedback .Black{
    background-color:White;
    border: 1px solid Black;
    height:16px; 
    width:210px; 
    font-size:0.98em;
    padding-left:1px;
}
#NewsLetter .Formjp input, #dv_Feedback .Black{
    background-color:White;
    border: 1px solid Black;
    height:16px; 
    width:210px; 
    font-size:0.98em;
    padding-left:1px;
}
/*
#NewsLetter .Form select{
    background-color:White;
    border: 0;
    font-size:1em;
    height:19px; 
    width:160px; 
}*/
#NewsLetter .Form tr{
    height:2.3em;
}
#NewsLetter .SubcribeOptions{
    font-size:0.9em;
    line-height:1.3em;
    margin:0 auto 0 20px; 
    width:310px;  
}
#NewsLetter .SubcribeOptions td{
    padding-bottom:15px; 
}

/* define the style of select */
.NewsLetterSelect * {   
	margin: 0;   
	padding: 0;   
}     
.NewsLetterSelect {   
	border:0;  
	float: left;   
	display: inline;   
}   
.NewsLetterSelect div {   
	border:1px solid Black;
	float: left;   
 }  
/* FireFox, IE7 */  
.NewsLetterSelect>div {   
	width:160px;   
	height:17px;   
	overflow:hidden;   
}
/* IE6 */  
* html .NewsLetterSelect div select {
	display:block;   
	float: left;   
	margin: -2px;	 
	width:164px;
	background-color:White;
	font-size:0.98em;
}  
.NewsLetterSelect div>select {
	background-color:White;
	border:0; 
	display:block; 
	float:none;
	height:21px;
	margin-left: -2px;
	margin-top: -2px;
	padding: 0px;  
	width:164px;
	font-size:0.98em;
	padding-top:2px;
}
.NewsLetterSelect select>option {   
   text-indent: 2px;
}  
.red{
	color:Red;
}
