/*------------------------------------------------------------- Element -*/
input, textarea {
	font-size: 14px;
	color: #404040;
}
label {
	cursor: pointer;
	padding-left: 2px;
	line-height: 16px;
}
label.chosen {
	color: #333333;
}
.error {
	color: #ff0000;
	margin: 0 0 0 10px;
}

/*--------------------------------------------------- Transparent items -*/
.outtaHere {
	position: absolute;
	left: -3000px;
}

/*------------------------------------------------------- Radio buttons -*/
.radioArea, .radioAreaChecked {
	display: block;
	float: left;
	clear: left;
	width: 15px;
	height: 14px;
	font-size: 0;
	cursor: pointer;
}
.radioArea {
	background: url(../image/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background: url(../image/radio.gif) no-repeat left bottom;
}

/*---------------------------------------------------------- Checkboxes -*/
.checkboxArea, .checkboxAreaChecked {
	display: block;
	float: left;
	clear: left;
	width: 13px;
	height: 13px;
	font-size: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.checkboxArea {
	background: url(../image/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background: url(../image/checkbox.gif) no-repeat left bottom;
}
.focused {
	border: 1px dotted #dddddd;
}

/*--------------------------------------------------------- Text inputs -*/
.textinput, .textinputHovered {
	height: 15px;
	background: url(../image/input_bg.gif) repeat-x left top;
	border: none;
	padding: 4px 0;
	vertical-align: middle;
}
.textinputHovered {
	background-position: left bottom;
	padding-bottom: 3px;
}
.inputCorner {
	padding-bottom: 0;
	vertical-align: bottom;
}

/*---------------------------------------------------------- Text areas -*/
.txtarea .tr, .txtarea .tr_xon {
	background: url(../image/txtarea_tr.gif) no-repeat top right;
}
.txtarea .tr_xon {
	background: url(../image/txtarea_tr_xon.gif) no-repeat top right;
}
.txtarea img.txt_corner {
	width: 5px;
	height: 5px;
	display: block;
}
.txtarea .br, .txtarea .br_xon {
	background: url(../image/txtarea_br.gif) no-repeat top right;
}
.txtarea .br_xon {
	background: url(../image/txtarea_br_xon.gif) no-repeat top right;
}
.txtarea .cntr {
	background: url(../image/txtarea_cntr.gif) repeat-y right top;
}
.txtarea .cntr_xon {
	background: url(../image/txtarea_cntr_xon.gif) repeat-y right top;
}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width: 5px;
	background: url(../image/txtarea_l.gif) repeat-y left top;
	float: left;
}
.txtarea .cntr_l_xon {
	background: url(../image/txtarea_l_xon.gif) repeat-y left top;
}
.txtarea textarea {
	border: 0;
	background: none;
	padding: 0;
	margin: 5px;
}

/*------------------------------------------------------------- Selects -*/
.selectArea {
	width: 200px;
	height: 21px;
	background: url(../image/select_bg.gif) repeat-x left top;
	font-size: 12px;
}
.selectArea .left {
	width: 8px;
	height: 21px;
	float: left;
	background: url(../image/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width: 21px;
	height: 21px;
	float: right;
	background: url(../image/select_right.gif) no-repeat right top;
}
.selectArea .right a {
	display: block;
	width: 200px;
	height: 21px;
	margin-left: -179px;
	position: absolute;
}
.selectArea .right i {
	display: none;
}
.selectArea .center {
	width: 160px;
	color: #ffffff;
	padding-top: 1px;
	overflow: hidden;
	white-space: nowrap;
}

/*--------------------------------------------------- Selects drop-down -*/
.optionsDivInvisible, .optionsDivVisible {
	border: 1px solid #6f7074;
	position: absolute;
	margin-top: -1px;
	margin-left: 3px;
	width: 172px;
	background: #eeeeee;
	padding: 2px;
	font-size: 14px;
	z-index: 20;
}
.optionsDivInvisible {
	display: none;
}
.optionsDivVisible {
	display: block;
}
.optionsDivVisible p {
	margin: 0;
	padding: 0;
}
.optionsDivVisible a {
	color: #f2f2f2;
	text-decoration: none;
	display: block;
	padding: 1px 4px;
}
.optionsDivVisible a: hover {
	color: #ffffff;
	background: #5f6062;
	border-color: #cfd0d6;
}

/*-------------------------------------------------------------- Button -*/
.buttonSubmit, .buttonSubmitHovered {
	width: auto;
	height: 26px;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	background: url(../image/button_bg.gif) repeat-x left top;
	cursor: pointer;
	border: none;
}
.buttonSubmitHovered {
	background-position: left bottom;
}
.buttonImg {
	vertical-align: top;
}

#button_s {
	padding: 0 0 0 266px;
}
#button {
	padding: 0 0 0 276px;
}
.buttons {
	float: left;
	margin: 10px 0 0 0;
}
#container #content #main #form_confirm {
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #d0d0bf;
	border-left: 1px solid #ffffff;
	margin: 10px 5px 10px 5px;
}
#container #content #main #form_confirm dt {
	border-top: 1px dotted #d0d0bf;
	clear: both;
	float: left;
	margin: 0;
	padding: 5px 0;
	text-indent: 10px;
	width: 150px;
}
#container #content #main #form_confirm dd {
	background-color: #ffffff;
	border-top: 1px dotted #d0d0bf;
	border-left: 0px solid #ffffff;
	margin: 0 0 0 150px;
	padding: 5px 5px 5px 5px;
}
