
#msg1
{
	bottom: 0px;
	right: 0px;
	position:fixed;
    width:360px;
    height: 174px;
    border: solid 1px black;
    margin: 0px 0px 0px 0px;
    background-color:white;
    display:none;
    font-size:13px;
}

#msg3
{
	bottom: 0px;
	right: 0px;
	position:fixed;
    width:360px;
    height: 174px;
    border: solid 1px black;
    margin: 0px 0px 0px 0px;
    background-color:white;
    display:none;
    font-size:13px;
}
#modal .modaltop
{
    width: 362px;
    background-color: Transparent;
    background-image: url(/images/popups/120110-bg.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #ffffff;
    text-align: right;
	margin:0;
}
#modal .modaltitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}

#modal .modalbody
{
    padding: 0px;
    text-align: left;
}

#info_msg1
{
        top: 0px;
        left: 0px;
        position:fixed;
    width:360px;
    height: 402px;
    border: solid 1px black;
    margin: 0px 0px 0px 0px;
    background-color:white;
    display:none;
    font-size:13px;
	z-index: 99999;
}


#info_modal .info_modaltop
{
    width: 352px;
    background-color: Transparent;
    background-image: url(/images/popups/040110-bg.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #ffffff;
    text-align: right;
        margin:0;
}
#info_modal .info_modaltitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}

#info_modal .info_modalbody
{
    padding: 0px;
    text-align: left;
}

#msg2
{
        bottom: 0px;
        right: 0px;
        position:fixed;
    width: 100%;
    height: 80px;
    border: solid 1px black;
    margin: 0px 0px 0px 0px;
    background-color:white;
    display:none;
    font-size:13px;
}

#modal .modaltop2
{
    width: 99.5%;
    background-color: Transparent;
    background-image: url(/images/bg2.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}



