#drop {
    width: 100%;
	height: 34px;
	padding-left: 3%;
	padding-right: 3%;
	border: 2px #e2e1df solid;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	box-sizing: border-box;
}

#drop a{
    
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#myul{
    list-style:none;
}

#myul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#myul li input{
    display: none;
}

#myul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#myul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#myul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#myul li span{
    width: 15px;
    height: 12px;
    background: url('icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#myul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#myul li.error p{
    color:red;
}

