/* -------------
 * Alerta
 * ------------- */
#alerta { 
	width:615px; 
	height:auto; 
	background-color:#f7d7d7;
	padding:20px;
	margin-top:20px;
	
	font-family:"HPSimplified"; 
	font-size:14px; 
	line-height:18px; 
	color: red;
	margin-bottom:5px;
}


form.jqtransformdone label{
	margin:20px 0px 10px 0px;
	display: block;
	float:left;
	
	font-family:"HPSimplified"; 
	font-size:14px; 
	line-height:18px; 
	color:#000;
}
form.jqtransformdone div.rowElem{
	clear:both;
}
/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	/*background: transparent no-repeat left top;*/
	width: 297px !important;
	height: 36px;
	padding: 0px;
	float:left;
}

.jqTransformInputInner {
	width: 297px;
	/*background: transparent no-repeat top right;*/
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 36px;
	margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
	font-family:"HPSimplified"; 
	font-size:14px; 
	line-height:18px; 
	color:#000;
	vertical-align: middle;
	height: 36px;
	border: none;
	background:transparent;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 10px 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	margin-top:3px;
	height:24px;
}
.jqTransformInputInner div input { margin-top: 8px\0/}
/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -72px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -72px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -36px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -36px ;}

/*error*/
.error .jqTransformInputWrapper{ background-position: left -108px ;}
.error .jqTransformInputWrapper div.jqTransformInputInner{ background-position: right -108px ;}

.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 36px; 
	padding-left: 5px;
	padding-top: 10px;
}



/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 297px !important;
	position:relative;
	height: 36px;
	background: url(./img/select_left.gif) no-repeat top left;
	float:left;
}
.jqTransformSelectWrapper ul a:hover{
	width: auto;
	position:relative;
	height: auto;
	background: url(./img/select_left_hover.gif) no-repeat top right;
}

.jqTransformSelectWrapper div span {
	font-family:"HPSimplified"; 
	font-size:16px; 
	line-height:22px; 
	color:#000;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 28px;
	padding: 8px 0 0 10px;
	overflow: hidden;
	cursor:pointer;
	width: 246px !important;
}

.jqTransformSelectWrapper div span.default-option {color: #007dba}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 41px;
	height: 36px;
	background: url(./img/select_right.gif) no-repeat center center;
}
	
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 293px !important;
	top: 34px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 2px #cccccc;/*5a5a5a*/
	display: none;
	margin: 0px;
	padding: 0px;
	height: 250px;  /* was 150 */
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper:hover ul {
	border: 2px solid #5A5A5A;
	border-top: 1px solid #cccccc;
}

.jqTransformSelectWrapper ul a {
	font-family:"HPSimplified"; 
	font-size:16px; 
	line-height:22px; 
	color:#000;

	display: block;
	padding: 10px;
	text-decoration: none;
	background-color: #FFF;
	/*height:20px*/
}
.jqTransformSelectWrapper ul li{

	border-bottom: solid 1px #cccccc;
}
.jqTransformSelectWrapper ul a.selected {
	background: #FFF;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#007dba;
	color: #fff;
}

.jqTransformSelectWrapper:hover, .jqTransformSelectWrapper.selected {
	background: url(./img/select_left_hover.gif) no-repeat 0px top;
}

.jqTransformSelectWrapper:hover  a.jqTransformSelectOpen, .jqTransformSelectWrapper.selected  a.jqTransformSelectOpen {
	background: url(./img/select_right_hover.gif) no-repeat center center;
}


/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}


	 
