table.central {
    width: 888px;
    height: 269px;
    background: transparent url(/images/bigimage.png) top left no-repeat;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

table.central td {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.3em;
    line-height: 160%;
}

table.central p {
    line-height: 150%;
}

table.central img {
    margin: 0px;
}

table.central td.buttons {
    padding: 40px;
    padding-right: 20px;
    vertical-align: top;
}

table.central td.screen {
    width: 210px;
    padding: 30px;
    padding-left: 20px;
    vertical-align: top;
}

hr {
    border: none;
    border-top: dotted;
    border-width: 1px;
}

table.features {
    width: 100%;
    border: 1px;
    margin: auto;
}

table.features td {
    vertical-align: top;
}

img.features {
    margin: 0px;
    margin-right: 25px;
    border: none;
    float: right;
}

.testimonial {
    background: #ffffa5;
    text-align: center;
    /*	font-style: italic;*/
    font-size: 85%;
    padding: 10px;
    border: solid 1px gray;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    width: 270px;
}

.testimonial p {
    margin: 0;
    padding: 0;
}

.testimonial p.signature {
    text-align: right;
    font-weight: bold;
    font-style: italic;
    margin-top: 1em;
}

p.breadcrumbs {
    font-size: 8pt;
    line-height: 100%;
    padding: 5px;
    margin-bottom: 30px;
    color: #555555;
    background-color: #efefef;
}

.scroll {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fef9f4 url(/images/coda_bk.png) repeat-x scroll left top;
    border: 0px solid #2f537a;
    padding: 20px;
    /*  width: 90%;*/
    margin: 0px auto;
}

#shade {
    background: #fff url(/script/shade.jpg) no-repeat center top;
    height: 25px;
    margin: 0 auto;
}

.panel {
    /*overflow: auto;
    overflow-x: hidden;*/
    position: relative;
    clear: left;
    padding: 0px;
    padding-bottom: 1px;
    margin: 0px auto;
}

.panel img {
    margin: 10px;
    text-align: center;
}

.panel td {
    vertical-align: top;
}

.panel {
    margin-top: 10px;
    margin-bottom: 10px;
}

.circled {
    border-radius: 50%;
    background: #FF5904;
    color: white;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin: 10px;
    margin-left: 30px;
}

ul.flags {
    list-style: none;
    padding-left: 10px;
}

ul.flags > li > img {
    margin: 0 10px;
}