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

/* These are the pop-up styles */

a{
cursor: pointer;
text-decoration:none;
}
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:10;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:252px;
width:640px;
background:#333333;
border:2px solid #FFD200;
z-index:12;
font-size:13px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
top: -13px;
left: 626px;
color:#FFD200;
font-weight:300;
display:block;
width: 20px;
height: 20px;
}
#contactArea {
	margin: 0;
	padding: 0;
}