table#customizetable
{
  border:none;
  margin:0px auto;
  padding:0px;
  width:90%;
}

/* MSIE-only style */
* html table#customizetable
{
    margin-left:5%;
    margin-right:5%;
}

table#customizetable td.customizecolumn
{
  width:50%;
  height:100%;
  border-top: 1px solid #AAAAAA;
}

table#customizetable td#customize_left
{
  border-right: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  background-color: #f4f4f4;
  vertical-align:middle;
  text-align:left;
}

table#customizetable td#customize_right
{
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  text-align:center;
  padding:5px;
}

table#customizetable table.customize_inner
{
    height:100%;
}

table#customizetable table.customize_inner th
{
    font-size:13px !important;
    font-weight: bold;
    color: #e47911;
    padding:5px;
    border-bottom: 1px solid #aaa;
    text-align:left;
    height:2em;
    background-color:#ffffff;
}
table#customizetable table.customize_inner td
{
    font-size:13px !important;
    background-color: #f4f4f4;
    padding:2px;
    border-bottom: 1px solid #aaa;
}

table#customizetable table.customize_inner td#customize_inner_bottom
{
  padding-top:10px;
  padding-bottom:10px;
  vertical-align:middle;
  border-bottom: 0px none;
}

table#customizetable table.form_inputs td
{
  border:none;
  vertical-align:middle;
}

table#served_checkboxes td.left
{
  width:1px;
}

table#served_checkboxes
{
  padding-left:10px;
}

table#served_prices_colors
{
  padding-top:20px;
}

table#link_type_select td.left
{
  width:1px;
}

table#link_type_select
{
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
}

table#static_use_large_img
{
  padding-left:10px;
}

table#static_use_large_img td.left
{
  width:1px;
}

table#static_landing_page
{
  padding-top:10px;
  padding-left:10px;
}

table.form_inputs td.left
{
  text-align:right;
  white-space:nowrap;
}

table.form_inputs td.right
{
  text-align:left;
}

div.noscript_update
{
    margin:0px 10px 10px 10px;
    text-align:right;
}
