::selection {
    color:            #ffffff;
    background-color: #0b57d0;
}
::-moz-selection {
color:            #ffffff;
background-color: #0b57d0;
}

.err{
	color:red;
}

.upperCase{
	text-transform: uppercase;
}



label.error {
    color: red;
    display: block;
    margin-top: 5px;
}

input.error {
    /*border: 1px dashed red!important;*/
    border: 1px solid red!important;

    font-weight: 300;
    color: red;
}

#add_new_product #unit_price {    width: 100px;}

