body {
    background: #eccba7; 
    font-family: georgia, times new roman;
    text-align: center;
    color: #a31c23;
}

#all {
    width: 632px;
    margin: 0 auto 0 auto;
    background-color: #fef2dd;

}

h1 {
    padding: 15px 0 5px 0;
    font-size: 30px;
}

h2 {  
    float: left;
    font-size: 15px;
    
    margin: 0;
}

form {
    background-color: #f4e2ce;
    
}

.inp_name {
    width: 340px;
    padding: 10px;
    margin: 10px 0 10px 140px;
    color: #615c50;
}

select {
    float: right;
    color: #797979;
}

td {
    color: #000;
}
 
input {
    color: #797979;
}

#cmdRozwin, #txtKolor {
    float: right;
    margin: 0 0 0 5px;
}

#txtKolor {
    width: 110px;
}

#submit {
    margin-top: 30px;
    padding-bottom: 15px;
    width: 100%;
}

#divChange {
    float:left;
    padding: 40px 0 20px 0;
    background-color: #fef2dd;
}

.box_paleta {
    float: left;
    width: 190px;
    padding: 0 0px 0 25px;
    margin: 0 50px 0 50px;
    text-align: left;
    background: url(../images/mulina_name_left.jpg) top left no-repeat #da826e; 
}

.paleta_name {
    float: left;
    width: 190px;
    line-height: 29px;
    color: #fffcf3;
    background: url(../images/mulina_name_right.jpg) top right no-repeat ; 
}

#tab_all {
    float: left;
    
}

.tab_names {
    float: left;
    width: 190px;
    padding: 0 0px 0 25px;
    margin: 13px 50px 0 50px;
}

.p_left, .p_right{
    font-size: 14px;

    font-weight: bold; 
    color: #5a5a5a;
}

.p_left {
     float: left;
     width: 70px;
     text-align: left;
     margin: 0 20px 0 0px;
}

.p_right {
    float: left;
    margin-left: 30px;
}

.color_box {
    float: left;
    width: 65px; 
    height: 45px;
    margin-left: 15px;
    border: 1px solid rgb(0, 0, 0);  
}

#kolory_monitor {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    background:#fef2dd;
    color: #ae0228;
}

