/* form */

form.contact {
	padding: 0 10px;
}

form.contact fieldset {
	border: none;
}

form.contact fieldset.row {
	margin-bottom: 10px;
	overflow: auto;
}

form.contact fieldset.snafu {
	display: none;
}

	form.contact label {
		display: block;
		float: left;
		padding: 5px 0 3px;
		width: 100px;
	}
	
	form.contact legend label {
		display: inline;
		float: none;
		margin-left: 10px;
		width: auto;
	}			

		form.contact input, 
		form.contact textarea {
			background-color: #EBEEF7;
			border: 1px solid #0069aa;	
			color: #333;
			font: Verdana, Arial, Helvetica, sans-serif;	
			padding: 4px 3px 2px;					
			width: 292px;
		}
		
		form.contact input:hover, form.contact input:focus, 
		form.contact textarea:hover, form.contact textarea:focus {
			background-color: #fff;
		}				

		form.contact input.zip {
			margin-right: 4px;
			width: 40px !important;
		}
		
		form.contact input.city {
			width: 240px !important;
		}
		
		form.contact input.checkbox {
			width: auto;
		}
		
		form.contact textarea {
			height: 140px;
		}
		
		form.contact .button {
			background: #0069aa;
			border: 1px solid #fff;
			color: #fff;
			cursor: pointer;
			font-weight: bold;
			height: 24px;
			margin-bottom: 20px;
			margin-left: 100px;
			padding: 0;
			width: 160px;
		}
		
		form.contact .button:hover {
			background: #0069aa;
		}
		
		/* form.contact .button.right {
			float: right;
		} */

		form.contact fieldset.row span {
			display: block;
			padding-left: 100px;
		}
		
		/* errors */
		
		form.contact fieldset.row.error {
			color: #ff0000;
		}
		
		form.contact fieldset.row.error input, 
		form.contact fieldset.row.error textarea {
			border-color: #ff0000;
		}

                form {
				overflow: hidden;
				height: 1%;
				margin: 20px 0;

			}

			fieldset {
				border:medium none;
			}

			.ui-helper-hidden-accessible {
				position: absolute;
				left: -999em;
			}

			caption {
				text-align: left;
			}
			.checkbox_style{
				 float:left;
				 width:540px;
				 cursor:pointer;
			}
			
                        .checkbox_style h1{
                            font-size:14px !important;
							font-weight:bold  !important;
                            margin-bottom:2px!important;
                         }
                         .checkbox_style input{
                            width: auto! important;
							border: none! important;
							background-color:#FFF !important;
                          }
						  
						  .checkbox_left{
						  float:left;
						  padding-top:4px;
                          width:32px;
						  }
						  .checkbox_right{
						  float:left;
                           width:502px;
						  }
						 #formBkk{
						 margin-top:35px;
						 }
