#bluebell {
	background-image:  url("../../img/bluebell.png");
}

.HookGreenDark {
    position: relative;
}
.HookGreenDark input {
    padding-left: 20px;
}
.HookGreenDark .color-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}
.SilverGreen {
    position: relative;
}
.SilverGreen input {
    padding-left: 20px;
}
.SilverGreen .color-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}
.VanDykeBrown {
    position: relative;
}
.VanDykeBrown input {
    padding-left: 20px;
}
.VanDykeBrown .color-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}
.RawUmber {
    position: relative;
}
.RawUmber input {
    padding-left: 20px;
}
.RawUmber .color-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}



