/* CSS Document */
.jLookForm a{
outline:none;
}
.jLookLabel{
display: block;
font-size: 1.2em;
}
/* INPUTS */
.jLookInput{
margin: 0px;
padding: 0px;
border: none;
background: url(/jLook/images/bck_input_wrapper.jpg) no-repeat left top;
width: 90px;
height: 25px;
padding: 10px 10px 5px 10px;
}
*+html .jLookInput{
position:absolute;
}
.jLookInputWrapper{
background: url(/jLook/images/bck_input.jpg) no-repeat right top;
_background-position: right 1px; /* ie hack */
height: 35px;
padding: 0px 38px 0px 0px;
_padding: 0px 18px 0px 0px; /* ie hack */
}

/* =hover */
.jLookInput_hover{
background: url(/jLook/images/bck_input_wrapper.jpg) no-repeat left -40px;
}
.jLookInputWrapper_hover{
background: url(/jLook/images/bck_input.jpg) no-repeat right -40px;
_background-position: right -39px; /* ie hack */
}

.jLookTextarea_hover{border:2px #E1F5FF solid !important;}

/* RADIO */
.jLookRadio{
background: url(/jLook/images/bck_radio.jpg);
vertical-align: middle;
height: 18px;
width: 18px;
display:block;
/*display: -moz-inline-block;*/
}
/* =checked */
.jLookRadio_checked{
background: url(/jLook/images/bck_radio_checked.jpg);
}
/* CHECKBOX */
.jLookCheckbox{
background: url(/jLook/images/bck_checkbox.jpg);
vertical-align: middle;
height: 18px;
width: 18px;
display:block;
/*display: -moz-inline-block;*/
}
/* =checked */
.jLookCheckbox_checked{
background: url(/jLook/images/bck_checkbox_checked.jpg);
}	
/* SELECT */
.jLookSelectWrapper{
border: 1px solid #CCCCCC;
width: 150px;
position:relative;
height: 20px;
}
.jLookSelectWrapper div span{
float: left;
width: 130px;
}
.jLookSelectWrapper div a{
display: block;
float:right;
width: 20px;
height: 20px;
background: url(/jLook/images/bck_select_open.jpg) no-repeat center center;
}
.jLookSelectWrapper ul{
position: absolute;
width: 150px;
top: 20px;
height:1;
left: -1px;
list-style: none;
background: #fff;
border: 1px solid #CCCCCC;
display: none;
}
.jLookSelectWrapper ul a{
display: block;
padding: 5px;
text-decoration: none;
color:#0099CC;
}
.jLookSelectWrapper ul a:hover{
background:#E1F5FF;
}

