﻿.geoPopupBackground {
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#testBtn
{
    font-size:1.3em;
    margin-left:50%;    
}
.geoSelect
{
    position:relative;
    width:720px;
    height:320px;
    background:#000000 url(/images/geoSelect/bg.jpg) top left no-repeat;
    padding:5px;
}
.geoClose
{
    padding:5px 3px 0 0;
    overflow:hidden;
}
.geoClose img
{
    float:right;
    cursor:pointer;
}
.geoSelect table
{
    border-collapse:collapse;
    width:720px;
    margin-top:34px;
}
.geoSelect table table
{
	width: auto;
	margin-top: 0px;
}
.geoSelect table td
{
    font-family:Arial, Sans-Serif;
    color:#ffffff;
    padding:0;
    margin:0;
    line-height:20px;
}   
.geoSelect table td p
{
    margin-top:15px;
}
.geoSelect table col.colOne
{
    width:55%;
}
.geoSelect table col.colTwo
{
    width:45%;
}
.geoSelect table td.head1, .geoSelect table td.head2
{
    font-size:2.6em;
    text-align:right;
    font-weight:bold;
    padding-bottom:20px;
}
.geoSelect table td.head1
{
    padding-right:8px;
}
.geoSelect table td.head2
{
    color:#ffdd00;
    text-align:left;
}
.geoSelect table td.bodyText1
{
    font-size:1.4em;
    font-weight:bold;
    text-align:right;
    vertical-align:top;
    padding-right:8px;
}
.geoSelect table td.bodyText1 .bodySiteDes
{
    color:#ffdd00;
}
.geoSelect table td.bodyText2
{
    font-size:1.2em;
    border-left:1px solid #463425;
    padding-left:3px;
    line-height:21px;
    text-align:left;
}
.geoSelect table td.bodyText2 input[type="radio"]
{
    margin-right:4px;
}
.geoSelect table td.bodyText2 .choiceOr
{
    padding-left:23px;
}
.geoSelect table td.bodyText2 p.submitBtn
{
    margin-left:6px;
}
.geoSelect table td.bodyText2 input[type="submit"]
{
    padding:0 10px;
    font-size:0.8em;
}
.geoSelect table td.bodyText2 .bodyChooseLoc
{
    display:block;
    padding-bottom:8px;
    line-height:18px;
}


