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

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


.input_close,
.button_wrapper_close
{
	background-color:#030303;
}

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

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

.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;
}

.button_wrapper input.form_input_button,
.button_wrapper input.form_input_submit,
.button_wrapper input.form_input_reset
{
    color:#fff;
}

#float_info {
    background-color: #7a0b4c;
    border: 1px solid #e282ba;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    max-width: 300px;
	color:#fff;
}
