div.color_picker{
    float: right;
    left: 200px;
    top:auto;
    width:200px;
    display: none;
    position: absolute;
    background-color: silver;
    border: 1px solid gray;
}

.w_table {border-collapse: collapse;}

.w_table td{
    border: 1px solid gray;
}

#w_creator_table input{
    width: 60px;
}

#form_container tr{
    height: 30px;
    font-size: 11px;
}
#form_container input{
    width: 70px;
}
#form_container select{
    width: 100px;
}

td.wr{
    text-align: right;
}
#w_sports_td{
    vertical-align: top;
}
#w_sports_td input{
    width: 20px;
}
#w_text_przyklad{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px !important;
}

div.w_creator_button_red{
    background: url('widget_red_bt3.png') no-repeat scroll 0 0 transparent;
    line-height: 31px;
    width: 150px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: block;
    margin-left: 200px;
}

span.w_creator_button{
    background: url('widget_bt.png') no-repeat scroll 0 0 transparent;
    line-height: 31px;
    width: 120px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
div.w_creator_button:hover , div.w_creator_button_red:hover {
    color:#f90;
}

#w_time_zone{
    width: 120px !important;
}
#w_font_size{
    width: 50px !important;
}
textarea {
    width:500px;
    height:50px;
    padding:10px;
}
