@charset "utf-8";
/* CSS Document */

br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

* html #backgroundPopup{
display:none;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #caeaf9;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:500px;
width:640px;
background:#FFF;
border:1px solid #eaeaea;
z-index:2;
padding:12px;
font-size:12px;
color:#666666;
}

* html #popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:500px;
width:640px;
background:#FFF;
border:1px solid #eaeaea;
z-index:2;
padding:12px;
font-size:12px;
color:#666666;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight: bold;
display:block;
z-index:1;
font-family:Arial, Helvetica, sans-serif;
}
* html #popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
font-weight: bold;
color:#6fa5fd;
font-weight:700;
display:block;
z-index:1;
font-family:Arial, Helvetica, sans-serif;
}
#button{
text-align:center;
border:0;
}

* html #button{
text-align:center;
border:0;
}


/*form style*/


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #00aefd;
background: #f3fbfe;
border: 1px solid #caeafc;
margin:3px 0 0 0 ;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #caeafc;
}

textarea, option, select {
color: #00aefd;
background: #f3fbfe;
border: 1px solid #caeafc;
margin:3px 0 0 0 ;
}

fieldset
{
border: 1px solid #caeafc;
width: 20em
}

legend
{
color: #fff;
background: #f3fbfe;
border: 1px solid #caeafc;
padding: 2px 6px
} 

.popupheading {
color:#00acfa;
}



