
/* Mailer */


div#mailer
{
	width: 500px;
	height: 355px;
	position: absolute;
	top: 200px;
	z-index: 1;
    border:   solid 1px #5990c2;
    background: white;
}

div#mailer div.menu
{
  background: #5990c2;
  margin: 1px;
  height:     16px;
}

div#mailer div.menu div.title
{
  margin:   1px;
  margin-left: 10px;
   float:    left; 
  overflow: hidden;
}

div#mailer div.menu div.close
{
  width:    13px;
  height:   13px;
  margin:   1px;
  float:    right;
  overflow: hidden;
}

div#mailer div.container
{
    width: 500px;
    height: 309px;
    margin-top: 0px;
}

div#mailer div.container div.contents
{
    margin-left: 10px;
    padding-top: 10px;
}

div#mailer div.mailer
{
    width: 500px;
    height: 30px;
}

div#mailer div.mailer div.text
{
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

div#mailer div.mailer div.button
{
    text-align: right;
    padding: 5px;
    float: right;
}

#submit_mailer
{
    background-color: #5990c2;
}

table.mailer_table
{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

table.mailer_table td.left
{
	width: 250px;
    padding: 5px;
}

table.mailer_table td.right
{
	margin: 5px;
    text-align: right;
}


input.own_email
{
	width: 200px;
}

textarea.target_email
{
	width: 200px;
	height: 90;
}

textarea.mailer_description
{
	width: 480px;
	height: 60;
}

/* Confirmbox */

div#confirmBox,
div#confirmBoxPurgeAll
{
    position: absolute;
    left: 500px;
    top: 350px;
    width: 340px;
    height: 75px;
    border:   solid 1px #5990c2;
    background: white;
}


/* Stuur Mailer */

div#stuurmailer
{
        width: 500px;
        height: 355px;
        position: absolute;
        top: 200px;
        z-index: 81;
    border:   solid 1px #5990c2;
    background: white;
}

div#stuurmailer div.menu
{
  background: #5990c2;
  margin: 1px;
  height:     16px;
}

div#stuurmailer div.menu div.title
{
  margin:   1px;
  margin-left: 10px;
   float:    left;
  overflow: hidden;
}

div#stuurmailer div.menu div.close
{
  width:    13px;
  height:   13px;
  margin:   1px;
  float:    right;
  overflow: hidden;
}

div#stuurmailer div.container
{
    width: 500px;
    height: 309px;
    margin-top: 0px;
}

div#stuurmailer div.container div.contents
{
    margin-left: 10px;
    padding-top: 10px;
}

div#stuurmailer div.mailer
{
    width: 500px;
    height: 30px;
}
div#stuurmailer div.mailer div.text
{
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

div#stuurmailer div.mailer div.button
{
    text-align: right;
    padding: 5px;
    float: right;
}

#submit_mailer
{
    background-color: #5990c2;
}

table.mailer_table
{
        font-size: 11px;
        font-family: arial, helvetica, sans-serif;
}


table.mailer_table td.left
{
        width: 250px;
    padding: 5px;
}

table.mailer_table td.right
{
        margin: 5px;
    text-align: right;
}


input.own_email
{
        width: 200px;
}

textarea.target_email
{
        width: 200px;
        height: 90;
}
textarea.mailer_description
{
        width: 480px;
        height: 60;
}

/* end stuur mailer */

/* Confirmbox Mail */

div#confirmBoxMail
{
    position: absolute;
    left: 500px;
    top: 350px;
    width: 340px;
    height: 75px;
    border:   solid 1px #5990c2;
    background: white;
}

