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

.as_box {
float:left;
width: 150px;
margin:10px 5px 10px 5px;
border-style:solid;
border-color:#b8d9b4;
border-width:1px;
height:260px;
}
.as_top {
background: #477755;
height: 20px;
padding:2px 2px 2px 15px;
text-align:center;
font-family: arial, helvetica, san-serif;
line-height: 130%;
font-size:12px;
font-weight: 800;
color: white;
}
.as_content {
text-align:center;
padding:5px; 
background:#ffffff;
}
.as_mediaPlayer {
float:left;
width: 470px;
margin:10px 5px 10px 5px;
border-style:solid;
border-color:#b8d9b4;
border-width:1px;
height:250px;
padding:5px;
text-align:center;}