#main
{
    text-align: left;
    font-size: 12px;
    color: #b7b7b7;
}
#main p
{
    margin: 0;
    padding: 0 10px 15px 10px;

}

#main .first
{
    padding-top: 12px;
}

#main h2
{
    font-family: 'trebuchet ms';
    font-size: 14px;
    padding: 0 10px 2px;
    color: #df1e26;
    margin: 0;
}

#main ul
{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}

#boxes #unsubscribe_dialog {
  width:469px;
  height:247px;
}

#unsubscribe_dialog_bg{
  width:469px;
  height:247px;
  background: url('../images/unsubscribe-modal-bg.png');
}

#unsubscribe_dialog input
{
    width: 200px;
    position: absolute;
    left: 196px;
    top: 128px;
}

#unsubscribe_submit
{
    width: 150px;
    height: 20px;
    position: absolute;
    left: 160px;
    top: 175px;
}