/**
 * Form Styles
 */

/* Form */
.fbform {
	color:#FFF;
}
	/* regular fieldset */
	.fbform fieldset {
	margin: 20px 0 10px 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00CCCC;
		}
		/* fieldset containing submit btn */
		.fbform fieldset.fbsubmit {
			border: 0;
			margin: 10px 0 20px 155px;
			padding: 0;
		}
	/* legend */
	.fbform legend {
		color: #00CCCC;
		font-size: 1.1em;
  		font-weight: bold;
  		margin-bottom: 10px;
  		padding: 0 5px;
  		}
  	.fbform dl {
		margin: 0;
	}
  	.fbform dt {
  		clear: both;
  		display: block;
  		float: left;
  		margin: 10px 0 0 5px;
  		padding: 0;
  		width: 150px;
  		}
  	.fbform dd {
	display: block;
	float: left;
	padding:0;
	width: 200px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
  		}
  		/* field instructions */
  		.fbform dd p {
	font-size: 0.9em;
	color:#CCCCCC;
	line-height: 1.4em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
  			}
  		.fbform dd label {
  			display: block;
  			}
  	/* dividers */
  	.fbform dd.fbformdivider {
  		clear: both;
  		float:none;
  		height: 1px;
		margin: 0;
		overflow: hidden;
		width: auto;
  		}
  		.fbform dd.fbformdivider.fblast {
	  		display: none;
	  		}
.fbtextfield, .accountLogin input[type=text], #basketDetails input[type=text], #basketTips input[type=text] {
	border:#CCCCCC 1px solid;
	/*background-image:url(../images/assets/input_normal.gif);*/
	background-repeat:no-repeat;
	height: 17px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}
.fbtextfield:focus, .accountLogin input:focus[type=text] {
	/*background-image:url(/images/assets/input_over.gif);*/
	background-repeat:no-repeat;
	background-color:#DBEFF1;
}
.fbtextfield, .fbselect, .fbtextarea {
	background: #fff;
	width: 200px;
	border: 1px solid #999999;
}
.fbtextarea {
	/* textarea tends to override font settings, so we will re-specify them here */
	font-family:Arial,sans-serif;
	font-size: 1em;
}

.fbradio {
	/* style radio buttons here, if need be */
	}
.fbcheckbox {
	/* style checkboxes here, if need be */
	}
.fbsubmitbtn {
	margin: 0 0 15px 0;
}
.fbfielderror {
	color: #00CCCC;
}
.fbrequired {
	color: #56A9AF;
}
/* Error Message */

.fbformerrormessage {
	color:#00BBBB;
	background-color:#FFFFFF;
	margin-bottom: 20px;
	border: 1px solid #00CCCC;
	background-image: url(../images/build/bigAlert.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-top: 15px;
	padding-right: 55px;
	padding-bottom: 5px;
	padding-left: 55px;
	}
.fbformerrormessage ul { margin-bottom: 15px;}
.fbformerrormessage li {
	margin-left: 20px;
	list-style-type: none;
}
/* Thanks Message */
.fbthanks {
	border:#00CCCC 1px solid;
	background-color:#CCCCCC;
	padding:0 15px 0 15px;
	color:#333333;
	font-weight:bold;
	}
.fbthanks h2 {}
.fbthanks p {}
.fbthanks p a {}


#basketTips label {
	float: left;
	width: 65px;
}


#basketTips input[type=text], #basketTips input.password {
	border:#CCCCCC 1px solid;
	background-repeat:no-repeat;
	height: 17px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	width: 120px;
	float: left;
	margin-bottom: 5px;
}

#basketTips input.login {
	margin-left: 65px;
}

#basketTips form p.help {
	margin-left: 65px;
	margin-top: 5px;
}
.basketButtons input {
	margin-right: 2px;
}
