div#pick-templates div.ps-tpl {
    text-align: center;
    display: inline;
    float: left;
    width: 180px;
    margin: 0px 0px 20px 10px;
    height: 260px;
    font-size: .9em;
    line-height: 1.2em;
}

div#pick-templates div.ps-tpl h4 {
    margin: 0px;
}

div#pick-templates img {
    border: 1px black solid;
    margin-right: 10px;
    width: 170px;
    height: 200px;
}

div.tpl-folder {
    float: left;
    display: inline;
    width: 130px;
    text-align: center;
}

div.orphans {
    border: 1px solid black;
    padding: 8px;
    margin-bottom: 1em;
}

div.options {
    border-top: 1px dotted gray;
    padding: 3px;
    margin-top: 5px;
}

a.pointer {
    cursor: pointer;
}

div.subpage {
    font-size: 90%;
}

div.subpage td.page-number {
    text-align: center;
}

div.pagesmith-page-links {
    text-align: right;
}

a.button {
    cursor : pointer;
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 5px 7px 5px 7px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    white-space: nowrap;
    text-decoration : none;
}

div.show-after {
    padding : 4px;
    border : 2px solid red;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-button-icon-primary {
    margin : 0px 0px 0px 0px;
    top : 0px;
    left : 0px;
}

.pagesmith-edit {
    clear:both;
}