/* CSS Document */
input.inpt {float:left; border:1px solid #999; width:275px;}
textarea.inpt {float:left; border:1px solid #999; height:75px; width:275px; overflow:auto;}

#menuinnerwrap #search {
  position: relative;
  z-index: 1;
  float: right;
  width: 304px;
  height: 34px;
  display: inline;
  margin: 0;
}

#menuinnerwrap #search #iptlabel {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 160px;
  width: 160px;
  height: 34px;
  line-height: 32px;
  font-size: 11px;
}

#menuinnerwrap #search #iptsep {
  position: absolute;
  z-index: 10;
  top: 9px;
  right: 18px;
  background-image: url(../img/bg_iptsep.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 1px;
}

#menuinnerwrap #search #iptarrow {
  position: absolute;
  z-index: 11;
  top: 6px;
  right: 2px;
  width: 10px;
  height: 15px;
  padding: 5px 0 0 5px;
  cursor: pointer;
}

#menuinnerwrap #search #iptarrow a {
  display: block;
  width: 100%;
  height: 100%;
}

#menuinnerwrap #search #ipt {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.searchinputbox {
  background-color: transparent;
  background-image: url(../img/bg_searchinput.gif);
  background-position: right top;
  background-repeat: no-repeat;
  width: 174px;
  height: 34px;
  margin: 4px 0 0 0;
  overflow: hidden;
  border: none;
}

.inputboxinline {
  background-color: transparent;
  background-image: url(../img/bg_searchinput.gif);
  background-position: right top;
  background-repeat: no-repeat;
  width: 174px;
  height: 34px;
  margin: 4px 0 0 0;
}

.forminputboxinline {
  background-color: transparent;
  background-image: url(../img/bg_input.gif);
  background-position: right top;
  background-repeat: no-repeat;
  width: 240px;
  height: 23px;
  margin: 0;
}

.formtextareaboxinline {
  background-color: transparent;
  background-image: url(../img/bg_textarea.gif);
  background-position: right top;
  background-repeat: no-repeat;
  width: 240px;
  height: 101px;
  margin: 0;
}

.forminpt {
  width: 219px;
	height: 22px;
	background: transparent;
	border: none;
	color: #999;
	font-size: 11px;
	margin: 2px 5px 0 15px;
}

.txtarea {
  width: 219px;
	height: 91px;
	background: transparent;
	border: none;
	color: #999;
	font-size: 12px;
	margin: 3px 5px 3px 15px;
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.menuipt {
  width: 137px;
	height: 21px;
	background: none;
	border: none;
	color: #999;
	font-size: 11px;
	margin: 3px 13px 0 13px;
}

.ipt {
  width: 153px;
	height: 22px;
	background: transparent;
	border: none;
	color: #999;
	font-size: 11px;
	margin: 2px 5px 0 15px;
}

.inputblock
{
  float: left;
  width: 460px;
  height: auto;
  display: block;
  background: #e8e8e8;
  margin: 0 0 10px 0;
  border: 0px solid #e8e8e8;
  border-radius-topleft: 3px;
  border-radius-topright: 3px;
  border-radius-bottomleft: 3px;
  border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-radius-topleft: 3px;
  -webkit-border-radius-topright: 3px;
  -webkit-border-radius-bottomleft: 3px;
  -webkit-border-radius-bottomright: 3px;
}

.inputblock:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.inputlabel
{
  float: left;
  width: 186px;
  height: auto;
  padding: 7px;
  background: #e8e8e8;
  display: block;
  border: 0px solid #e8e8e8;
  border-radius-topleft: 3px;
  border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius-topleft: 3px;
  -webkit-border-radius-bottomleft: 3px;
} 

.inputlabel label {
  width: 186px;
}

.inputfield
{
  float: right;
  width: 250px;
  height: auto;
  padding: 5px 5px 5px 5px;
  background: #FFF;
  border: 0px solid #FFF;
  border-radius-topright: 3px;
  border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-radius-topright: 3px;
  -webkit-border-radius-bottomright: 3px;
}

.checkboxbox {
  display: block;
  margin: 0 0 5px 10px;
}

.checkboxbox input {margin: 5px 5px 0 0; position: relative; top: 2px;}

.floatright {
  float: right;
}