@charset "utf-8";
@import url("menus.css");
/* CSS Document */


table{
	
	font: 11px Arial, Verdana, Geneva, sans-serif;
	vertical-align:middle;
	font-weight:normal;
	line-height:19px;
	color:#333333;
	text-align:center;

}

.formItem {
	font-size: 11px;
	font-weight: normal;
    margin: 0px 0px 10px 10px;
    text-align: left;
}
#contact-pop-error {
	position: relative;
	top: 0px;
	display: block;
	border: 1px solid black;
	background: #f9f9b4;
	font-family: arial;
	margin: 0px 0px 5px 0px;
    color: red;
   	padding: 5px;
	width: 308px;
    
}

#contact-thankyou {
	display: block;
	text-align: left;
	padding-left: 10px;
	width: 300px;
	font-family: arial;
   	font-size: 12px;
	font-weight: normal;
	height: 120px;
	
}
#contact-pop-header .close-overlay {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('../img/close-overlay.png') no-repeat 1px 1px;
    overflow: hidden;
    text-indent: -2000px;
    outline: none;
}
	
h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 16px;
	color:#fff;
	display: block;
	padding: 5px;
	background: #0E58A3;
	font-weight:bold;
}
