/* CSS Document */



p.modalh2 {
color: #ffffff;
font-size:26px;
font-weight:bold;
margin-bottom:40px;
line-height: 1px;

}
.modalh3 {
color: #000000;
font-size:18px;
font-weight:bold;

}

#modalPage
{
	font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
	   z-index: 200;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=90); -moz-opacity:0.8; opacity: 0.8;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 640px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: #EE2E24;
    border: solid 8px black; position: relative;
    top: -250px;
    left: -355px;
    z-index: 1000;
    width: 640px;
    height: 350px;
    padding: 0px;
}
.modalTop
{
    width: 632px;
	height: 1px;
    background-color: #EE2E24;
    padding-top: 7px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 70px;
}

p.modalp {font-size: 16px; color: #ffffff; line-height: 22px;}