LABEL.amznpp_label {
    float: left;
    font-weight: bold;
    width: 250px;
    text-align: right;
    padding-right: 10px;
    clear:left;
}
SMALL.amznpp_small{
  display:block;
  width:400px;
  margin-left:265px;
}
LABEL.add_new {
  color: #21759B;
}
.amznpp_input {
  width: 400px;
}
CODE {
  font-size: 14px;
}
#amznpp_error {
    margin-top:15px;
    padding:15px;
    background-color:#F5E6E6;
    color:red;
    border: 1px solid red;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 60%;
    text-align:center;
}
#amznpp_error P {
    font-size: 16px;
}
a.amznpp_button {
	padding:4px;
	display:block;
	padding-left:35px;
	background-repeat:no-repeat;
	background-position:5px 50%;
	text-decoration:none;
	border:none;
}

a.amznpp_button:hover {
	border-bottom-width:1px;
}
a.amznpp {
  font-weight: lighter;
  text-decoration: none;
}
a.amznpp .dashicons {
  font-size: 2.0em;
}
