/* - - - - - - - - - - - - - - - - - - - - -

Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com

edits: samedaysites

- - - - - - - - - - - - - - - - - - - - - */

html{
	background:#eee;
/*	background: url("http://www.pbsfm.org.au/themes/radfest/images/skyline.jpg") repeat-x fixed 40% bottom #F6F2EE; */
}
body{
/*	background: url(../images/oil_paper.jpg); */
/*	background: url(../images/skyline.jpg); */
	margin:17px 0 15px 0;
	padding:0;
	text-align:center;
/*	font-size:small; */
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#container{
	text-align:left;
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	-moz-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
}
#container, #bottom{
	margin:0 auto;
	width:700px;
}
#bottom{
	height:10px !important;
	margin-bottom:10px;
	display:block !important;
}

form.wufoo{
	margin:20px 14px 0 14px;
	padding:0 0 20px 0;
}

/* ----- LOGO ----- */

h1{
	margin:0;
	padding: 4px 0px 0px 20px;
	min-height:0;
	background-color:#000000;
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	min-height:84px;
	height:84px;
	display:block;
/*	background:url(../images/pbshome.jpg) no-repeat left top; */
	background:url(../../images/splashb.jpg) no-repeat left top;
	overflow:hidden;
}
img, a img{
	border:none;
	-ms-interpolation-mode: bicubic;
}
.hide{
	display:none !important;
}

.dimmed { color: #404040; }

input[type="text"]:disabled {
    background: #dddddd;
}

#lionairname { display: none; }
#liincentive { display: none; }
#liplaquename { display: none; }
#lipriceincrease { display: none; }

.bgyellow {background-color: #ffffd0;}

#donationpopup { display: none; }
#donationpopup #popupcontent { background-color: #ffffd0; padding: 8px; }
#donationpopup #popupcontent .buttons { font-size: 110%;}
#donationpopup #popupcontent h3 { margin-top: 0px;}
#d-onationpopup
{
/*	position: sticky; */
	position: fixed;
	display: none;
	top: 16px;
/*	left: 16px; */
	left: 50%;
	z-index: 2000;
}

#d-onationpopup #p-opupcontent
{
	position: relative; 
	left: -50%;
	width: 532px;
	padding: 24px;
	background-color: #ffffd0;
	z-index: 2001;
}

.infomsg { background-color: #ffffaf; color: black; margin-top: 8px; margin-bottom: 8px; padding: 6px; }
.infomsg p { margin-bottom: 8px; }
