﻿.button_example{
border:1px solid #7d99ca; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
border-radius: 3px;
font-size:12px;
font-family:arial, helvetica, sans-serif; 
padding: 10px 10px 10px 10px; 
text-decoration:none; 
display:inline-block;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-weight:bold; 
color: #FFFFFF;
background-color: #A5B8DA; 
background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);
 }

.button_example:hover{
 border:1px solid #5d7fbc;
 background-color: #819bcb; background-image: linear-gradient(to bottom, #819bcb, #536f9d);
 cursor: pointer;
 }
 
 .newButton {
    border: 2px solid  gray;
    background: #EBFFFF url('../CPImage/btnNew.png') no-repeat 0 0;
    cursor:pointer;
    padding: -1px 2px 2px  5px;
    width: 90px;
    height:35px;
    font-weight:bold;
    border-radius: 5px;
     text-align:right;
}
.newButton:hover {
  background-color: #8585E0;
}
 
 .saveButton {
    border: 2px solid  gray;
    background: #EBFFFF url('../CPImage/btnSave.png') no-repeat 0 0;
    cursor:pointer;
    width: 90px;
    height:35px;
    font-weight:bold;
    padding: -1px 2px 2px  5px;
    border-radius: 5px;
    text-align:right;
}
.saveButton:hover {
  background-color: #8585E0;
  
}

 .cancelButton {
    border: 2px solid  gray;
    background: #EBFFFF url('../CPImage/btnCancel.png') no-repeat 0 0;
    cursor:pointer;
    width: 90px;
    height:35px;
    font-weight:bold;
    padding: -1px 2px 2px  5px;
    border-radius: 5px;
    text-align:right;
}
.cancelButton:hover {
  background-color: #8585E0;
  
}
 .deleteButton {
    border: 2px solid  gray;
    background: #EBFFFF url('../CPImage/btnDelete.png') no-repeat 0 0;
    cursor:pointer;
    width: 90px;
    height:35px;
    font-weight:bold;
    padding: -1px 2px 2px  5px;
    border-radius: 5px;
    text-align:right;
}
.deleteButton:hover {
  background-color: #8585E0;
  
}

 .editButton {
    border: 2px solid  gray;
    background: #EBFFFF url('../CPImage/btnEdit.png') no-repeat 0 0;
    cursor:pointer;
    width: 90px;
    height:35px;
    font-weight:bold;
    padding: -1px 2px 2px  5px;
    border-radius: 5px;
    text-align:right;
}
.editButton:hover {
  background-color: #8585E0;
  
}
 .loadButton {
    border: 2px solid  gray;
    background: #EBFFFF url('../CPImage/btnload.png') no-repeat 0 0;
    cursor:pointer;
    font-weight:bold;
    padding: -1px 2px 2px  5px;
    border-radius: 5px;
    text-align:right;
}
.loadButton:hover {
  background-color: #8585E0;
  
}