/* 
    Document    : my_demo
    Created on  : 05.09.2012, 22:35:58
    Author      : myTheme
    Version     : 0.0.1
    Description : Css rules for my_demo.css
    Author URI  : http://mythem.es
*/

.mytheme_demo_panel{
    background-image:url("images/panel.png");
    display:block !important;
    height:110px;
    position: fixed;
    width:190px;
    margin:0px 150px 0px -150px;
    z-index: 200;
}

.mytheme_demo_panel div.mytheme_demo_trigger{
    position:absolute;
    margin:10px 0px 0px 155px;
    width:25px;
    height:25px;
    border-radius:3px;
    -moz-border-radius: 3px;
}

.mytheme_demo_panel div.mytheme_demo_trigger a{
    background-image:url("images/trigger.png");
    background-repeat: no-repeat;
    background-position: -25px 0px;
    display:block;
    width:25px;
    height:25px;
}

.mytheme_demo_panel input#my-field-mytheme-general-color{
    border:1px solid #ededed;
    color:#999999;
    font-size:15px;
    font-weight: 600;
    height: 30px;
    margin:5px 5px 5px 15px;
    padding:3px;
    width:70px;
    text-transform: uppercase;
}

.mytheme_demo_panel a#link-pick-mytheme-general-color{
    position:absolute;
    margin-top:5px;
    width:38px;
    height:38px;
    display: inline-block;
}

.mytheme_demo_panel label{
    display: block;
    font-weight:bold;
    font-size:14px;
    color:#232323;
    margin:25px 0px 0px 15px;
    text-transform: uppercase;
}