
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{ border:1px solid #2a4b85; width:12px; height:12px; cursor:pointer; float:left; font-size:1px;}
.checkboxAreaChecked{border:1px solid #2a4b85; background-color:#93a4c1; width:12px; height:12px;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 8px; font-size:11px; font-weight:bold;}
/* Selects */
.selectArea {
	float: left;
	position: relative;
	display: inline;
	/*width:216px;*/
	height:16px;
	font-size:12px;
	font-weight:bold;
	padding:0;
	padding-top:2px; padding-left:4px; padding-right:14px;
	color:#0e449d;
	border:1px solid #2a4b85;
	font-family:Helvetica, sans-serif;
}

.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:19px;
	height:18px;
	background:url(../images/select_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:#0e449d;
	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:-5px;
	margin-left:-1px;
	
    

}

*+html .optionsDivVisible {
	margin-top:-2px;
	margin-left:0px;
}
html*.optionsDivVisible{
    margin-top:1px;
	margin-left:0px;
	}
*html .optionsDivVisible {
	margin-top:-4px;
	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:23px;
	color:#fff;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	background:url(../images/btn_t.gif) repeat-x left top;
	cursor:pointer;
	border:none;
	text-transform:uppercase; padding:0 4px;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}