﻿
#popupContact{
display:none;
position:fixed;
_position:absolute; 
background:#FFFFFF;
z-index:2;
/*height:220px;
width:650px;
border:2px solid #cecece;
font-family: Arial, Helvetica, sans-serif; 
padding:12px;
padding-top:1px;
font-size:12px;
color:#828177;
overflow:hidden;*/

}
/*
#popupContact h1{
text-align:left;
color:#828177;
font-size:18px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
font-family: arial, Helvetica, sans-serif;
padding-bottom:2px;
margin-bottom:20px;
padding-top:0px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#676428;
font-weight:700;
display:block;
}*/

#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;

}

a{
cursor: pointer;
text-decoration:none;
}
#contactArea
{
	/*width:630px;
	text-align:justify;
	float:left;
	padding-bottom:2px;
	padding-top:0px;*/
}

/* Design  */

.main_content{
	border: 1px solid #808080;
	width: 650px;
	padding: 10px;
	margin: 20px;
}

.button{
	background: url(../images/buton_bg.gif) repeat-x;
	border: 1px solid #6be64f;
	color: #FFF;
	width: 100px;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: auto;
}
.button1{	
	width: 100px;
	text-align: center;	
	padding: 3px;
	margin: auto;
}

.head,.options{
	color: #666;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.options{
	text-align: left;
	margin-left: 50px;
	font-size: 12px;
	color: #000;
}

.head strong{
	color: #000;
}


/*********************************************

    Google map Popup

**********************************************/

#popupContactGMap{
display:none;
position:fixed;
_position:absolute; 
background:#FFFFFF;
z-index:2;
}

#backgroundPopupGMap{
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;
}

.closeMap{
	padding:5px 5px 5px 640px;
	color:#F1970A;
	font-size:13px;
	font-weight:bold;
}

.main_content_GMap{
	border: 1px solid #808080;
	width: 650px;
	height: 400px;
	padding: 10px;
	margin: 0px 20px 20px 20px;
}