/* customer zone styles */

.customerzone_interface {
  padding: 10px;
		width: 210px;
		background-color: #e1b3d1;
  font-size: 10px;
		color: #990066;
}
.customerzone_user_name {
  width: 180px;
  border: 0;
 font-size: 10px;
}
.customerzone_password {
  width: 129px;
  border: 0;
  font-size: 10px;
}