.ui-widget input {
    width: 32px;
}
.el-paddinginput select {
    width: 42px;
}
.el-dialogform-content input {
    padding: 0;
}
.el-dialogform-content select {
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
}
.el-dialogform-content legend {
    width: auto;
}



.item-status-checkbox {
    margin-bottom: 10px;
    padding-left: 0;
    vertical-align: middle;
    display: inline-block;
}
.item-status-checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-right: 3px;
}

.item-view {
    border: 1px solid #DDDDDD;
    padding: 8px;
    margin-bottom: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.item-view3 {
    width: 282px;
    float: left;
    margin-left: 20px;
    min-height: 60px;
}

div.info-message {
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 110;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}
div.info-message.error {
    background: #FFEEEE;
    border-color:#CC0000;
}
div.info-message.success {
    background: #C6D880;
}

div.error label,
label.error,
span.error,
span.errorMessage
{
    color: #B94A48;
}

div.error input,
div.error textarea,
div.error select,
input.error,
textarea.error,
select.error
{
    border-color: #B94A48;
}

.add-on {
    margin-top: -10px;
}

/* Мои стили... */
.warning-simple-password {
    background: #FFEEEE;
    color: #CC0000;
    border:2px solid #CC0000;
    font-weight: bold;
    font-size: 16px;
    margin: 3px;
    padding: 5px;
}

.list-view .view-order-new {
    border: 2px solid #33aa33 !important;
}

.list-view .view-order-processing {
    border: 2px solid #d0aa0d !important;
}

.list-view .view-order-absent {
    border: 2px solid #bb1111 !important;
}

.list-view .view-order {
    border: 2px solid #e1e0e0 !important;
}

.list-view .order-payment-success {
    color: #33aa33;
}

.list-view .order-payment-failure {
    color: #bb1111;
}

.list-view .view:hover {
    background-color: #fbf9ee;
}

.ui-anim-220x19 {
    background:url(../images/ui-anim-basic_220x19.gif);
    width: 220px;
    height: 19px;
    margin: 0 auto;
    margin-top: 30px;
}

.radio-list label {
    float: left;
    margin-right: 10px;
}

.thumb-image {
    float:left;
    margin-right: 5px;
}

.currency-batch-table input {
    width:100%;
}

.brand-box {
    border: 1px solid #C9E0ED;
    margin: 10px 2px;
    padding: 10px;
    width: 200px;
    float: left;
}


b.clearb {clear:both; margin:0; padding:0; height:0; display:block; #display:compact;}

.url {
    color: #B2B1B1;
}



.order-status-menu ul {
    list-style: none;
    float: right;
}
.order-status-menu li {
    padding-right: 5px;
    display: inline;
    /*border: solid #666E73;
    border-width: 0px 0px 1px;*/
}
.order-status-menu li.active {
    border-radius: 4px;
    /*border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
    padding-left: 5px;
    padding-right: 5px;
    /*border: solid #CCCCCC;*/
    border: dashed #666E73;
    border-width: 1px;
}
.order-status-menu a {
    text-decoration: none;
}
.management {
    float: right;
}

.delete-button {
    background:url(delete-image.png);
    width:10px;
    height:11px;
    cursor:pointer;
}
/* ...Мои стили */
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
    background:white url(../images/logo-bg.png) repeat-x left top;
    height: 52px;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo {
background: url(../images/logo.png) no-repeat left;
height: 20px;
width: 179px;
float: left;
color: white;
font-weight: bold;
padding: 32px 0 0 51px;
font-family: Verdana, Geneva, sans-serif;
}