
.box{
  background: url(../img/bg_box.png) repeat-y;
width: 268px;
border: 1px solid #666;
margin-bottom: 30px;
float: left;
}

.boxHeader {
height: 25px;
line-height: 25px;
color: #000066;
border-bottom: 1px solid #666;
background: #fff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
font-size: 13px;
text-align: center;
}

.boxContentWrapper {
width: 270px;
}

.boxContent {
width: 240px;
margin: 10px auto 10px auto;
color: #4d4d4d;
}

.boxContent a {
color: #000066;
font-weight: bold;
}



.boxContent a img {
border: none;
}

.boxContent td {
padding: 10px 0px;
}
