#get_result,#create_calk,#delete_form{
    margin-left: 20px;
}

#add_select_wrap,#add_radio_wrap{
    display: none;
}

#type_element_menu div{
    width: 32px;
    height: 32px;
    margin: 0 0 10px 16px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.4;
}


select_el,check_el{
    margin-left: 20px;
    font-size: 20px;
}

.inpt_as_text{
    border: 0;
    background: transparent;
}

#top_right button{
    cursor: pointer;
}

#change_style_area{
    width: 200px;
    height: 500px;
    position: fixed;
    top: 80px;
    left: 20px;
    display: none;
}

#show_resultat{
    margin-left: 20px;
}

#result_calc_page p{
    color: #405c60;
    font-family: 'Trebuchet MS','Myriad Pro',Arial,sans-serif;
    font-weight: bold;

}

select,#result_calc_page input[type="input"]{
    width: 75%;
    margin: 6px 0 6px 0;
    padding-left: 10px;
    line-height: 20px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    color: #1d3c41;
    font-family: 'Trebuchet MS','Myriad Pro',Arial,sans-serif;
    padding: .5em .6em;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#result_calc_page input[type="radio"]{
    width: 18px;
    height: 30px;
    margin: -4px 0px 22px 8px;
    position: absolute;
    box-shadow: none;
}

#result_calc_page label,#add_radio_option label{
    display: block;
    margin-bottom: 10px;
}


#result_calc_page input:focus{
    background: #F5F5F5;
}

#result_calc_page input[type="checkbox"]{
    width: auto;
    margin: 0;
    padding: 0;
}

.hidden_field{
    display: none;
}


.sure_field_char{
    color: #f00;
    font-weight: bold;
}

.result_for_page{
    width: 910px;
    height: 180px;
}

#view_result{
    margin: 0 auto;
    color: #000000;
    font-weight: bold;
    font: normal small-caps 40px/40px fantasy;
}

.line{
    width: 420px;
    border-bottom: 3px dashed #ccc;
}


/* button style - BEGIN */

.button_pay{
    width: 90px;
    height: 30px;
    position: absolute;
    margin: -24px 0 0 665px;
    border: 0;
    color: #fff;
    background: #73B354;
    font-size: 15px;
    cursor: pointer;
}

#button_set_style,#hide_word_elements{
    position: fixed;
    top: 60%;
    background: #555;
    right: 0;
    cursor: pointer;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
}

#hide_word_elements{
    top: 50%;
}


button,.my_button {
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
    background-color:#77b55a;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #4b8f29;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #5b8a3c;
}
button:hover,.my_button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
    background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
    background-color:#72b352;
}
button:active,.my_button:active {
    position:relative;
    top:1px;
}


#result_button_name{
    width: 140px;
}

/* ui */
#width_calc_view,#height_calc_view,#border_calc_px_view{
    height: 10px;
    margin-top: 8px;
    width: 144px;
}

/* /ui */

/* button style - END */