/* CSS Document */
/* niceform ------------------------------------------------------------------------------------------------------------------ */

.midinput{
	font-family:Helvetica, sans-serif;font-weight:bold;
	font-size:12px;
	color:#e1d9ce; letter-spacing:2px;
	border:0;
	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}
.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:12px; height:12px; cursor:pointer; float:left; font-size:1px;}
.checkboxAreaChecked{background:url(../images/checkbox.gif) no-repeat 0 100%; width:12px; height:12px; cursor:pointer; float:left; font-size:1px;}

.checkboxArea2{ background:url(../images/checkbox.gif) no-repeat; width:13px; height:13px; cursor:pointer; float:left; font-size:1px;}
.checkboxAreaChecked2{background:url(../images/checkbox.gif) no-repeat 0 100%; width:13px; height:13px; cursor:pointer; float:left; font-size:1px;}

.checkboxArea3{ background:url(../images/checkbox3.gif) no-repeat; width:11px; height:11px; cursor:pointer; float:left; font-size:1px;}
.checkboxAreaChecked3{background:url(../images/checkbox3.gif) no-repeat 0 100%; width:11px; height:11px; cursor:pointer; float:left; font-size:1px;}

.checkboxArea4{ background:url(../images/checkbox4.gif) no-repeat; width:16px; height:16px; cursor:pointer; float:left; font-size:1px;}
.checkboxAreaChecked4{background:url(../images/checkbox4.gif) no-repeat 0 100%; width:16px; height:16px; cursor:pointer; float:left; font-size:1px;}





.checkbg{ padding-bottom:4px; font-size:8px; color:#273e5b; font-family:Verdana, Arial; font-weight:bold; text-transform:uppercase}
.checkbg span{ float:left; margin:0 8px; font-weight:bold; padding-top:4px;}
.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;
	height:25px;
	font-size:14px;
	padding:0;
	color:#fff;
	font-family:Helvetica, sans-serif;
	background:2d2b26;
	margin:2px 0 0;
}

.selectArea .left {
	width: 0px;
	height: 25px;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.selectArea a.selectButton {
	display: block;
	float: none;
	height: 26px;
	background: url(../images/select-right.gif) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0 !important;
	border: none;
	z-index: 4;
	width:26px;
	
}
.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:#2d2b26;
	color:#fff;
	font-size:14px;
	overflow:hidden;
	white-space:nowrap;
	text-align:left;
	border:solid 1px #858279;
	border-right:none;
	/*line-height: 24px;*/
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 100;
	overflow: auto;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	margin-left:0;
	text-align:left;
	background:#858279;
	border:1px solid #858279;
}

*+html .optionsDivVisible {
	margin-top:16px;
	margin-left:0px;
}
html*.optionsDivVisible{
    margin-top:0px;
	margin-left:0px;
	}
*html .optionsDivVisible {
	margin-top:0px;
	margin-left:0px;
}


.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	list-style: none;

}
* html .optionsDivVisible ul {
	float: left;
}
* +html .optionsDivVisible ul {
	overflow-x: hidden;
}
.optionsDivVisible ul li {
	width: 100%;
	font: 14px Arial, sans-serif;
	color: #fff;

		
}
.optionsDivVisible a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:2px 8px;
	border-top:0;
	outline:0;
	font-family:Arial
}
*html .optionsDivVisible a {
	color:#fff;
	display:block;
	height:16px;
}
.optionsDivVisible a:hover {
	color:#fff;
	background:#6E6B5C;
}




