
.mail_bit {
    float: left;
    min-height: 24px;
    width: 22%;
    position: relative;
    margin: 3px 2px 3px 0;
    padding: 4px 20px 4px 4px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #2689cb;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
    color: #e6e5e5;
    line-height: 13px;
    cursor: default;
}

.mail_close{
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #e4e4e4;
    background: url(chosen-sprite-gray.png) -42px 1px no-repeat;
    font-size: 1px;
}
  


.mail_send_progressbar{
    display:none;
    accent-color: green;
    height:30px;
}

.cc-show-more, .bcc-show-more,.to-show-more,.attachments-show-more{
	float:right;
}

.cc-show-fewer, .bcc-show-fewer,.to-show-fewer,.attachments-show-fewer{
	float:right;	
}

