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 .btnbar {
	width:100%;
	clear:both;
	}
.x-form .x-tbl {
	padding-bottom:10px;
	background-color:#f8f8f8;
	border:1px solid  #99BBE8!important;
	width:100%;
	margin-bottom:0px;
	}
.x-form .x-tbl label {
	margin-top:1px;
	width:100%;
	display:block;
	}
.x-form .x-tbl td,
.x-form .x-tbl th {
	border-bottom:1px solid #eee;
	padding:3px;
	}
.x-form .x-tbl th {
	width:90px;
	vertical-align:top;
	}
.x-form .x-tbl td {
	width:280px;
	}
.x-form .x-tbl td * {
	vertical-align:middle;
	}
.x-form .x-tbl td.first {
	vertical-align:middle;
	width:150px!important;
	}
.x-form h1 {
	color:#15428B;
	text-align:left;
	background-image:url(../images/forms/form-caption-bg.gif);
	padding:5px;
	font-weight:bold;
	position:relative;
	font-size:12px!important;
	border-left:1px solid #99BBE8;
	border-right:1px solid #99BBE8;
	margin:0px!important;
	}
.x-form input,
.x-form select,
.x-form textarea {
	font:normal 12px tahoma,arial,helvetica,sans-serif;
	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:400px;
	}
.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;
	}
.xhrbtn,
.x-form input[type="submit"],
.x-form input[type="button"],
.x-form input[type="reset"]{
	margin:3px;
	text-decoration:none;
	color:#000;
	padding:4px 11px 4px 11px!important;
	background-image:url(../images/forms/yahoo_sprite.png)!important;
	background-position:0px -1px;
	background-repeat:repeat-x;
	border: 1px double #999999!important;
	border-top-color: #CCCCCC!important;
	border-left-color: #CCCCCC!important;
	}
.xhrbtn:hover,
.x-form input[type="submit"]:hover,
.x-form input[type="button"]:hover,
.x-form input[type="reset"]:hover{
	background-image:url(../images/forms/yahoo_sprite.png)!important;
	background-position:0px -6px;
	border:3px solid green;
	}
.x-form .itemname {
	background-color:#eee;
	display:block;
	width:100%;
	padding:8px;
	font-size:15px!important;
	}
/** 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:-10000px;
	left:0px;
	cursor:help;
	}
.x-form p.help span {
	display:none;
	}
#xhelp {
	background-color:#DAE7F6;
	border:1px solid #99BBE8;
	width:380px;
	position:absolute;
	line-height:1.5em;
	top:-10000px;
	z-index:100000;
	}
#xhelp h1 {
	margin:0px;
	padding:3px;
	background-color:#99BBE8;
	position:relative;
	font-weight:normal;
	font-size:1.2em!important;
	}
#xhelp h1 span {
	top:3px;
	right:4px;
	cursor:pointer;
	position:absolute;
	margin-right:2px;
	font-weight:normal;
	color:#333;
	}
#xhelp p {
	font-size:1.1em!important;
	}
.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;
	}
.labelinline label {
	display:inline;
	float:none;
	}
.x-form p.denotes span,
.x-form label span {
	padding:3px;
	color:#ff0000;
	font-weight:bold;
	}
/** list for similar items and related auto suggest **/
#thelist {
	width:300px;
	position:absolute;
	}
#thelist div {
	color:#000;
	width:300px;
	padding:7px;
	background-color:#D8E6F6;
	border-bottom:1px solid #fff;
	cursor:pointer;
	}
/** sprite stuff for windows (h1)s x-tbl **/
.x-window {
	position:absolute;
	top:4.5px;
	left:0px;
	width:17px;
	}
.x-window .close {
	background-repeat:no-repeat;
	background-image:url(../images/tool-sprites.gif);
	background-position:0px 0px;
	width:15px;
	height:15px;
	display:block;
	cursor:pointer;
	float:left;
	margin-right:2px;
	}
.x-window .close:hover {
	background-position:-15px 0px;
	}