
    .myButtonEditer {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #57688c;
        -webkit-box-shadow:inset 0px 1px 0px 0px #57688c;
        box-shadow:inset 0px 1px 0px 0px #57688c;
        
        background-color:#57585c;
        
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        
        border:1px solid #1f2f47;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
        padding:3px 13px;
        text-decoration:none;
        
    }
    
    .myButtonEditer:hover {
        background-color:#727378;
    }
    .myButtonEditer:active {
        position:relative;
        top:1px;
    }

    
    
    /*----------------------------------------------------------------------*/
    
    
    
    .myButtonDefault {
        
        -moz-box-shadow:inset 8px 4px 0px -18px #91b8b3;
        -webkit-box-shadow:inset 8px 4px 0px -18px #91b8b3;
        box-shadow:inset 8px 4px 0px -18px #91b8b3;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
        background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
        
        background-color:#768d87;
        
        -moz-border-radius:12px;
        -webkit-border-radius:12px;
        border-radius:12px;
        
        border:1px solid #566963;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:11px 23px;
        text-decoration:none;
        
        text-shadow:0px -1px 0px #2b665e;
        
    }
    .myButtonDefault:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
        background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
        
        background-color:#6c7c7c;
    }
    .myButtonDefault:active {
        position:relative;
        top:1px;
    }
    
    
    
    
    /*----------------------------------------------------------------------*/
    
    
    
    .myButtonCreer {
        
        -moz-box-shadow: 4px 2px 9px -1px #899599;
        -webkit-box-shadow: 4px 2px 9px -1px #899599;
        box-shadow: 4px 2px 9px -1px #899599;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
        background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
        
        background-color:#ededed;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #646980;
        
        display:inline-block;
        color:#1c1f2e;
        font-family:Georgia;
        font-size:11px;
        font-weight:normal;
        padding:0px 15px;
        text-decoration:none;
        
        text-shadow:0px -1px 0px #e1e2ed;
        
    }
    .myButtonCreer:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
        background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
        
        background-color:#bab1ba;
    }
    .myButtonCreer:active {
        position:relative;
        top:1px;
    }
    
    
    /*----------------------------------------------------------------------*/
    
    
    .myButtonModify {
        
        -moz-box-shadow: 4px 2px 9px -1px #899599;
        -webkit-box-shadow: 4px 2px 9px -1px #899599;
        box-shadow: 4px 2px 9px -1px #899599;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
        background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
        
        background-color:#ededed;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #646980;
        
        display:inline-block;
        color:#1c1f2e;
        font-family:Georgia;
        font-size:11px;
        font-weight:normal;
        padding:0px 20px;
        text-decoration:none;
        
        text-shadow:0px -1px 0px #e1e2ed;
        
    }
    .myButtonModify:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
        background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
        
        background-color:#bab1ba;
    }
    .myButtonModify:active {
        position:relative;
        top:1px;
    }
    
    
    
    /*----------------------------------------------------------------------*/
    
    
    
    .myButtonConsulter {
        
        -moz-box-shadow: 4px 2px 9px -1px #899599;
        -webkit-box-shadow: 4px 2px 9px -1px #899599;
        box-shadow: 4px 2px 9px -1px #899599;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #ccbeaa));
        background:-moz-linear-gradient(top, #ededed 5%, #ccbeaa 100%);
        background:-webkit-linear-gradient(top, #ededed 5%, #ccbeaa 100%);
        background:-o-linear-gradient(top, #ededed 5%, #ccbeaa 100%);
        background:-ms-linear-gradient(top, #ededed 5%, #ccbeaa 100%);
        background:linear-gradient(to bottom, #ededed 5%, #ccbeaa 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ccbeaa',GradientType=0);
        
        background-color:#ededed;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #646980;
        
        display:inline-block;
        color:#1c1f2e;
        font-family:Georgia;
        font-size:11px;
        font-weight:normal;
        padding:0px 15px;
        text-decoration:none;
        
        text-shadow:0px -1px 0px #e1e2ed;
        
    }
    .myButtonConsulter:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccbeaa), color-stop(1, #ededed));
        background:-moz-linear-gradient(top, #ccbeaa 5%, #ededed 100%);
        background:-webkit-linear-gradient(top, #ccbeaa 5%, #ededed 100%);
        background:-o-linear-gradient(top, #ccbeaa 5%, #ededed 100%);
        background:-ms-linear-gradient(top, #ccbeaa 5%, #ededed 100%);
        background:linear-gradient(to bottom, #ccbeaa 5%, #ededed 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccbeaa', endColorstr='#ededed',GradientType=0);
        
        background-color:#ccbeaa;
    }
    .myButtonConsulter:active {
        position:relative;
        top:1px;
    }
    
    
    
    /*----------------------------------------------------------------------*/
    
    
    
    .myButtonSubmit {
        
        -moz-box-shadow:inset 8px 4px 0px -18px #91b8b3;
        -webkit-box-shadow:inset 8px 4px 0px -18px #91b8b3;
        box-shadow:inset 8px 4px 0px -18px #91b8b3;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
        background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
        background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
        
        background-color:#768d87;
        
        border:1px solid #566963;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:14px;
        font-weight:bold;
        padding:3px 19px;
        text-decoration:none;
        
        text-shadow:0px -1px 0px #2b665e;
        
    }
    .myButtonSubmit:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
        background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
        background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
        
        background-color:#6c7c7c;
    }
    .myButtonSubmit:active {
        position:relative;
        top:1px;
    }
    
    
    
    
    /* ------------------------------------------------*/
    
    .myButtonRowTable {
        
        -moz-box-shadow: 4px 2px 9px -1px #899599;
        -webkit-box-shadow: 4px 2px 9px -1px #899599;
        box-shadow: 4px 2px 9px -1px #899599;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
        background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
        background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
        
        background-color:#ededed;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #646980;
        
        display:inline-block;
        color:#1c1f2e;
        font-family:Georgia;
        font-size:11px;
        font-weight:normal;
        padding:0px 15px;
        text-decoration:none;
        
        text-shadow:0px -1px 0px #e1e2ed;
        
    }
    .myButtonRowTable:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
        background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
        background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
        
        background-color:#bab1ba;
    }
    .myButtonRowTable:active {
        position:relative;
        top:1px;
    }
    