form {
	background-color:#fff;
	margin:0px;
	padding:0px;
	}
.x-form-form {
	position:relative;
	border-left:1px solid #99BBE8;
	border-right:1px solid #99BBE8;
	border-bottom:1px solid #99BBE8;
	}
.x-form h1 {
	text-align:left;
	padding:5px;
	font-weight:bold;
	position:relative;
	font-size:1.3em;
	margin:0px!important;
	}
.x-form .btnbar {
	width:100%;
	clear:both;
	}
.x-form fieldset {
	border:1px solid #ccc;
	}
.x-form legend {
	padding:3px 7px 3px 7px;
	color:#000;
	font-size:1.15em;
	font-weight:bold;
	}
.x-form .x-tbl {
	padding-bottom:10px;
	background-color:#f8f8f8;
	border:1px solid  #99BBE8!important;
	width:100%;
	margin-bottom:50px;
	}
.x-form .x-tbl label {
	margin-top:1px;
	}
.x-form .x-tbl td,
.x-form .x-tbl th {
	border-bottom:1px solid #eee;
	padding:3px;
	}
.x-form .x-tbl th {
	width:120px;
	vertical-align:top;
	}
.x-form input,
.x-form select,
.x-form textarea {
	font-family:arial,helvetica,sans-serif;
	font-size:1em;
	background-image:url(../images/forms/text-input-bg.gif);
	padding:3px;
	background-color:#fff;
	background-repeat:repeat-x;
	border:1px solid #B5B8C8;
	}
.x-form textarea {
	width:600px;
	}
.x-form .inputerror {
	background-image:url(../images/forms/text-input-bg-red.gif);
	border:1px solid #FF9799;
	}
.x-form label {
	display:block;
	width:120px;
	text-align:right;
	font-weight:normal;
	padding:3px;
	float:left;
	margin-right:5px;
	}
.x-form-input-set {
	padding:5px;
	border-bottom:1px solid #fff;
	margin:auto;
	width:90%;
	}
.x-form-panel {
	display:block;
	}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	text-decoration:none;
	color:#000;
	margin:0px;
	padding:2px 11px 2px 11px!important;
	background-image:url(../images/forms/yahoo_sprite.png)!important;
	background-position:0px -5px;
	background-repeat:repeat-x;
	border: 1px double #999!important;
	border-top-color: #ccc!important;
	border-left-color: #ccc!important;
	font-size:1em;
	cursor:pointer;
	}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color:#ccc;
	background-image:url(../images/forms/yahoo_sprite.png)!important;
	background-position:0px -9px;
	border:1px double #555!important;
	}
.x-form .itemname {
	background-color:#eee;
	display:block;
	width:100%;
	padding:8px;
	font-size:1em;
	}
/** product specific **/
.x-form-form-product /** form tag **/ {
	margin:0px;
	padding:0px;
	border:none!important;
	}
.x-form-product {
	width:100%;
	}
.x-form-product #info {
	width:100%;
	height:80px;
	background-color:#fff;
	}
.x-form-product #info table {
	width:100%;
	}
.x-form-panel {
	display:none;
	}
.x-form p.help {
	position:absolute;
	top:0px;
	left:0px;
	cursor:help;
	}
.x-form p.help span {
	display:none;
	}
#xhelp {
	background-color:#DAE7F6;
	border:1px solid #99BBE8;
	padding:6px;
	width:300px;
	position:absolute;
	}
.x-form p.relative {
	position:relative!important;
	}
.x-form .image_ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.x-form .image_ul li {
	float:left;
	margin:5px;
	}
.x-form p.error {
	margin:0px;
	padding-top:2px;
	margin-left:132px;
	color:#ff0000;
	}
.x-form .btntbl {
	width:100%;
	}
.x-form .btntbl td {
	text-align:right;
	padding:3px;
	}
/** * denotes **/
span.denotes,
label span {
	padding:3px;
	font-size:1.2em;
	color:#ff0000;
	}
/** list for similar items and related auto suggest **/
#thelist {
	width:300px;
	}
#thelist div {
	color:#000;
	width:300px;
	padding:7px;
	background-color:#D8E6F6;
	border-bottom:1px solid #fff;
	cursor:pointer;
	}

