.invalid							{ border: 1px solid #ee6a55 !important; }

.kaboozu_checkbox																	{ display: inline-block; *display: inline; vertical-align: middle; width: 24px; height: 24px; background: url(../gfx/checkbox.png) no-repeat; margin-left: 5px; margin-top: 5px; cursor: pointer; }
.kaboozu_checkbox.checked															{ background: url(../gfx/checkbox_checked.png) no-repeat; }
.kaboozu_checkbox input[type=checkbox]											{ display: none !important; }

.kaboozu_radio																	{ display: inline-block; *display: inline; vertical-align: middle; width: 15px; height: 24px; background: url(../gfx/radiobutton.jpg) no-repeat; margin-left: 5px; margin-top: 5px; cursor: pointer; }
.kaboozu_radio.checked															{ background: url(../gfx/radiobutton_checked.jpg) no-repeat; }
.kaboozu_radio input[type=radio]													{ display: none !important; }

.kaboozu_select																	{ display: inline-block; *display:inline; vertical-align: middle; position: relative; background: url(../gfx/kaboozu_select.png) 100% no-repeat; width: 480px; height: 25px; line-height: 25px; font-size: 14px; color: #808080 !important; margin-right: -4px; padding: 0px 10px; border: 1px solid #E7E7E8; cursor: pointer; }
.kaboozu_select .kaboozu_selected					{ margin-left: -10px; padding: 0px 10px; }
.kaboozu_select select							{ display: none !important; }
.kaboozu_select .kaboozu_select_options			{ display: none; position: absolute; z-index: 999; background: #ffffff !important; width: 100%; max-height: 200px; line-height: 20px; font-size: 14px; margin-left: -11px; border: 1px solid #cccccc; overflow-x: hidden; }
.kaboozu_select .kaboozu_select_options li		{ list-style: none; padding: 0px 10px; font-size: 14px; }
.kaboozu_select .kaboozu_select_options li:hover	{ background: #e2e8ec; }
.hide									{ display: none; }

.kaboozu_select_multiple				{ display: inline-block; *display:inline; vertical-align: middle; position: relative; width: 338px; height: 158px; color: #252525 !important; border: 1px solid #cccccc; cursor: pointer; overflow-x: hidden; }
.kaboozu_select_multiple select		{ display: none !important; }
.kaboozu_select_multiple .kaboozu_select_multiple_options		{ }
.kaboozu_select_multiple .kaboozu_select_multiple_options li	{ height: 20px; line-height: 20px; list-style: none; padding: 0px 10px; }
.kaboozu_select_multiple .kaboozu_select_multiple_options li.choosen,
.kaboozu_select_multiple .kaboozu_select_multiple_options li:hover	{ background: #e2e8ec; }

.kaboozu_browse								{ background: #d1d2d4; width: 160px !important; border: 1px solid #bcbdc0; }
.kaboozu_new									{ background: #d1d2d4; width: 160px !important; border: 1px solid #bcbdc0; cursor: pointer; }
.kaboozu_browse:hover							{ background: #d9dadc; cursor: pointer; }
.kaboozu_button_prev							{ background: url(../gfx/br_prev.png) center no-repeat; width: 16px; height: 16px; border: 0px; cursor: pointer; }
.kaboozu_button_next							{ background: url(../gfx/br_next.png) center no-repeat; width: 16px; height: 16px; border: 0px; cursor: pointer; }

label { cursor: pointer; }