@charset "utf-8";
/* CSS Document */

/* common */


html { height:100%; margin-bottom:1px; }

/* common */
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
	padding:0 0 .8em 0;
}

/* popup */
div#popup {
	width: 450px;
	margin: 0 auto 1em auto;
	padding: 10px 10px 2em 10px;
	overflow: hidden;
	background_:url(../img/contact/popup_header.jpg)  no-repeat top center;
	border:1px solid #CCCCCC;
	}
div#popup #header{
	background:url(../img/contact/petalumaFormBg.jpg);
	padding:10px;

}

div#popup #header #logo{
	background:url(../img/contact/petalumaLogo.jpg) no-repeat;
	display:block;
	height:83px;
}

/* forms */
label {
	display:block;
	font-weight:bold;
	margin:1em 0 0 0;
	text-transform:capitalize;
}
input[type=text] {
	width:250px;
}
textarea {
	width:250px;
	height:60px;
}
.error {
	color:#990000;
	font-weight:bold;
}
.success {
	color:#009933;
	font-weight:bold;
}