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

.form_advanced_table {
    font-size: 11px;
    position: relative;
    width: 100%;
    border-top: 1px solid #37363e;
    border-right: 1px solid #37363e;
    border-left: 1px solid #37363e;
}

.form_advanced_table th,
.form_advanced_table td,
.input_close,
.button_wrapper_close
{
	background-color:#14141c;
}

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

.form_advanced_table th.block_header {
    background-color:#14141c;
}

.button_wrapper,
.button_wrapper_close
{
    background-image: url(../images/button_bg.png);
    background-repeat: no-repeat;
}

.button_wrapper a
{
	color:#fff;
}

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