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

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

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

html{
	background:#eee;
}
body{
	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;
}
#container, #bottom{
	margin:0 auto;
	width:800px;
}
#bottom{
	width:810px;
	height:10px !important;
	margin-bottom:10px;
	display:block !important;
}

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

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

h1{
	margin:0;
	padding:0;
	min-height:0;
	background-color:#dedede;
/*  text-indent:-9000px;*/
	text-decoration:none;
}
h1 a{
    padding: 5px 10px;
	height:35px;
	display:block;
	text-decoration: none;
/*  background:url(/images/wflogo.png) no-repeat left top;*/
/*  overflow:hidden;*/
}

h1 span{
    font-size: 10px;
    color: black;
}

img, a img{
	border:none;
	-ms-interpolation-mode: bicubic;
}
* html #bottom{ 
	_behavior: url(/images/iepngfix.htc);
}
.hide{
	display:none !important;
}

img.remove_service {
    margin-bottom:-2px;
    margin-left:5px;
}

body#home form.wufoo {
    width: 410px;
    float: left;
}

body#home .last {
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}

body#home .last h3 {
    text-align: center;
}

body#home .last h4 {
}

input.btTxt {
    float: right;
}

body#widgets #widget_view {
    width: 300px;
    margin: 0 auto;
}

.snipet {
    height: 40px;
    width: 100%;
    padding-top: 15px;
    font-family: monospace;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 10px;
}

.fullsnipet {
    height: 125px;
}

/** Flash and errors */

#flash_notice, #flash_alert {
  padding: 5px 8px;
  margin: 10px 10px;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_alert {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}
