
/* --------------------------------------
   Form Styles
-------------------------------------- */

.form { width: 480px; }


.form-item {
	padding: 5px 0;
	margin-bottom: 5px;
	display: block;
}

.form-item label {
	display: inline-block;
	clear: both;
	margin-bottom: 0.2em;
}

.text input, .numeric input {
	width: 215px;
	padding: 3px;
	display: block;
	border: 1px solid #e9e9e9;
}

.form-item textarea {
	width: 468px;
	height: 100px;
	padding: 3px;
	display: block;
	font-size: 1.2em;
	border: 1px solid #e9e9e9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.postcode input { width: 4em; }

.select select {
	width: 225px;
	padding: 3px;
	display: block;
	border: 1px solid #e9e9e9;
}

.required label { }

#search a {
	margin-top: 10px;
	font-size: 0.916em;
}

.submit { text-align: right; }

/** image styling for input submit buttons **/

.submit input.image {
	background: none;
	height: 27px;
	width: 101px;
	border: none;
	margin: 0;
	background: transparent url('../i/btn-submit.gif') left top no-repeat;
}

.submit input.image:hover, .submit input.hover {
	background-position: left -27px;
	cursor: pointer;
}

.submit input.image:active, .submit input.active { background-position: left -54px; }
 input[type="submit"]:focus::-moz-focus-inner {
border-color:transparent!important
} /** note: accessibility outline in firefox is removed here **/

/** error styling **/
input.error, select.error, textarea.error {
	border: 1px solid #6aa0cc;
	background-color: #e1effa;
	color: #000;
}

.form-item span {
	display: block;
	padding: 1px;
	border: 1px solid #ccc;
}

form {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

textarea {
	font-family: Arial;
	font-size: 1.0833em;
}

form small {
	margin-left: 164px;
	margin-bottom: 0.8em;
	display: block;
	font-size: 0.75em;
	color: #bababa;
	line-height: normal;
}

form p a.skip { color: #da7922; }

form p { padding: 4px; }

form ul.optionset { margin: 0px !important; }

form .optionset li {
	list-style: none !important;
	float: left;
	margin-right: 10px;
}

form .optionset li label { display: inline !important; }

/* list styles for optionsets */
#form form div.optionset div ul {
	margin-left: 0;
	list-style: none !important;
	background-image: none !important;
	margin-top: 0.6em !important;
}

#form form div.optionset div ul li {
	padding-left: 0 !important;
	list-style: none !important;
	background-image: none !important;
	margin-bottom: 0.2em !important;
    /* fix ie7 twitching bug */
    *height: auto;
 *overflow: hidden;
	/* fix ie6 twitching bug */
    _height: 0;
	_overflow: visible;
}

#form form div.optionset div ul li label {
	display: inline;
	font-weight: normal;
	font-size: 1em;
}

fieldset {
	margin: 0 !important;
	padding: 0 !important;
}

legend { display:none; }

#content div.field {
	/*padding: 4px;*/
	background-color: transparent;
	margin-bottom: 5px;
	display: block;
}

div.field label {
	display: block;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	width: 160px;
	font-size: 0.916em;
	font-weight: bold;
}

div.field label span {
	color: #da7922;
	font-weight: bold;
}

div.field label.left { float: left; }

/*div.field .middleColumn {
	margin-left: 160px;
 *margin-left: 0;
	width: 370px;
}*/

div.field .message {
	background: transparent url('../i/bg-error.gif') 5px 5px no-repeat;
	color: #860400;
	border: none;
	padding: 0;
	font-size: 0.916em;
	display: block;
	margin-left: 160px;
}

div.field div.validationError .message { margin: 0; }

form p.checkbox {
	border-width: 0px !important;
	width: 100% !important;
	padding: 0px !important;
}

/* buttons and checkboxes */
div.Actions {
	margin-left: 164px;
	_margin-left: 167px;
}

form p.checkbox label {
	margin: 0;
	float: none;
}

#content form div { float: none !important; }

/* size of form fields */
div.text input, div.numeric input, div.fieldgroup input, div.password input, div.fieldgroup select, div.email input, p.checkbox, div.dropdown select, div.textarea textarea {
	width: 250px;
	padding: 3px;
	display: block;
	float: none !important;
	-moz-border-radius:3px 3px 3px 3px;
	border:1px solid #009E78;
}

div.dropdown select { width: 259px; }

/* fieldgroup styles */
div.fieldgroup .fieldgroup .fieldgroupField {
	width: 180px;
	_width: 170px;
	display: block;
	float: left;
	margin-right: 5px;
}

div.fieldgroup .fieldgroup .fieldgroupField label {
	font-weight: normal;
	margin-bottom: 0;
}

div.fieldgroup .fieldgroup .fieldgroupField input {
	width: 170px;
	_width: 160px;
}

div.fieldgroup .fieldgroup .fieldgroupField select {
	width: 178px;
	_width: 170px;
}

div.field .postcode input { width: 4em; }

div.field .select select {
	width: 380px;
	padding: 5px;
}

div.field .required label {
	padding: 6px 0 0 30px;
	background: url('../i/icon-required-field.gif') left bottom no-repeat;
}

div.Actions input { /*background-color: #323232;
    font-weight: normal;
    border: 1px solid #fff;
    color: #fff;
    padding: 4px;
    cursor: pointer;*/ }

/** image styling for input submit buttons **/

.submit input.image {
	background: none;
	height: 35px;
	width: 78px;
	border: none;
	margin: 0;
	background: transparent url('../i/btn-submit.gif') left top no-repeat;
}

.submit input.image:hover, .submit input.hover {
	background-position: left -35px;
	cursor: pointer;
}

.submit input.image:active, .submit input.active { background-position: left -70px; }
 input[type="submit"]:focus::-moz-focus-inner {
border-color:transparent!important
} /** note: accessibility outline in firefox is removed here **/

/** error styling **/
input.err, select.err {
	border: 1px solid #ab6b6b;
	background-color: #f6e2e2;
}

#content .form { width: auto; }

#content .form .input, #content .form .select, #content .box form .field { margin-bottom: 10px; }

#content .box .form .input input, #content .box .form .select select, #content .box form .field input {
	padding: 7px 5px;
	border: 1px solid #cbcbcb;
	/*width: 203px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content #Form_SignupForm input
{
	padding: 4px;
}

#content .form .submit { display: block; }

/** hide this incase JS is off **/
#MemberLoginForm_LoginForm #Password { margin-bottom: 0; }
#password-hint { display: none; }

/** Text&Submit **/
#content .form .ts {
	width: auto;
	display: block;
}

#content .form .ts .ts-text {
	width: 165px;
	padding: 7px 5px;
	float: left;
}

#content .form .ts .ts-submit { float: right; }

#content .form .ts .cci {
	background: #dedede url('../i/bg-costcalc-input.gif') left top no-repeat;
	border: none;
	padding-right: 30px;
	width: 127px;
	height: 14px;
}

#content .form .select .ccs {
	background: url('../i/bg-costcalc-select.gif') left top no-repeat;
	border: none!important;
	width: 210px!important;
	height: 27px;
	padding: 5px!important;
}

#sidebar div.middleColumn, #MemberLoginForm_LoginForm div.middleColumn {
	margin-left: 0px;
	width: 215px;
}

#sidebar form { width: 220px; }

#sidebar div.middleColumn input, #MemberLoginForm_LoginForm div.middleColumn input { width: 203px !important; }

#sidebar div.Actions, #MemberLoginForm_LoginForm div.Actions { margin-left: 0px; }

#sidebar .action {
	float: right;
	margin-right: 3px;
}

/* --------------------------------------
    Form Styles
-------------------------------------- */
#Form_EntryForm { padding-top: 10px; }

#Form_EntryForm .Actions { float: right; }

#content #EntryText .middleColumn textarea {
	margin-top: 20px;
	width: 376px;
	height: 60px;
}

#content #EntryText .middleColumn { margin-left: 0px; }

#EntryText-CharCnt span { font-weight: bold; }

/** buttons **/
#MemberLoginForm_LoginForm_action_dologin {
	width: 70px;
	height: 31px;
	background: #009E78 url('../i/main/btn-signin.gif') left top no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -1000px;
	font-size: 0;
	display: block;
	line-height: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px #01523f;
	-webkit-box-shadow: 1px 1px 3px #01523f;
}

#Form_SignupForm div.Actions {
	margin-left: 0px;
}

#Form_SignupForm_action_doSignup {
	float: left;
	margin-top: 30px;
	width: 80px;
	height: 31px;
	background: #009E78 url('../i/main/btn-signup.gif') left top no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -1000px;
	font-size: 0;
	display: block;
	line-height: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px #01523f;
	-webkit-box-shadow: 1px 1px 3px #01523f;
}

#CustomSearchForm_SearchForm input.action {
	background: #009E78 url('../i/main/btn-search.gif') left top no-repeat;
	-moz-box-shadow: 1px 1px 3px #00765a;
	-webkit-box-shadow: 1px 1px 3px #00765a;
	width: 139px;
	height: 30px;
	border: none;
	cursor: pointer;
	text-indent: -1000px;
	font-size: 0;
	display: block;
	line-height: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#MemberLoginForm_LoginForm_action_dologin:hover, #CustomSearchForm_SearchForm input.action:hover, #Form_SignupForm_action_doSignup:hover, #content .applynow a.applynow-btn:hover, a.joinnow:hover { background-position: left bottom; }

#MemberLoginForm_LoginForm .middleColumn, #MemberLoginForm_LoginForm .Actions { margin-left: 0px; }

/* Hide in case JS is turned off */
#MemberLoginForm_LoginForm_password-hint { display: none; }

#Form_SignupForm, #Form_ProfileForm { /*width: 435px;*/ width: auto; }

#content .login-form #MemberLoginForm_LoginForm div.Actions input { float: none; }

/* Forgot Password Form */
#MemberLoginForm_LostPasswordForm #Email label { font-size: 1em; }

#MemberLoginForm_LostPasswordForm, #ChangePasswordForm_ChangePasswordForm { width: 375px; }

.bad, .validation {
	font-weight: bold;
	color: #F00;
}

form fieldset h3 { margin-top: 15px; }

/* --------------------------------------
    Join Button
-------------------------------------- */
a.joinnow {
	width: 	96px;
	height: 31px;
	color: #fff !important;
	background-color: #009E78;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px #01523f;
	-webkit-box-shadow: 1px 1px 3px #01523f;
	margin-bottom: 15px;
}

a.joinnow span { background: url('../i/main/btn-joinnow.gif'); }

/*** Advanced Search *****/

#content #advanced-search input { padding: 3px; }

#content #advanced-search .checkbox { display: inline; }

#content #advanced-search #Retail { margin-left: 156px; }

#content #advanced-search #Retail input, #content #advanced-search #Wholesale input { border: none; }

/*** CAPTCHA *****/

#content #SignupCapture {
	color:#393939;
	font:0.75em/18px Helvetica,Arial,Verdana,sans-serif;
}
