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

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

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

#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; */
}
#container, #bottom{
	margin:0 auto;
	padding-bottom:20px;
	width:350px;
}
#bottom{
	width:350px;
	height:10px !important;
	margin-bottom:10px;
	display:block !important;
}

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

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

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
	text-decoration:none;
}
h1 a{
	background-image:none !important;
	min-height:40px;
	height:40px;
	display:block;
	overflow:hidden;
	color:#ffffff;
	text-decoration:none;
	line-height:40px;
	margin-left:10px;
	font-size:16px;
}
* html h1 a{
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop");
}
img, a img{
	border:none;
	-ms-interpolation-mode: bicubic;
}
* html #bottom{ 
	_behavior: url(../images/iepngfix.htc);
}
.hide{
	display:none !important;
}

.form {
	margin:20px 20px 0;
}

.palmsForm-errors{ 
	background:#FBE6F2;
	border:1px #D893A1 solid;
	padding:5px;
	color:#333333;
}

.palmsForm-errors h2 {
	font-size:120%;
	margin:0;
}

.palmsForm-errors ol {
	margin:0 0 0 10px;
	padding:0;
	list-style-position:inside;
}

.palmsForm-errors li {
	font-size:95%;
	margin:2px 0;
	width:100% !important;
}

h2.success {
	font-size:12px;
	margin:0;
	background:#91FFBF;
	border:1px #25D970 solid;
	padding:5px;
	color:#333333;
}