form {
	margin:0;
	padding:0;
	border:none;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

label {
	display:inline-block;
	margin:0;
	padding:0;
}

input {
	min-width:200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
	border:0;
	background:none;
}

textarea {
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-height:260px;
	outline:none;
	border:0;
	background:none;
	resize:none;
}

input[type="submit"]{
	
}

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="tel"], 
input[type="time"], 
input[type="month"], 
input[type="week"], 
input[type="password"], 
textarea {
	border:1px solid #dddddd;
	padding:5px 10px;
	height:36px;
	line-height:20px;
}

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="tel"], 
input[type="time"], 
input[type="month"], 
input[type="week"], 
select {width:auto;}

input[type="password"] {width:auto;}

.widget input[type="text"], 
.widget input[type="email"], 
.widget input[type="number"], 
.widget input[type="tel"], 
.widget input[type="time"], 
.widget input[type="month"], 
.widget input[type="week"], 
.widget input[type="password"], 
.widget select {width:auto;}

textarea {width:auto;}

textarea, 
input, 
select {
	background-color:#ffffff;
	-webkit-transition:border-color .3s ease-in-out;
	-moz-transition:border-color .3s ease-in-out;
	-ms-transition:border-color .3s ease-in-out;
	-o-transition:border-color .3s ease-in-out;
	transition:border-color .3s ease-in-out;
}

textarea {padding:8px 10px;}

table td, table th {
	padding:10px;
}

#Form_EnquiryForm_LastName_Holder, #Form_PoolForm_LastName_Holder {
	display:none;
}

.formresult .inner {
	text-align:center;
	padding:20px;
	border:1px solid #BFFF60;
	background-color:#DDFFBA;
	margin:25px;
	color:#000000;
}


.poolform form {
	max-width:600px;
	margin:0 auto;
}

.poolform form input, .poolform form select, .poolform form textarea  {
	width:100%;
	margin-bottom:20px;
}

.poolform form select {
	padding:5px;
}
.poolform form label {
	display:none;
}

.label form .dropdown label, .label form .checkboxset label {
	display: inline-block !important;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 3px;
}

form ul {
	list-style: none;
}

form ul li label {
	float: left !important;
	padding:0 !important;
	text-align: right;
	
}

#AccessoriesExtras input {
	background-color: transparent;
	float: left !important;
	clear: both;
	width: 0px;
}

#AccessoriesExtras {
	clear: both;
	max-width: 500px;
}