
.modalBackground {
	background-color:#333333;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.modalPopup {
	background-color: white;
	border-width:2px;
	border-style:solid;
	border-color:#6885BB;
	padding:8px;
	width:480px;
	font-family: Arial Narrow;
}
.modalQuadLoginPopup {
	background-color: white;
	border-width:2px;
	border-style:solid;
	border-color:#6885BB;
	padding:6px;
	width:375px;
	font-family: Arial Narrow;
	min-height:360px;
}
.modalQuadLoginPopup fieldset
{
   /* width: 47%;*/
}
.modalCheckSitePopup
{
    font-family:Arial;
    text-align:center;
    color:White;
    font-size:x-small;
    border:solid 1px black;
    background-color:#6885bb;
    padding:15px;
}
.Popup {
	background-color: white;
	padding:8px;
	font-family: Arial Narrow;
}
.blockbutton
{
     border: solid #293347 1px;
     background-color: #586f9a;
     color: white;	
}
.modalQuadLoginPopup .blockbutton
{
    font-size: 10px;
}
/*New for Modal Login Popup*/
.researchForm
{
    width:130px;
    text-align:right;
    display:inline-block;
    margin-right:3px;
    /*font-weight:bold;*/
}
input.researchForm
{
    width: 170px;
    text-align: left;
    font-weight:100;
}
fieldset .blockbutton
{
     margin-left:110px;
}
fieldset
{
/*width:75%;*/
padding:4px;
_border-color: #0068ad;
margin-bottom: 4px;
}
fieldset p
{
    padding:10px;
}
fieldset span, fieldset label
{
    color: #646363;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
}
fieldset input, fieldset select
{
    font-size: 11px;
}
#footer fieldset span
{
    background-color: White;
    color: #646363;
} 
#footer fieldset a, #footer fieldset a:active, #footer fieldset a:hover, #footer fieldset a:visited
{
    background-color: White; 
    color: #001744;  
    text-decoration:underline;
}