/*                                                    */
/*  this theme is for slim(mer) forms                 */
/*                                                    */
@import "calendar.css";


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px auto 0 auto; 
	width: 185px; 
	overflow:hidden;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; }

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 14px Times; 
	font-variant:small-caps;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0 10px!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
	overflow:hidden;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:96%; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	font-size:11px;
	letter-spacing:1px;
}
.cform label span {
min-width:146px;
/*	width:96%;  must be the same as above!*/
	display:block;
}

label.cf-before {
	width:50px;
	margin:4px 10px 0 0; 
}
label.cf-before span {
	width:50px;
}

label.cf-after 	{
	font-size:10px;
	letter-spacing:0pt;
	margin:4px 5px 4px 6px;
	text-align:left;
	width:45px;
}

label.cf-after span {
	width:45px;
	display:block;
}

label.cf-group-after {
	margin:5px 0 4px 2px;
	width:130px;
	text-align:left;
}
label.cf-group-after span {
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border:1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height:5em;
	overflow:auto;
	display:block;
}

.cform input.cf_date {
	width:128px;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:none; 
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:10px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:8px 0px 0px; 
	width:16px; 
	/*height:22px;*/
	claer:both;
	border:none!important;
	background:none; 
}

input.cf-box-a 	{ 
	margin-left:5px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 10px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 10px 3px 0;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err,#cfforms_products.cf_li_err,#cfforms_products2.cf_li_err{
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}
/*#cfforms_products .cf_li_err{
	background:#FFDFDF url(li-err-bg.png) repeat!important;
}*/
#cfforms_products{
	width:586px;
	
}
/*ol.cf-ol li.cf_li_err{
	background:#FFDFDF url(li-err-bg.png) repeat!important;
}*/

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
	font-size:9px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap,
input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:30px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 2px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	display:none;
	color:#333333;
	display:none;
	font-family:Tahoma;
	font-size:10px;
	margin:10px auto;
	padding:10px 5px !important;
	text-align:left;
	width:175px;
}
div.cf_info ol {
	margin:0;
	padding:5px 5px 0pt 20px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	color:#AAAAAA;
	display:block;
	letter-spacing:1px;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	margin-left:206px;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:0 0 10px 0!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -8px; 
	left: 6px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -8px; 
	left: 6px; 
	margin-left:0;
}
* html ol.cf-ol,
* html ol.cf-ol li	{
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

#cformsform{
margin:10px 0 0;
overflow:hidden;
width:586px;
}
#cformsform input,#cformsform textarea{
width:96%;
}

#cformsform .cf-box-b{
width:13px!important;
margin-right:3px;
}

#cformsform label.cf-group-after {
width:auto;
}

#cformsform .cform label span {
width:96%!important;
}

.linklove{
display:none;
}
/*********
Design Enquiry Form
*****************/
.cf-fs2 legend,.cf-fs3 legend,.cf-fs4 legend,.cf-fs5 legend,.cf-fs6 legend,.cf-fs7 legend ,.cf-fs8 legend ,.cf-fs9 legend{
font-size: 16px;
font: normal 14px arial;
font-weight:bold;
}

.cf-fs2 ol.cf-ol #li--11,.cf-fs2 ol.cf-ol #li--12,.cf-fs2 ol.cf-ol #li--13,.cf-fs2 ol.cf-ol #li--14{
width:48%;
}
.cf-fs2 ol.cf-ol #li--11,.cf-fs2 ol.cf-ol #li--13{
float:left;
}
.cf-fs2 ol.cf-ol #li--12,.cf-fs2 ol.cf-ol #li--14{
float:right;
}
.cf-fs9 .cf-ol #li--38,.cf-fs9  .cf-ol #li--39{
display:none!important;
}


.cf-fs2 ol.cf-ol li label{width:48%;float:left;}
.cf-fs2 ol.cf-ol li select{width:48%;float:right;}
.cf-fs3 .cf-ol #li--19 .cf-before span,.cf-fs3 .cf-ol #li--19 .cf-before{width:auto!important;}
/*.cf-fs7 .cf-ol #li--33items{width:100%;}*/
.cf-fs8 .cf-ol #li--35items .cf-after{width:45%!important;margin-left:1px;margin-right:1px;}
.cf-fs8 .cf-ol #li--35items .cf-after span{width:auto;}
.cf-fs1 legend{display:none;}
.cf-fs1,.cf-fs2,.cf-fs3,.cf-fs4,.cf-fs5,.cf-fs6,.cf-fs7,.cf-fs8,.cf-fs9{border-style:none!important;}
/*.cf-fs3 .cf-ol #li--18 p{display:none;}*/
.cf-fs3 .cf-ol #li--19,.cf-fs3 .cf-ol #li--20{width:48%;float:left;}
.cf-fs3 .cf-ol #li--20 label{width:90px!important;}
.cf-fs3 .cf-ol #li--20 label span{max-width:90px!important;min-width:90px!important;}
.cf-fs3 .cf-ol #li--20 #cf_field_20{width:120px!important;}
.cf-fs3 .cf-ol #li--20  a.dp-choose-date{padding-left:10px;}
.cf-fs3 .cf-ol #li--20  a.dp-choose-date img.imgcalendar{padding-top:3px;}
.cf-fs6 #li--33items label.cf-after span,.cf-fs8 #li--35items .cf-after{
font-size:13px;
}
#cformsform{margin-bottom:10px!important;}
#cformsform .cf-fs9{padding-bottom:5px!important;}
#sendbutton{margin-top:0px!important;font-size:13px;font-weight:bold;}
#cformsform .cf-fs4 #li--24items  label.cf-after span{
font-size:13px;font-weight:bold;
}
ul.ChosenOnes{
	width:543px;
	padding-right:3px;
	border:1px solid #888888;
	min-height:16px;
	margin-top:6px;
	margin-bottom:0px!important;
	display:block;
	background-image:none;
	background-color:white;
}

#cformsform  fieldset.cf-fs1{
margin-top:0px;
padding-top:0px;
}

#cformsform p.cf-sb,#cforms2form p.cf-sb #cforms3form p.cf-sb  { text-align:left; }

.ChosenOnes li {
margin-left:10px;
}

.cform.enquiry-form {
margin:0!important;
}
#cfforms_products,#cfforms_products.cf_li_err ,#cfforms_products2,#cfforms_products2.cf_li_err {
	width:552px;
	margin-bottom:20px!important;
	padding-bottom:5px!important;
	margin-left:10px!important;
}
#li--3,#li--4{
display:block !important;
width:271px !important;
float:left;
position:relative;
clear:none;
}
#li--4{padding-left:19px;}
#li--3 label span ,#li--3 label ,#li--4 label span,#li--4 label {width:252px;}
#li--3 input, #li--3 label{ width:254px !important;}
#cformsform .cf-fs1 #li--3 #cf_field_3{width: 254px !important;margin-left:0px;float:left;}
#li--3 label,#li--4 label{ margin-top:2px!important;}
#li--5,#li--2{ clear:both;}
#cformsform .cf-ol li{
width:552px;!important;
}
#cformsform .cf-ol li #cf_field_2{
width:543px!important;
}
#cformsform .cf-ol li #cf_field_5{
width:543px!important;
}
#cformsform .cf-ol li #cf_field_4{
   width: 254px;
}
#cf_field_19{width:13px!important;height:13px!important;}
#cformsform  .cf-fs8 legend h1,#cformsform  .cf-fs9 legend h1{width:250px!important;}
#li--2 label span,#li--3 label span,#li--4 label span,#li--5 label span{font-weight:bold;font-size:13px!important;}
#cformsform #li--35{text-align:center;}
#cformsform{clear:left;}
#usermessagea{font-weight:bold!important;font-size:16px!important;color:black!important;width:543px;text-align:center;float:left;}
#cformsform #li--20 a.dp-choose-date{/*display:none;*/}
#cforms6form{width:76%;float:left;}
#cforms6form input{width:75%;}
#sendbutton6{float:left;margin-left:10px;width:74%!important;}
.introduce-a-friend #li-6-3 textarea{width:400px!important;}



























