input.txtClass, #message{
	border: 0px solid red;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	padding: 7px 7px;
	outline: 0; background:#2B3234;
	-webkit-appearance: none; width:275px;
	margin-bottom:8px;
	-moz-box-shadow:    inset 0 0 3px #565748;
	-webkit-box-shadow: inset 0 0 3px #565748;
	box-shadow:         inset 0 0 3px #565748;
	font-family:tahoma; 
	color:#fff;
	font-size:10pt;
}
input.txtClass:focus {
	border-color: #d3d3ca;
}

.submit{
	float:left;
	padding-right:0px;
}
.submit inputa:hover{
		padding-right:5px;
}
.submit input{
	background:url(http://www.imageglass.co.nz/uploads/igimg/send_btn.png) no-repeat;
	cursor:pointer;
	width: 116px;
	height: 53px;
	border: 0px solid red;
	text-indent:-10000em;
         color:#fff;
margin-left:-80px;
}


.cms_form{
margin-top:15px;
}


/***********************************************************************************/

/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
         width:1010px;

}

fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: none;
	padding: 0;
         width:1010px;
}
fieldset label {
	width: auto;
}
legend {
	   padding:0px;
    margin:0px;
    font-family: Trebuchet MS, Century Gothic ,Arial, Century Gothic, Verdana;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:24px;
    font-weight:normal;
    color:#1c6e82;
    padding:0px;
    padding-bottom:5px;
    font-weight:300;
    line-height:130%;
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em; 
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em; 
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 1005px;
	text-align: center;
}
.captcha img {
	border: 0px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
float:none;text-align:center;
padding-right: 0px;
padding-left: 15px;
padding-top: 30px;
padding-bottom: 30px;
}
.contactform input {
	/*border: 1px solid #a98116;*/

}
.contactform input.checkbox {
	border: none;
}
#phonefieldwidth {width:180px;}
.contactform input[type="radio"], .contactform input[type="checkbox"] { border-style:none;  margin-top:0px;}

.contactform label {
	display: block;
	float: left; text-align:right; padding-right:10px;
	width: 150px; border: 0px solid #a98116;
color: #00697c;
font-weight:bold;

}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
width: 180px; /* <-- change this to whatever works for you */
height: 60px; /* <-- change this to whatever works for you */

}

.contactform h2{
margin:0px; font-family:tahoma; font-size:13pt; border-bottom:1px dotted #333; width:700px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}


.required, .none{
border: 0px solid #a98116;
color:#ca0909 !important;
width:380px; float:left;

}

.headingstable{width:800px; margin-bottom:-20px;
}

.widecol, .widecol2, { 
width:800px; float:left;
border: 0px solid #a98116; margin-top:15px;

}
.widecol3 { 
width:800px; float:left;
border: 0px solid #a98116; margin-top:0px; padding-left:290px;

}
.widecol textarea{
/*background-color: #f3eede;
border: 1px solid #00b6d6;*/
width: 400px; /* <-- change this to whatever works for you */
height: 100px; /* <-- change this to whatever works for you */
margin:0px;
}
.frmalign {clear:both; margin-left:215px; padding-top:5px;}
.frmalign2 {clear:both; margin-left:215px; margin-bottom:20px;}

.widecol  label {
	display: block;
	float: left; text-align:right; padding-right:10px;
	width: 350px; border: 0px solid #a98116; height:140px;
}
.widecol3 label {
	display: block;
	float: right; text-align:left; padding-right:10px;
	width: 90%; border: 0px solid #a98116; height:60px;
}

.widecol2  label{
	display: block;
	float: left; text-align:right; padding-right:10px;
	width: 350px; border: 0px solid #a98116; height:60px;
}

.widecol  div, .widecol2  div{
 margin:0px;

}

.col1{
width:200px; float:left;
border: 0px solid #a98116;
}
.col1 input, .col2 input, .col3 input, .col4 input{
margin-left:0px;
}

.col2{
width:120px; float:left;
border: 0px solid #a98116;

}
.col3{
width:130px; float:left;
border: 0px solid #a98116;

}
.col4{
width:240px; float:left;
}

.col4 div{
border: 1px solid white;
float:left; 
margin-top:0px;
 }
/* Stylesheet: FormBuilder Default Style Modified On 2014-04-08 14:33:22 */
