/*Selects*/
.selectArea {
	width:200px;	height:25px; background:url(../img/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:5px;
	height:25px;
	float:left;
	background:url(../img/select_left.gif) no-repeat left top;
	position:relative; left:-3px; 
}
.selectArea .right {
	width:24px;
	height:25px;
	float:right;
	background:url(../img/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:25px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#1C4382;
	padding-top:6px;
	padding-left:5px;
	overflow:hidden;
	white-space:nowrap;
	//position:absolute;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:5px;
	margin-left:0;
	width:172px;
	background:#ffffff;
	padding:2px 5px;
	font-size:11px;
	z-index:20;
	border-width:1px; border-style:solid; border-color:#858585 #DCDCDC #DCDCDC #858585;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#1C4382;
	text-decoration:none;
	display:block;
	padding:2px 4px;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#1C4382;
}
.textinput, .textinputHovered {
	height:18px;
	background:url(../img/input_bg.gif) repeat-x left top;
	border:none;
	padding:7px 0 0 3px;
	vertical-align:middle;
	color:#1C4382; font-size:11px; font-family: Arial, Helvetica, sans-serif;
}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

.sendform .textinput {
	padding:7px 0 0 0px;
}
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../img/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../img/checkbox.gif) no-repeat left bottom;}
.focused {border:0px dotted #ddd;}
.outtaHere {
	position:absolute;
	left:-3000px;
}
label {
	color:#858585;
	cursor:pointer;
	padding-left:5px;
	line-height:16px;
	position:relative; top:-1px;
}
label.chosen {color:#1C4382;}

/*Text areas*/
.txtarea .tr{background:url(../img/txtarea_tr.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br{background:url(../img/txtarea_br.gif) no-repeat top right;}
.txtarea .cntr {background:url(../img/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_l{
	width:5px;
	background:url(../img/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
	color:#1C4382;font-size:11px; font-family: Arial, Helvetica, sans-serif;
}
.sendform .txtarea textarea{
	margin:5px 0;
}