/* =========================================================
   ARCTICMETAL - CONTENT STYLES
   Used by JCE Style Select and frontend content
   ========================================================= */


/* INFO
   --------------------------------------------------------- */

.am-info {
    background: url("/images/info.png") no-repeat left center;
    padding: 15px 0 15px 60px;
    margin-right: 50px;
    margin-left: 50px;
    display: block;
    background-color: #f2f2f2;
    color: #000000;
    border: 1px solid #8a8a8a;
    box-shadow: 5px 5px 5px #888888;
}

/* LIGHTBULB
   --------------------------------------------------------- */

.am-lightbulb {
    background: url("/images/light_bulb.png") no-repeat left center;
    padding: 15px 0 15px 60px;
    margin-right: 50px;
    margin-left: 50px;
    display: block;
    background-color: #f2f2f2;
    color: #000000;
    border: 1px solid #8a8a8a;
    box-shadow: 5px 5px 5px #888888;
}

/* WARNING
   --------------------------------------------------------- */

.am-warning {
    background: url("/images/warning.png") no-repeat left center;
    padding: 15px 0 15px 60px;
    margin-right: 50px;
    margin-left: 50px;
    display: block;
    background-color: #f2f2f2;
    color: #000000;
    border: 1px solid #8a8a8a;
    box-shadow: 5px 5px 5px #888888;
}

/* PIN
   --------------------------------------------------------- */

.am-pin {
    background: url("/images/pin.png") no-repeat left center;
    padding: 15px 0 15px 60px;
    margin-right: 50px;
    margin-left: 50px;
    display: block;
    background-color: #f2f2f2;
    color: #000000;
    border: 1px solid #8a8a8a;
    box-shadow: 5px 5px 5px #888888;
}

/* HORNS
   --------------------------------------------------------- */

.am-horns {
    background: url("/images/horns.png") no-repeat left center;
    padding: 15px 0 15px 60px;
    margin-right: 50px;
    margin-left: 50px;
    display: block;
    background-color: #f2f2f2;
    color: #000000;
    border: 1px solid #8a8a8a;
    box-shadow: 5px 5px 5px #888888;
}

/* SKULL HORNS
   --------------------------------------------------------- */

.am-skullhorns {
    background: url("/images/skull-hands.png") no-repeat left center;
    padding: 15px 0 15px 60px;
    margin-right: 50px;
    margin-left: 50px;
    display: block;
    background-color: #f2f2f2;
    color: #000000;
    border: 1px solid #8a8a8a;
    box-shadow: 5px 5px 5px #888888;
}
