div.pager {
    clear: both;
    margin: 10px 10px 10px 15px;
    padding: 2px 2px 4px 2px;
    width: 546px;
    background: transparent url(site/images/box_bg.jpg) repeat-x left top;
    border: 3px double #E5E5E5;
}
div.pager a,
div.pager span {
    margin: 0px 2px 0px 2px;
}

table.items a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #2074B0;
    display: block;
    background-color: #FFF;
    color: #2074B0;
    padding: 3px;
    text-align: center;
}
table.items a.button {
    padding: 1px 3px 1px 3px;
}
table.items a.button.new:hover {
    background-color: #2074B0;
    color: #FFF;
}

table.items a.button.edit:hover {
    background-color: blue;
    color: #FFF;
}

table.items a.button.delete:hover {
    background-color: red;
    color: #FFF;
}

*.error {
    border: 1px solid red;
    background-color: #ffeeee;
}

label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}


/*------------------------------
    form table
------------------------------*/
table.form_table *.error {
    border: 1px solid red;
    background-color: #ffeeee;
}
table.form_table label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}
table.form_table input, textarea {
    border: 1px solid #000000;
    font-family: Arial;
    font-size: 12px;
    background-color:#FFF;
}
table.form_table td {
    padding:6px;
}

table.form_table select{
    width: 219px;    
}

.bordertop{
    border-top:1px solid #000000;
}

table.form_table select.text250,input.text250 {
    width: 200px;
}
table.form_table input.text200 {
    width: 219px;
}

table.form_table input.text50 {
    width: 50px;
}

table.form_table input.inputleft {
    width: 219px;
    
}

table.form_table input.text100 {
    width:100px;
}

table.form_table input.text120 {
    width:120px;
}

table.form_table input.input_number {
    width: 20px;    
}


table.form_table input.inputmezo{
    width: 219px;
    
}

table.form_table input.inputleft_error{
    width: 219px;
    border:1px solid red;
    background-color:#F6F6F6;
}

table.form_table input.inputmezo_error{
    width: 219px;
    border:1px solid red;
    background-color:#F6F6F6;
}



table.form_table textarea.text250 {
    width: 200px;
    height: 100px;
    overflow: auto;
}

table.form_table label {
    cursor: pointer;
}
table.imgeditor th,
table.form_table th {
    
    color: #000;
    font-weight: bold;
    text-align: left;
    padding:5px;
    border-bottom:1px solid #000;
    font-size:16px;
    padding-bottom:15px;
    padding-top:15px;
}

table.form_table td .text300 {
    width: 300px;
}


table.form_table input.submit {
    width: 100px;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #DDDDDD;
    padding:4px 10px 4px 10px;
}


/*------------------------------
    guestbook
------------------------------*/
.guestbook_date {
    font-size: 10px;
}

/********************
 * start pager
 ********************/
div.pager {
    display: block;
    clear: both;
    height: 22px;
	border: 0;
}
div.pager a,
div.pager span {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    margin: 2px;
}
div.pager a {
    border: 1px solid #0072BB;
    text-decoration: none;
	color: #0072BB;
}
div.pager a:hover {
    border: 1px solid #0072BB;
    background-color: #0072BB;
	color: #FFF;
}
div.pager span {
    border: 1px solid #AAA;
    color: #AAA;
}