

/*General styles - NOT really related to the forms*/

img {border:0;}

img#searchButton{
  cursor:pointer;
}

form.niceforms{
  line-height:normal;
}
/*Forms defaults - change as needed*/
.niceforms input, .niceforms textarea {
  padding-left:4px;
}

label {
  cursor:pointer;
  padding-left:2px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
  position:absolute;
  left:-6000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
  display:block;
  float:left;
  clear:left;
  width:15px;
  height:14px;
  font-size:0;
  cursor:pointer;
}
.radioArea {background:url(../_img/jform/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../_img/jform/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
  display:block;
  float:left;
  clear:left;
  width:13px;
  height:13px;
  font-size:0;
  padding:0;
  margin:0;
  cursor:pointer;
}
.checkboxArea {background:url(../_img/jform/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../_img/jform/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
  font-size:13px;
  line-height:14px;
  color:#686868;
  height:16px;
  padding:6px 0 6px 0;
  background:url(../_img/jform/input_bg.gif) repeat-x left top;
  border:none;
  vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
  padding-bottom:0;
  vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../_img/jform/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../_img/jform/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
  width:5px;
  height:5px;
  display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../_img/jform/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../_img/jform/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../_img/jform/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../_img/jform/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
  width:5px;
  background:url(../_img/jform/txtarea_l.gif) repeat-y left top;
  float:left;
}
.txtarea .cntr_l_xon {background:url(../_img/jform/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
  border:0;
  background:none;
  padding:0;
  margin:5px;
  font-family: arial, helvetica, sans-serif;
  font-size:13px;
  color:#686868;
}

/*Selects*/
.selectArea {

  height:28px;
  background:url(../_img/jform/select_bg.gif) repeat-x left top;
}
.selectArea .left {
  width:8px;
  height:28px;
  float:left;
  background:url(../_img/jform/select_left.gif) no-repeat left top;
}
.selectArea .right {
  width:25px;
  height:28px;
  float:right;
  background:url(../_img/jform/select_right.gif) no-repeat left top;
}
.selectArea .right a {
  display:block;
  width:25px;
  height:28px;
  position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
  width:160px;
  padding-top:3px;
  overflow:hidden;
  white-space:nowrap;
  border:0px;
  vertical-align:middle;
  background:transparent;
  color:#686868;
}

/*Selects drop-down*/

.fake_list
{
  z-index:1000;
  list-style-type:none;
  font-size:13px;
  line-height:18px;
  margin:0px;
  position:absolute;
  float:left;
}
.fake_list ul
{
  margin:6px 0 0 0;
  background-color:#fdfdfd;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
}

div.fake_list li
{
  padding:2px 2px 2px 10px;
  margin:0px;
  clear:none;
  cursor:pointer;
}

div.fake_list .bgSelectTop{
  position:absolute;
  top:0px;
  left:0px;
  width:180px;
  height:6px;
  background-image: url(../_img/jform/bg_select_top.png );
  -background-image: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/docroot/bos/_img/jform/bg_select_top.png');
  background-repeat: no-repeat;
}

div.fake_list .bgSelectBottom{
  position:relative;
  bottom:0px;
  left:0px;
  width:180px;
  height:6px;
  background-image: url(../_img/jform/bg_select_bottom.png );
  -background-image: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/docroot/bos/_img/jform/bg_select_bottom.png');
  background-repeat: no-repeat;
}

div.fake_list .bgSelectWideBottom{
  position:absolute;
  bottom:0px;
  left:0px;
  width:320px;
  height:6px;
  background-image: url(../_img/jform/bg_select_wide_bottom.png );
  -background-image: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/docroot/bos/_img/jform/bg_select_wide_bottom.png');
  background-repeat: no-repeat;
}

div.fake_list .bgSelectWideTop{
  position:absolute;
  top:0px;
  left:0px;
  width:320px;
  height:6px;
  background-image: url(../_img/jform/bg_select_wide_top.png );
  -background-image: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/docroot/bos/_img/jform/bg_select_wide_top.png');
  background-repeat: no-repeat;
}

.fake_list li.selected, .fake_list li.active
{
  color:#14a114;
}

/*Button*/
.niceforms .buttonSubmit, .niceforms .buttonSubmitHovered {
  font-family: arial, helvetica, sans-serif;
  font-size:18px;
  line-height:24px;
  font-weight:bold;
  width:131px;
  height:37px;
  color:#ffffff;
  font-size:18px;
  font-weight:bold;
  text-align:left;
  padding:0px 2px 10px 18px;
  background:url(../_img/jform/button_bg.gif) repeat-x left top;
  cursor:pointer;
  border:none;
}
.niceforms .buttonSubmitHovered {background-position:left bottom;}
.niceforms .buttonImg {vertical-align:bottom;}


	
