
.midinput
{
	font-family:Helvetica, sans-serif;font-weight:bold;
	font-size:12px;
	color:#e1d9ce; 
	letter-spacing:2px;
	border:0px solid red;
	width:auto;
	background:url(../images/input_h.gif) repeat-x; height:19px;
	padding-top:6px; float:left
}
/*.inputleft
{ 
 background:url(../images/input_left.gif) no-repeat;
 width:6px;
 height:25px;
 float:left;
 border:1px solid red;
}
.inputright
{
 background:url(../images/input_right.gif) no-repeat;
 width:6px;
 height:25px; 
 float:left;
 }
*/
.midinput.home
{ 
width:302px;
}
.tea_home
{ 
  background:url(../images/tea_home.gif) no-repeat; 
  width:308px; 
  height:145px; 
  overflow:auto; 
  border:0;
  color:#e1d9ce; 
  letter-spacing:2px;
  font-family:Helvetica, sans-serif;
  font-weight:bold; 
  padding-top:4px; 
  padding-left:6px;
  font-size:12px;
}

.outtaHere 
{
  position: absolute;
  left: -9999px;
}

.midinput.contact
{ 
  width:230px;
}
.midinput.contactlong
{ 
  width:482px;
}
.midinput.contactshort
{ 
  width:98px!important;
  width:99px;
}
.space
{ 
  width:10px; 
  display:block; 
  float:left;
}
.tea_con
{ 
  background:url(../images/tea_contact.gif) no-repeat; 
  width:488px; 
  height:278px; 
  overflow:auto; 
  border:0;
  color:#e1d9ce; 
  letter-spacing:2px;
  font-family:Helvetica, sans-serif;
  font-weight:bold; 
  padding-top:4px; 
  padding-left:6px;
  font-size:12px;
}
	
.midinput.dis
{ 
  width:285px;
}
	
.checkboxArea
{ 
  background:url(../images/checkbox.gif) no-repeat; 
  width:10px; 
  height:10px; 
  cursor:pointer; 
  float:left; 
  font-size:1px;
}
.checkboxAreaChecked
{
   background:url(../images/checkbox.gif) no-repeat 0 100%;
   width:10px; 
   height:10px; 
   cursor:pointer; 
   float:left; 
   font-size:1px;
}

.checkbg
{ 
  padding-bottom:4px;
}
.checkbg span
{ 
  float:left; 
  margin:0 8px; 
  font-size:10px; 
  color:#000;
}
.checkbg span.fir
{ 
  margin-left:0;
}

.formitemrow span
{ 
  float:left; 
  margin:0 8px; 
  font-size:11px; 
  font-weight:bold;
}
/* Selects */
.selectArea
 {
	float: left;
	position: relative;
	display: inline;
	width:100px;
	height:25px;
	font-size:12px;
	font-weight:bold;
	color:#3e3e3e;
	border:1px solid #e2e2e2;
	margin-bottom:10px;
	font-family:Helvetica, sans-serif;
}

.selectArea .left 
{
	width: 6px;
	height: 25px;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../images/input_left.gif) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.selectArea a.selectButton 
{
	display: block;
	float: none;
	height: 25px;
	background: url(../images/select_r.gif) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0 !important;right:-1px;
	border: none;
	z-index: 2;
	width:40px;
}

.selectArea .center
{
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 1px !important;
	padding: 0 10px 0 5px !important;
	overflow: hidden;
	float: none !important;
	background: url(../images/input_h.gif) repeat-x;
	
	color:#e1d9ce; letter-spacing:2px;
	overflow:hidden;
	white-space:nowrap;
	/*line-height: 24px;*/
}

/*Selects drop-down*/
.optionsDivInvisible,.optionsDivVisible 
{
	position: absolute;
	display: block;
	z-index: 100;
	overflow: auto;
	background:#fff;
	font-size:12px;
	margin-top:1px;
	margin-left:0px;
}

*+html .optionsDivVisible 
{
	margin-top:-2px;
	margin-left:0px;
}

/* html* .optionsDivVisible
{
  margin-top:1px;
	margin-left:0px;
} 

*html .optionsDivVisible
{
	margin-top:1px;
	margin-left:1px;
}*/
.optionsDivInvisible 
{
  display: none;
}
.optionsDivVisible ul
 {
	margin:0;
	padding:0;
	list-style: none;
}
* html Div.optionsDivVisible ul
{
	float: left;
}

* +html .optionsDivVisible ul
{
	overflow:hidden;
}

.optionsDivVisible ul li 
{
	width: 100%;
	font: 11px Helvetica, sans-serif;
	color: #000;		
} 

.optionsDivVisible a 
{
	color:#000;
	text-decoration:none;
	display:block;
	padding:2px 8px;
	border:1px solid #012E3A;
	border-top:0;
	outline:0;
}

/* *html .optionsDivVisible a
{
	color:#000;
	display:block;
	height:16px;
}
*/
.optionsDivVisible a:hover 
{
	color:#000;
	background:#ccc;
	border-color:#626262;
}

/*Button*/





INPUT.submitstyle

{       
	FONT-SIZE: 11px;
    FONT-FAMILY: verdana, arial, tahoma,sans-serif;
	color:White;
	width:80px;
	height:20px;
    FONT-WEIGHT: normal;
    border:none;
	background: url(../images/btn_form.gif) repeat-x;
    

         

}

.submitstyle:hover

{       
	cursor:pointer;         

}

