.contact {
	display:none;
	width:250px;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #c9c9c9;
	text-align:center;
	line-height: 1.6em;
	background-image: url(../imgs/blk_grad.png);
	background-color: #333;
	border: 1px solid #666;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #222;
	-webkit-box-shadow: 0 0 50px #222;
}
/* default close button positioned on upper right corner */
.contact div.close {
	background-image: url(../imgs/grn_close.png);
	position:absolute; right:-14px; top:-14px;
	cursor:pointer;
	height:28px;
	width:28px;
}
a {
	color: #005c5c;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}
a:hover {
	color: #9f7d09; 
	text-decoration: none; 
	background-color: inherit;
}
a:active {
  outline: none;
}
#hdror {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	color: #9f7d09;
	letter-spacing: +2px;
	padding-bottom: 6px;
}
#conthdr {
	font: italic bold 1.2em Georgia, Arial, Helvetica, sans-serif;
	color: #aabbaa;
	letter-spacing: +1px;
	padding-bottom: 4px;
}
#footeror { 
	clear: both;
	padding-top: 4px;
	font-size: 0.85em;
}
