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

.form_advanced_table {
    font-size: 11px;
    position: relative;
    width: 100%;
    border-top: 1px solid #1e2829;
    border-right: 1px solid #1e2829;
    border-left: 1px solid #1e2829;
	margin-bottom:7px;
}

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

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

.form_advanced_table th.block_header {
    background-color:#354340;
	color:#e7e9e8;
}

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

.button_wrapper, .button_wrapper input, .button_wrapper_close {
height:30px;
}

.button_wrapper_close
{
    position: absolute;
    top: 0px;
    right:0px;
    
    font-size: 1px;
    width: 7px;
    overflow: hidden;
    background-position: right top;
	border:0px solid red;
}
.button_wrapper input.form_input_button,
.button_wrapper input.form_input_submit,
.button_wrapper input.form_input_reset
{
    color:#fff;
}


