﻿* { margin: 0px; padding: 0px; }

body
{
    background-color: #0054A3;	
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#Header 
{ 
    background-image: url(../images/header.png); 
    background-repeat: no-repeat; 
    background-position: center;
    height: 215px;
    width: 100%;
} 

#Header p
{
    padding-top: 150px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 460px;
    padding-left: 120px;
    margin: 0px auto;
}

#BlueBox
{
    width: 800px;
    margin: 20px auto 0px auto;
    background-image: url(../images/ipcborder_02.gif);
    background-repeat: repeat-y;
}

#BlueBox > .Top
{
    background-image: url(../images/ipcborder_01.gif);
    width: 800px;
    height: 20px;
}

#BlueBox > .Middle
{   
    padding: 0px 20px 15px 20px;
}

#BlueBox > .Bottom
{
    background-image: url(../images/ipcborder_03.gif);
    width: 800px;
    height: 20px;
}

h1
{
    color: #001C69;
    border-bottom: solid 1px #001C69;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 20px;
}

#Unsubscribe input[type=text],
#Unsubscribe textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 400px;
    border: solid 1px #001C69;
    padding: 1px;
}

#Unsubscribe > .Form > .Row
{
    margin-top: 6px;
}

#Unsubscribe > .Form > .Row > .Cell:first-child
{
    font-weight: bold;
    text-align: right;
    margin-right: 8px;
    width: 190px;
}

#Unsubscribe input[type=checkbox],
.Reasons input[type=radio],
.SignUp input[type=checkbox]
{
    margin-top: 5px;
    float:  left;
}

#Unsubscribe input[type=checkbox] + label,
.Reasons input[type=radio] + label,
.SignUp input[type=checkbox] + label
{
    margin-left: 5px;
    margin-top: 4px;
    float: left;
    display: block;
}


.Reasons.Freq input[type=radio]
{
    clear: both;
}

.Reasons.Freq input[type=radio] + label
{
    width: 320px;
}

.GrayText
{
    color: #C0C0C0;
}

.SmallText
{
    font-size: 10px;
    color: #EF181F;
}

.Unsubscribe
{
    width: 1000px;
    margin: 20px auto 0px auto;
    font-size: 10px;
    color: #FFFFFF;
}

.Unsubscribe input[type=text]
{
    font-size: 12px;
    border: solid 1px #999999;
    margin-top: 6px;
}

.Unsubscribe input[type=submit]
{
    font-size: 12px;
    border-style: outset;
    margin-top: 5px;
}

.Unsubscribe a
{
    color: #FFFFFF;
}

.SignUpWrapper
{
    margin-top: 14px;
    width: 775px;
    text-align: left;
    float: left;
}

.Form.SignUp
{
    width: 380px;
    float: left;
}

.Form.SignUp.Second .Row .Cell:first-child
{
    width: 75px;
}

.Form.SignUp .Row
{
    margin-top: 4px;
    float: left;
}

.Form.SignUp .Row .Cell
{
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.Form.SignUp .Row .Cell:first-child
{
    text-align: right;
    padding-right: 4px;
    width: 110px;
}

.Form.SignUp .Row .Cell input[type=text],
.Form.SignUp .Row .Cell select
{
	font-weight: normal;
	color: #000000;
	padding-left: 4px;
	border: 1px solid #999999;
}

.Form.SignUp .Row .Cell option
{
	padding: 0px 4px;
}

.RedText,
.Form.SignUp .Row .Cell.Required
{
	font-weight: bold;
	color: #EF181F;
}

.ErrorCheck
{
    font-size: 10px;
    color: #EF181F;
}

.Spacer
{
    border-bottom: solid 1px #000000;
    margin: 8px 0px;
}

table.Lists td:first-child
{
    width: 167px;
}