@charset "utf-8";

th.patternHead {
    text-align: left !important;
    background-color: #EEE;
    border: none !important;
    border-left: 3px solid #C60D68 !important;
    padding: 8px !important;
}

p#pageDescription {
    margin-bottom: 10px;
}

table#sendMessageTable,
table#passwordTable,
table#saveTable {
    width: 100%;
}

div.formBlock {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #EEE;
    background: url('../../img/pc/cmn_bg_formBlock_l.jpg') repeat-x;
}

input.submit,
input#back,
input#passwordSubmit {
    width: 100px;
}

input#makeUrlSubmit {
    width: 180px;
}


table#saveTable th {
    width: 110px;
}

table#sendMessageTable th {
    width: 140px;
}

div#saveDescriptionWrapper {
    background-color: #FFF;
    padding: 1px;
    border: 1px solid #CCC;
}

div#saveDescription {
    background-color: #E5E5E5;
    padding: 10px;
}

div#saveDescription p {
    float: left;
    display: inline;
    width: 430px;
}

div#saveDescription input {
    margin-top: 12px;
    float: right;
    display: inline;
}

p#urlBlock {
    border: 3px solid #DDD;
    margin-bottom: 20px;
    padding: 8px;
    background-color: #F4F4F4;
    text-align: center;
    font-size: 1.6em;
    font-family: Arial, Helvetica;
    font-weight: bold;
}

p#urlBlock input {
    margin-left: 10px;
}


