
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	border:0;
}

.outtaHere {
	position: absolute;
	left: -9999px;
}

.mytxt{ border:1px solid #e2e2e2;font-family:Helvetica, sans-serif;font-weight:bold; padding:0;
	padding-top:2px; padding-left:8px; padding-right:10px;height:18px; width:419px; font-size:11px;}
.mytxt.tra{ border:1px solid #e2e2e2;font-family:Helvetica, sans-serif;font-weight:bold; padding:0;
	padding-top:2px; padding-left:8px; padding-right:10px;height:18px; width:419px; height:300px; overflow:auto}
.mytxt.rf{ width:219px}
.mytxt.ai{ width:400px}
.mytxt.ccl{ width:190px}
.mytxt.adtools{ width:320px;}
.mytxt.rmenutxt{ width:175px}



.mytxt.tra2{ border:1px solid #e2e2e2;font-family:Helvetica, sans-serif;font-weight:bold; padding:0;
	padding-top:2px; padding-left:8px; padding-right:10px;height:18px; width:190px; height:300px; overflow:auto}

.mytxt.tra3{ border:1px solid #e2e2e2;font-family:Helvetica, sans-serif;font-weight:bold; padding:0;
	padding-top:2px; padding-left:8px; padding-right:10px;height:18px; width:663px; height:200px; overflow:auto}
	
	
	
.mytxt.le{ width:276px; float:left; margin-right:8px;}
.mytxt.ri{ width:115px; float:left}
	
.checkboxArea{ background:url(../images/checkbox.gif) no-repeat; width:14px; height:14px; cursor:pointer; float:left; font-size:1px;}
.checkboxAreaChecked{background:url(../images/checkbox.gif) no-repeat 0 100%; width:14px; height:14px; cursor:pointer; float:left; font-size:1px;}
.checkbg span{ float:left; margin:0 8px; font-size:11px; color:#666}
.formitemrow span{ float:left; margin:0 2px; font-size:11px; font-weight:bold;}
/* Selects */
.selectArea {
	float: left;
	position: relative;
	display: inline;
	/*width:216px;*/
	height:18px;
	font-size:12px;
	font-weight:bold;
	padding:0;
	padding-top:2px; padding-left:8px; padding-right:10px;
	color:#3e3e3e;
	border:1px solid #e2e2e2;
	font-family:Helvetica, sans-serif;
	overflow:hidden;
}

.selectArea .left {
	/*width: 1px;
	height: 25px;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../images/form/select-left.gif) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;*/
}

.selectArea a.selectButton {
	display: block;
	float: none;
	/*width: 100%;
	height: 25px;
	background: url(../images/form/select-right.gif) no-repeat top right;*/
	position: absolute;
	top: 0;
	right: 0 !important;right:-1px;
	border: none;
	z-index: 4;
	width:20px;
	height:20px;
	background:url(../images/s_r.gif) no-repeat left top;
}
.selectArea .center{
	/*display: block;
	height: 25px;
	line-height: 25px;
	margin: 0 22px 0 1px !important;
	padding: 0 0 0 4px !important;
	overflow: hidden;
	float: none !important;
	background: url(../images/form/select-center.gif) repeat;*/
	
	color:#3e3e3e;
	overflow:hidden;
	white-space:nowrap;
	/*line-height: 24px;*/
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	display: block;
	z-index: 100;
	overflow: auto;
	/*width:217px;*/
	background:#fff;
	
	font-size:11px;
	margin-top:0;
	margin-left:-1px;
	
    

}

*+html .optionsDivVisible {
	margin-top:-2px;
	margin-left:0px;
}
html*.optionsDivVisible{
    margin-top:1px;
	margin-left:0px;
	}
*html .optionsDivVisible {
	margin-top:-2px;
	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: 11px Helvetica, sans-serif;
	color: #000;
		
}
.optionsDivVisible a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:2px 8px;
	border:1px solid #e2e2e2;
	border-top:0;
	


}
*html .optionsDivVisible a {
	color:#000;
	display:block;
	height:16px;
	

}
.optionsDivVisible a:hover {
	color:#000;
	background:#ccc;
	border-color:#626262;
}
/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto!important; width:140px;
	height:24px;
	color:#e2e2e2;
	font-weight:bold;
	padding:2px;
	background:url(../images/btn_h.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}