﻿/* this is for contact us pop up */
#contact-wrappopup {
	display: none;
	position: relative;
	left:0px;
	top:-400px;
	z-index:999;!important
	width:400px;
}

#contact-popup {
    left:540px;
	position: absolute;
}

#contact-popup table p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

#contact-popup table h1{
padding:0;
font-size: 12px;
font-weight: bold;
margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
}

a.contact-close:link, a.contact-close:visited, a.contact-close:hover{
color:#FFFFFF;
text-decoration:none;
font-weight: bold;
border: 0;
}
/* end for pop up */
