@import url(../../base/css/forms_adv.css);

.form_advanced_table {
    border-top: 0px solid #1e2829;
    border-right: 0px solid #1e2829;
    border-left: 0px solid #1e2829;
}

.form_advanced_table th,
.form_advanced_table td,
.input_close,
.button_wrapper_close
{
	background-color:transparent;
}

.form_advanced_table th,
.form_advanced_table td {
    border-bottom: 0px solid #1e2829;
}

.form_advanced_table th.block_header {
    background-color:transparent;
}

.button_wrapper_close
{
    position: absolute;
    top: 0px;
    right:0px;
    
    font-size: 1px;
    width: 7px;
    overflow: hidden;
    background-position: right top;
	border:0px solid red;
}

.input_close {
background-position:right top;
background-repeat:no-repeat;
font-size:1px;
overflow:hidden;
position:absolute;
right:-2px;
top:0;
width:4px;
}

