﻿#popUpMain
{
    padding: 10px;
    background-image: url('../images/bkg_popUp.jpg');
    background-repeat: no-repeat;
    height: 300px;
    overflow: auto;
    width:550px;
}
#popUpHeader
{
	background-image: url(../images/bkg_popUpT.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 60px;
}

#popUpContent
{
    font-family: Verdana;
    font-size: 12px;
}
#popUpContent h1
{
    font-size: 18px;
    color: #314057;
}
#popUpContainerTestimonial {
    z-index:-2;
    top:400px;    
    width:550px;
    left:300px;
	border: 2px solid #223242;
	background-color: #FFFFFF;		
	position:absolute;
}
#popUpFooter
{
    background-image: url('../images/bkg_popUpB.jpg');
    background-repeat: no-repeat;
    width: 550px;
    height: 37px;
    text-align: center;
}

#testimonialtext
{
    width: 550px;
    margin: 10%;
}

.mpbg
{
    background-color:White;
}