

/* Styling the submit button */

.submit {
width: 67px;
height: 27px;
background: url('../images/buttons/submitButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.submit:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/submitButton_rollover.gif') top left no-repeat;
}

/* Styling the reset button */

.reset {
width: 67px;
height: 27px;
background: url('../images/buttons/resetButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.reset:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/resetButton_rollover.gif') top left no-repeat;
}

/* Styling the search button */

.search {
width: 67px;
height: 27px;
background: url('../images/buttons/searchButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.search:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/searchButton_rollover.gif') top left no-repeat;
}

/* Styling the update button */

.update {
width: 67px;
height: 27px;
background: url('../images/buttons/updateButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.update:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/updateButton_rollover.gif') top left no-repeat;
}

/* Styling the login button */

.login {
width: 67px;
height: 27px;
background: url('../images/buttons/loginButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.login:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/loginButton_rollover.gif') top left no-repeat;
}

/* Styling the login button at login.html */

.login-2 {
width: 86px;
height: 39px;
background: url('../images/login/login-button.jpg') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

/* Styling the submit button at login.html */

.submit-2 {
width: 86px;
height: 39px;
background: url('../images/login/submit-button.jpg') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

/* Styling the cancel button */

.cancel {
width: 67px;
height: 27px;
background: url('../images/buttons/cancelButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.cancel:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/cancelButton_rollover.gif') top left no-repeat;
}

/* Styling the save button */

.save {
width: 67px;
height: 27px;
background: url('../images/buttons/saveButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.save:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/saveButton_rollover.gif') top left no-repeat;
}

/* Styling the "Move to Current Marketing Folder" button */

.currentButton {
width: 195px;
height: 27px;
background: url('../images/buttons/movecurrentButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.currentButton:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/movecurrentButton_rollover.gif') top left no-repeat;
}

/* Styling the "Done" button */

.doneButton {
width: 67px;
height: 27px;
background: url('../images/buttons/doneButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.doneButton:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/doneButton_rollover.gif') top left no-repeat;
}

/* Styling the "Move to Hidden Folder" button */

.hiddenButton {
width: 155px;
height: 27px;
background: url('../images/buttons/movehiddenButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.hiddenButton:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/movehiddenButton_rollover.gif') top left no-repeat;
}

/* Styling the "Move to Past Marketing Folder" button */

.pastButton {
width: 185px;
height: 27px;
background: url('../images/buttons/movepastButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.pastButton:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/movepastButton_rollover.gif') top left no-repeat;
}

/* Styling the "Save Listing Only" button */

.savelistingButton {
width: 125px;
height: 27px;
background: url('../images/buttons/savelistButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.savelistingButton:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/savelistButton_rollover.gif') top left no-repeat;
}

/* Styling the "Save Listing and Upload Photo" button */

.saveuploadButton {
width: 185px;
height: 27px;
background: url('../images/buttons/saveuploadButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.saveuploadButton:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/saveuploadButton_rollover.gif') top left no-repeat;
}

/* Styling the "Upload Photo" button */

.uploadphotoButton {
width: 105px;
height: 27px;
background: url('../images/buttons/uploadphotoButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.uploadphotoButton:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/uploadphotoButton_rollover.gif') top left no-repeat;
}

/* Styling the "Send" button */

.sendButton {
width: 67px;
height: 27px;
background: url('../images/buttons/sendButton.gif') top left no-repeat;
border: 0;
cursor: pointer; 
cursor: hand;
}

.sendButton:hover  { /* IE does not recognise the :hover command */
background: url('../images/buttons/sendButton_rollover.gif') top left no-repeat;
}