﻿#cms_btn_edit
{
    clear: both;
    z-index: auto;
	position:fixed;
    top:6px;
    right:0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 6px;
    height: 33px;
    display: none;
    background-color: #EEEEEE;
    border-left: solid 1px #333333;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    
}

.cms_btn_edit {	
    display: block;
    width: 140px;
    height: 29px;
    background-image: url('../images/common/cms_btn_edit.gif');
}
.cms_btn_edit:hover {	
    background-image: url('../images/common/cms_btn_edit_dn.gif');
}

.cms_btn_save {	
    display: block;
    width: 192px;
    height: 31px;
    background-image: url('../images/common/cms_btn_save.gif');
}
.cms_btn_save:hover {	
    background-image: url('../images/common/cms_btn_save_dn.gif');
}

#cms_table {
    width: 100%; 
    height: 40px; 
    margin-bottom: 6px; 
    margin-top: 6px;
    background-image: url('../images/common/cms_bar_bg.gif');
    border-left: solid 1px #383838;
    border-right: solid 1px #383838;
}

#cms_td_right {
    width: 4px;
}
#cms_td_left {
    width: 4px;
}

#cms_table td {
    font-family: Verdana, Arial, Times New Roman; 
    font-size: 11px;
}

#cms_table td select
{
    border: 1px solid Black;    
    padding: 2px;
}
#cms_table td input
{
    border: 1px solid Black;    
    padding: 3px;
}
.radwindow {

    margin-top: -720px;

}
