﻿a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}

#popupContact{
display:none;
_position:absolute; /* hack for internet explorer 6*/
height:170px;
width:340px;
background:#ffffff;
border:4px solid #cecece;
z-index:2;
padding:5px;
font-size:13px;
}
#popupContact h1{
height:15px;
text-align:left;
padding:0 0 5px 0;
color:#333;
font-size:14px;
font-weight:bold;
border-bottom:1px dotted #D3D3D3;
}
#popupContactClose{
margin:155px 0 0 0;
font-size:12px;
line-height:14px;
right:10px;
top:4px;
position:absolute;
color:#333;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:0px;
}