@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700italic,600italic,700,600,400italic);
/* font-family: 'Open Sans', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700);
/* font-family: 'Dosis', sans-serif; */


#backgroundPopup{  
font-family: 'Open Sans', Helvetica,sans-serif;
font-size: 14px;
line-height: 1.72222;
font-weight: 300;
 color: #333333;
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0; 
background:#DDDDDD;  
border:1px solid #000000;  
z-index:1000;  
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:600px; 
width:700px;  
background:#444;  
border:2px solid #000000;  
z-index:2;  
font-size:13px;  
bottom:10px;
}  
#popupContact h1{  
text-align:left;  
color:#6FA5FD;  
font-size:22px;  
font-weight:bold;  
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;  
width:16px;
cursor:pointer;
display:block;  
background:url(../images/cross.png)
} 
.wrapper{
	margin:0;
	background:#FFF;
}
	
.box{
	display: block;
	margin-left: 0px;
	border-right: 1px solid #CDCDCD;
	border-width: 4px 1px 1px;
	border-style: solid;
	border-color: #CDCDCD;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	background: linear-gradient(to bottom, #EAEAEA 0%, #DDD 100%) repeat scroll 0% 0% transparent;
}
