.label-info { color: navy; }
.label-error { color: #a10000; }
.label-accept { color: green; }

.btn { 
	font-weight: bold; color: white; font-size: 9pt;
	padding: 5px 10px; height: 20px; text-transform: uppercase; 
	background: #a10000; border: none; 
	border-radius: 5px; font-family: Arial, Helvetica, Tahoma;
}

input.btn { cursor: pointer; height: 20px; padding: 5px 10px 19px 10px; }

.btn:hover { background: #c10000; }
a.btn:hover { text-decoration: none; }


.button { display: block; border: none; background: none; height: 23px; padding: none; cursor:  pointer; background-position: 0 0; background-repeat: no-repeat; text-indent: -1500pt; }
.button:hover { background-position: 0 100%; }
.float { float: left; }

.btnAddClipboard { display: block; border: none; cursor: pointer; width: 190px; height: 40px; background: url('../images/buttons/btnAddClipboard.png'); }
.btnContactMe { display: block; border: none; cursor: pointer; width: 190px; height: 40px; background: url('../images/buttons/btnContactMe.png'); }
.btnViewClipboard { width: 130px; background: url('../images/buttons/btnViewClipboard.png'); }
.announcementAdd { width: 130px; background: url('../images/buttons/announcementAdd.png'); }
.formNext { width: 130px; background: url('../images/buttons/formNext.png'); }

.upload { width: 130px; background: url('../images/buttons/upload.png'); }
.cancel { width: 130px; background: url('../images/buttons/cancel.png'); }
.addNextFile { width: 130px; background: url('../images/buttons/addNextFile.png'); }
.addPhotos { width: 130px; background: url('../images/buttons/addPhotos.png'); }
.saveChanges { width: 130px; background: url('../images/buttons/saveChanges.png'); }
.sendMessage { width: 130px; background: url('../images/buttons/sendMessage.png'); }
.register { width: 130px; background: url('../images/buttons/register.png'); }
.remember { width: 130px; background: url('../images/buttons/remember.png'); }
.raport { width: 130px; background: url('../images/buttons/raport.png'); }
.btnLogin { width: 130px; background: url('../images/buttons/login.png'); }
.btnNewAccount { width: 130px; background: url('../images/buttons/btnNewAccount.png'); }
.btnCheckCode { width: 130px; background: url('../images/buttons/btnCheckCode.png'); }
.btnEdit { width: 130px; background: url('../images/buttons/btnEdit.png'); }
.btnCreateAgain { width: 130px; background: url('../images/buttons/btnCreateAgain.png'); }
.btnDelete { width: 130px; background: url('../images/buttons/btnDelete.png'); }
.btnPhotos { width: 130px; background: url('../images/buttons/btnPhotos.png'); }
.btnNext { width: 130px; background: url('../images/buttons/btnNext.png'); }
.btnClear { width: 130px; background: url('../images/buttons/btnClear.png'); }
.btnSubscriptions { width: 130px; background: url('../images/buttons/btnSubscriptions.png'); }
.btnSmallDelete { width: 93px; background: url('../images/buttons/btnSmallDelete.png'); }
.btnSmallView { width: 93px; background: url('../images/buttons/btnSmallView.png'); }
.btnActivateProfile { width: 130px; background: url('../images/buttons/btnActivateProfile.png'); }
.btnFillProfile { width: 130px; background: url('../images/buttons/btnFillProfile.png'); }
.btnMoreInfo { width: 130px; background: url('../images/buttons/btnMoreInfo.png'); }
.btnCheckOffer { width: 130px; background: url('../images/buttons/btnCheckOffer.png'); }
.btnListSellers { width: 200px; background: url('../images/buttons/btnListSellers.png'); }
.btnSellerOffer { width: 200px; background: url('../images/buttons/btnSellerOffer.png'); }
.btnSaveMe { width: 130px; background: url('../images/buttons/btnSaveMe.png'); }
.btnMakeChanges { width: 130px; background: url('../images/buttons/btnMakeChanges.png'); }
.btnAddAnnouncementWithPhoto { width: 200px; background: url('../images/buttons/btnAddAnnouncementWithPhoto.png'); }
.btnAddAnnouncementWithoutPhoto { width: 200px; background: url('../images/buttons/btnAddAnnouncementWithoutPhoto.png'); }


.default-button {
	background: #ffd700;
	background: -moz-linear-gradient(top,  #ffd700 0%, #da8d03 100%);
	background: -webkit-linear-gradient(top,  #ffd700 0%,#da8d03 100%);
	background: linear-gradient(to bottom,  #ffd700 0%,#da8d03 100%);
	color: #FFF;
	text-shadow: 0 2px 1px rgba(0,0,0,.15);
	padding: 3px 8px;
	border-radius: 5px;
}

.default-button:hover {
	text-shadow: 0 2px 2px rgba(0,0,0,.3);
}

.delete-button {
	background: #a90329;
	background: -moz-linear-gradient(top,  #a90329 0%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#6d0019 100%);
	background: linear-gradient(to bottom,  #a90329 0%,#6d0019 100%);
}

button.default-button { cursor: pointer; }