﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:white;
    border-width:2px;
	border-style:solid;
	border-color:Gray;
	width:350px;
}

.modalTop
{
	width: 342px;
    background-color: Transparent;
    background-image: url(../Q-Images/bg.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #ffffff;
    text-align: right;
    cursor:move;
}

.modalTitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}

.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}

.modalBody
{
    padding: 10px;
    text-align: left;
    font-family:Arial;
    font-size:13px;
}