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



#news_box{
width:1003px;
height: 30px;
background: #fff /*transparent url('images/news_box_bg.jpg') no-repeat;*/;
border: 1px solid #999;
position: relative;
top: 5px;
margin: auto;
}

#news_box_content{
background: #fff;
width: 999px;
height: 28px;
margin: 1px 0 0 0;
position: relative;
}

#news_box_dyn{
position: absolute;

width: 500px;
height: 28px;
left: 50px;
top: 0;
font-size: 10px;
color: #336699;
padding: 5px 0 0 0;
}

#news_box_dyn a, #news_box_link a{
color: #336699;
text-decoration: none;
}

#news_box_dyn p{
margin: 1px 10px 0 10px;
}

#news_box_link{
position: absolute;
left: 490px;
width:100px;
top: 0px;
font-size: 9pt;
color: #333;

}

#news_box_link a.view_all{
color: #333;
}

#news_box_link a.arrow{
font-size: 11pt;
}

/*for emma form*/
.emma_form {
position: absolute;
height: 28px;
left: 575px;
top: 0px;
}

.emma_form_content{
position: absolute;
left: 155px;
}

.emma_form input.text{
	border:1px solid #999; 
	width: 110px; 
	height: 15px;
	position: absolute;
	top: 5px;
}

.emma_form input.emma_submit{
position: absolute;
left: 115px;
}

#facebook_link{
position: absolute;
left: 925px;
top: 0;
}

#content{
position: relative;
top: 25px;
width: 980px;
padding: 0 0 45px 0;
margin: auto;
}
