label {cursor:pointer;}
label.chosen {}

/*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(images/default/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(images/default/radio.gif) no-repeat left bottom;}
*/

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {display:block; float:left; clear:left; width:14px; height:15px; font-size:0; padding:0; margin:0; cursor:pointer;}
.checkboxArea {background:url('../../images/checkbox.gif') no-repeat left top;}
.checkboxAreaChecked {background:url('../../images/checkbox.gif') no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {height:17px; color:#363636; background:url('input_bg.gif') repeat-x left top; border:medium none; vertical-align:middle; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px}
.textinputHovered {background-position:left bottom;}
.inputCorner {width:5px; padding-bottom:0; vertical-align:middle;}
.inputCornerLeft {background:url('../../images/input_left.gif') no-repeat 0 0;}
.inputCornerRight {background:url('../../images/input_right.gif') no-repeat 0 0;}
.textinputHovered .inputCornerLeft {background:url('../../images/input_left_xon.gif') no-repeat 0 0; border:1px solid black}
.textinputHovered .inputCornerRight {background:url('../../images/input_right_xon.gif') no-repeat 0 0;}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../../images/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../../images/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(../../images/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../../images/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../../images/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../../images/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {width:5px; background:url(../../images/txtarea_l.gif) repeat-y left top; float:left;}
.txtarea .cntr_l_xon {background:url(../../images/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {border:0; background:none; padding:0; margin:5px; overflow:hidden;}

/*Selects*/
.selectArea {width:200px; height:22px; background:url('../../images/select_bg.gif') repeat-x left top;}
.selectArea .left {width:5px; height:22px; float:left; background:url('../../images/select_left.gif') no-repeat left top;}
.selectArea .right {width:29px; height:22px; float:right; background:url('../../images/select_right.gif') no-repeat left top;}
.selectArea .right a {display:block; width:200px; height:21px; position:absolute;}
.selectArea .right i {display:none;}
.selectArea .center {width:160px; color:#363636; padding-top:3px; overflow:hidden; white-space:nowrap;}
*html .selectArea .center {margin:-22px 0 0 5px !important;}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {width:166px; margin-top:1px; padding:2px; position:absolute; z-index:100; overflow-y:auto; background:#ffffff;  border:1px solid #c8c8c8; border-width:0 1px 1px;}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {margin:1px 0; padding:0;}
.optionsDivVisible a {color:#666666; text-decoration:none; line-height:1.2em; display:block; padding:2px 4px; border:1px solid #ffffff;}
.optionsDivVisible a:hover {color:#FFF; background:#5F6062; border-color:#cfd0d6; text-decoration:none;}
p.option_us {border:1px solid red;}
/*Replace images for cities*/
.optionsImages {padding:0; border:1px solid #d2d2d2 !important; border-width:1px 0 1px 1px !important; overflow:visible !important;}
.optionsImages .optBlank {display:none;}
.optionsImages .optImg {margin:0; float:left; border-right:1px solid #d2d2d2;}
.optionsImages .optImg a {width:120px; height:0; padding:156px 0 0; border:0; display:block; overflow:hidden;}
.optionsImages .optImg_newyork a {background:url('../../images/bg_optImg_newyork.gif') no-repeat 0 0;}
.optionsImages .optImg_brussels a {background:url('../../images/bg_optImg_brussels.gif') no-repeat 0 0;}
.optionsImages .optImg_paris a {background:url('../../images/bg_optImg_paris.gif') no-repeat 0 0;}
.optionsImages .optImg_amsterdam a {background:url('../../images/bg_optImg_amsterdam.gif') no-repeat 0 0;}
.optionsImages .optImg_newyork a:hover {background:url('../../images/bg_optImg_newyork.gif') no-repeat 0 -156px;}
.optionsImages .optImg_brussels a:hover {background:url('../../images/bg_optImg_brussels.gif') no-repeat 0 -156px;}
.optionsImages .optImg_paris a:hover {background:url('../../images/bg_optImg_paris.gif') no-repeat 0 -156px;}
.optionsImages .optImg_amsterdam a:hover {background:url('../../images/bg_optImg_amsterdam.gif') no-repeat 0 -156px;}


/*Button*/
.buttonSubmit, .buttonSubmitHovered {width:135px; height:28px; color:#FFF; font-weight:bold; *padding:0; background:url('../../images/button_bg.gif') repeat-x left top; cursor:pointer; border:medium none;; padding-left:2px; padding-right:2px; padding-top:0; padding-bottom:0}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {height:28px; vertical-align:bottom;}

.buttonGrey, .buttonGreyHovered {background-image:url('../../images/button_bg_grey.gif') !important;}

.buttonLoading {width:50px; text-align:center; background:url('../../images/button_bg_disabled.gif') repeat-x 0 0; float:left; padding-left:0; padding-right:0; padding-top:6px; padding-bottom:6px}
.buttonLoading img {vertical-align:top; float:none !important;}