
body {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    margin:auto 5px;width:auto;height:auto;
    }

h1, h2 {
    font-size:116%;
    font-weight:bold;
}

.box {
background: url(./box-m.gif) repeat-y;
width: 620px;
height: 1%;
margin: 21px 0 0;
}
.box-holder {
width: 100%;
overflow: hidden;
padding: 0 0 25px;
background: url(./bg-border2.png) repeat-x 0 100%;
}

.box .holder {
background: url(./box-t2.gif) no-repeat;
}
.box .holder .frame {
background: url(./box-b.gif) no-repeat 0 100%;
width: 600px;
padding: 18px 4px 42px 16px;
}
.box-content {
margin-top: -5px;
margin-bottom: -5px;
color: #6E7F8B;
font-size: 77%;
}
 
.box h3 {
 margin: 10px 0 0;
 color: #6C0;
 font-size: 18px;
 font-weight: 400;
 }

.box-content {
color: #6E7F8B;
}

.box ul.supports-list {
  list-style: none;
  font-size: 11px;
  margin: 7px 0 0;
  padding: 0;
}

.box ul.supports-list li.supports-list-item {
float: left;
width: 209px;
display: list-item;
text-align: -webkit-match-parent;
outline-style: none;
}

.box ul.supports-list li.last {
width: 200px;
}

.box ul.supports-list li img {
float: left;
margin: 0 8px 7px 0;
}

.box ul.supports-list li a {
float: left;
clear: both;
background: url(./bg-more.gif) no-repeat 0 center;
padding: 0 0 0 20px;
color: #333;
line-height: 16px;
}