﻿.cpOtherButton{
    background-color:#FFEA98;
	border: 1px solid #BDB76B;
	border-radius: 8px ; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    color: black;
    float:left;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	min-width: 80px;
	FONT-WEIGHT: bold; 
	cursor: pointer;
}
.cpOtherButton:hover, .cpOtherButton:focus{
    background-color:#FFDF62;
}
.cpOtherButtonDisabled{
    background-color:#FFEA98;
	border: 1px solid #BDB76B;
	border-radius: 8px ; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    color: black;
    float:left;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	min-width: 80px;
	FONT-WEIGHT: bold; 
	cursor: pointer;
}
.cpCloseButton{
    background-color:#61B96B;
	border: 1px solid #BDB76B;
	border-radius: 8px ; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    color: black;
    float:left;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	min-width: 80px;
	FONT-WEIGHT: bold; 
	cursor: pointer;
}
.cpCloseButton:hover, .cpCloseButton:focus{
    background-color:#4EAF5A;
}

.cpAddButton{
    background-color:#8FDEF8;
	border: 1px solid #BDB76B;
	border-radius: 8px ; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    color: black;
    float:left;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	min-width: 80px;
	FONT-WEIGHT: bold; 
	cursor: pointer;
}
.cpAddButton:hover, .cpAddButton:focus{
    background-color:#4BCAF3;
}

.cpRemoveButton{
    background-color:#FFC0C0;
	border: 1px solid #BDB76B;
	border-radius: 8px ; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    color: black;
    float:left;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	min-width: 80px;
	FONT-WEIGHT: bold; 
	cursor: pointer;
}
.cpRemoveButton:hover, .cpRemoveButton:focus{
    background-color:#FF9595;
}


.cpNextButton{
    background-color:#69C877;
	border: 1px solid #BDB76B;
	border-radius: 8px ; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    color: black;
    float:left;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	min-width: 80px;
	FONT-WEIGHT: bold; 
	cursor: pointer;
}
.cpNextButton:hover{
    background-color:#43B855;
}
.cpResetButton{
      background-color:#61B96B;
	border: 1px solid #BDB76B;
	border-radius: 8px ; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    color: black;
    float:left;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	min-width: 80px;
	FONT-WEIGHT: bold; 
	cursor: pointer;
}
.cpResetButton:hover{
    background-color:#4EAF5A;
}

.cpZipButton{
    background-color:#FFEA98;
	border: 1px solid #BDB76B;
    color: black;
    width:30px;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    padding: 1px 2px 1px 2px;
	FONT-WEIGHT: bold; 
	cursor: pointer;
}
.cpZipButton:hover, .cpZipButton:focus
{
    border-radius: 4px ; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    background-color:#FFDF62;
}