
* {margin: 0; padding: 0;}

.ffTextBoxWrapper,
.ffPasswordWrapper,
.ffCheckboxWrapper,
.ffRadioWrapper,
.ffTextAreaWrapper,
.ffSubmitWrapper,
.ffResetWrapper,
.ffButtonWrapper {display: inline-block; zoom: 1; *display: inline; margin: 0px 0;}

.ffSelectWrapper{display: inline-block; zoom: 1; margin: 0px 0;}


.ffTextBoxLeft, .ffTextBoxRight,
.ffPasswordLeft, .ffPasswordRight,
.ffCheckbox, .ffRadio, .ffSelectButton, .ffSelectButton span,
.ffSelectMenuWrapper div.ffSelectMenuTop,
.ffSelectMenuWrapper div.ffSelectMenuBottom,
.ffSelectMenuWrapper > div > span,
.ffTextAreaTop, .ffTextAreaTop span,
.ffTextAreaBottom, .ffTextAreaBottom span,
.ffSubmitWrapper a, .ffSubmitWrapper a span,
.ffResetWrapper a, .ffResetWrapper a span,
.ffButtonWrapper a, .ffButtonWrapper a span {
	background-repeat: no-repeat;
}


/* text box */
.ffTextBoxRight, .ffPasswordRight {
	background-position: right -256px;
	padding-right:0px;
}
.ffTextBoxLeft, .ffPasswordLeft {
	background-position: 0 0;
	padding: 0 ;
}
.ffTextBoxLeft input, .ffPasswordLeft input {
	/*	border: 0;
		height: 28px;
		background-color: transparent;
		margin-top: 6px\9;
		height: 22px\9;*/
}


.ffTextBoxRight:hover,
.ffPasswordRight:hover {background-position: right -288px;}
.ffTextBoxLeft:hover,
.ffPasswordLeft:hover {background-position: 0 -32px;}


.focus .ffTextBoxRight,
.focus .ffPasswordRight {background-position: right -320px;}
.focus .ffTextBoxLeft,
.focus .ffPasswordLeft {background-position: 0 -64px;}

.ffTextBoxWrapper.disabled .ffTextBoxRight,
.ffPasswordWrapper.disabled .ffPasswordRight {background-position: right -352px;}
.ffTextBoxWrapper.disabled .ffTextBoxLeft,
.ffPasswordWrapper.disabled .ffPasswordLeft {background-position: 0 -96px; color: #999;}


/* checkbox */
.ffCheckboxWrapper a {
	text-decoration: none;
	position: relative;
font-size:12px; line-height:14px; color:#545454; font-style:normal;
overflow: hidden;
display: block;
}
.ffCheckbox {
	width:15px; height:15px; margin-right:4px;
	float: left;
	background:url(../images/check.png) no-repeat 0 0;
	cursor: pointer;
}
.ffCheckboxWrapper:hover a, .ffCeckboxWrapper.focus a {}
.ffCheckboxWrapper:hover .ffCheckbox, .ffCeckboxWrapper.focus .ffCheckbox{background-position: 0px 0px;}
.ffCheckboxWrapper.on .ffCheckbox {background-position: 0px -15px;}
.ffCheckboxWrapper.on:hover .ffCheckbox, .ffCeckboxWrapper.on.focus .ffCheckbox {background-position: 0px -15px;}
.ffCheckboxWrapper.disabled .ffCheckbox {background-position: 0px 0px;}
.ffCheckboxWrapper.on.disabled .ffCheckbox {background-position: 0px 0px;}
.ffCheckboxWrapper.disabled a, .ffCeckboxWrapper.disabled:hover a, .ffCeckboxWrapper.disabled.focus a {color: #999;}


/* radio */
.ffRadioWrapper a {
	text-decoration: none;
	color: #909090;
	position: relative;
	top: 0px;
	font-size: 12px;
	padding-left: 8px;
	margin-right: 10px;line-height:16px;
	 font-family: 'PT Sans', sans-serif; 
}
.ffRadio {
	width: 15px;
	height: 15px;
	float: left;
	background: url(../images/radio.png) no-repeat 0 0;
	cursor: pointer;
	margin-top:2px;
	
}
.ffRadioWrapper:hover a, .ffRadioWrapper.focus a, .ffRadioWrapper.on a {color: #363636;}
.ffRadioWrapper:hover .ffRadio, .ffRadioWrapper.focus .ffRadio{background: url(../images/radio.png) no-repeat 0 0;}
.ffRadioWrapper.on .ffRadio {background: url(../images/radio.png) no-repeat 0 bottom;}
.ffRadioWrapper.on:hover .ffRadio, .ffRadioWrapper.on.focus .ffRadio {background: url(../images/radio.png) no-repeat 0 bottom;}
.ffRadioWrapper.disabled .ffRadio {background-position: 0px 0px;}
.ffRadioWrapper.on.disabled .ffRadio {background-position: 0px 0px;}
.ffRadioWrapper.disabled a, .ffRadioWrapper.disabled:hover a, .ffRadioWrapper.disabled.focus a {color: #363636;}


/* selectbox */
.ffSelectWrapper {width:212px; *clear:both;}
.ffSelect {position: relative;}

.ffSelect > a {
	position:relative;
	display: block;
	text-decoration: none;
	outline: 0;
	cursor: default;
	-moz-border-radius: 5px;   -webkit-border-radius: 5px;   -khtml-border-radius: 5px;   border-radius: 5px; behavior: url(PIE.htc);
}
.ffSelect > a > span {position:relative;
	display: block;
	background-position: 0 0;
	overflow: hidden;
	white-space: nowrap;
	*white-space: normal;
	text-overflow: ellipsis;
	
	padding-left:8px;
padding-right: 22px;
height: 23px;
line-height: 23px;
font-size: 12px;
color: #5a5f65;
border: none;
font-family:Tahoma, sans-serif;
cursor:pointer;background:url(../images/bg/select-bg.jpg) no-repeat right 11px #fff;
border:1px solid #95989b; 
-moz-border-radius: 5px;   -webkit-border-radius: 5px;   -khtml-border-radius: 5px;   border-radius: 5px; behavior: url(PIE.htc);
}

.ffSelect:hover > a, .ffSelectWrapper.focus .ffSelect > a {}
.ffSelect:hover > a > span, .ffSelectWrapper.focus .ffSelect > a > span {color: #5a5f65;  }
.ffSelectWrapper.active  .ffSelect> a { z-index: 1005; position: relative; }
.ffSelectWrapper.active  .ffSelect > a > span {color: #525252;}
.ffSelectWrapper.disabled .ffSelect > a {background-position: right -224px;}
.ffSelectWrapper.disabled .ffSelect > a > span {background-position: 0 -96px; color: #999;}


.ffSelectMenuWrapper {width: 100%;}


.ffSelectMenuWrapper .ffSelectMenuMidBG ul{list-style-type:none;margin:0 0;padding:0; border:1px solid #95989b; }
.ffSelectMenuWrapper .ffSelectMenuMidBG li {padding: 2px 8px; text-align: left; cursor: default; line-height:18px; background-color: #fff;color:#666666;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN{font-weight: 100; font-size: 12px; }
.ffSelectMenuWrapper .ffSelectMenuMidBG li.disabled SPAN{color:#888;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li.on{background-color: #efefef; color:#818181;}


.ffSelectMenuWrapper{}
.ffSelectMenuTop {
	height: 0px;	
	background-position: 0 -394px;

}
.ffSelectMenuTop span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background: right -384px;
}

.ffSelectMenuBottom {
	height: 5px;
	background-position: 0 -414px;
}
.ffSelectMenuBottom span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background-position: right -404px;
}
.ffSelectMenuMidBG {}
.ffSelectMenuMid  {max-height: 200px; overflow: auto; }

.scrollingBarWrapper{width:24px;height:200px;background:url(images/scrollingBarBg.png) no-repeat;right:3px!important;}
.scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop.png) no-repeat 0 0;}
.scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom.png) no-repeat 0px bottom}



/* textarea 
.ffTextAreaWrapper textarea {
    border: 0;
    margin: 10px 10px 10px 15px;
    padding:0 ;
    font-size: 14px;
    color: #555;
    background: none;
    font-family: Arial;
    resize: none;
}


.ffTextAreaTop {
	height: 5px;
	background-position: 0 -394px;
}
.ffTextAreaTop span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background-position: right -384px;
}

.ffTextAreaMid {
    background: transparent url(images/sides.png) repeat-y right 0;
}
.ffTextAreaMid .ffTextAreaLeft {
    background: url(images/sides.png) repeat-y 0 0;
    margin-right: 4px;
}


.ffTextAreaBottom {
	height: 5px;
	background-position: 0 -414px;
}
.ffTextAreaBottom span {
	display: block;
	height: 5px;
	margin-left: 6px;
	background-position: right -404px;
}
*/

/* button */
.ffButtonWrapper > a {
	background-position: right -585px;
	display: block;
	text-decoration: none;
	outline: 0;
}
.ffButtonWrapper > a > span {
	display: block;
	height: 36px;
	padding-bottom: 2px;
	line-height: 39px;
	font-size: 15px;
	background-position: 0 -424px;
	text-align: center;
	padding: 0 10px 0 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}

.ffButtonWrapper:hover > a {background-position: right -625px;}
.ffButtonWrapper:hover > a > span {background-position: 0 -464px;}
.ffButtonWrapper > a:active {background-position: right -665px; position: relative; }
.ffButtonWrapper > a:active > span {background-position: 0 -504px;}
.ffButtonWrapper.disabled > a {background-position: right -705px; position: static;}
.ffButtonWrapper.disabled > a > span {background-position: 0 -544px;color: #c1c1c1;}

input[type="text"], input[type="password"], textarea, select {outline: none;} /* remove webkit yellow border */

select.mobileSelect{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;display:block;}







/**/
.block-select .ffSelectWrapper {width:125px; height:35px; text-align:left; float:right; }
.block-select .ffSelect > a {	 height:22px; background:url(../images/icons/select-bg.jpg) no-repeat right center #fff;  -moz-border-radius:3px;  -webkit-border-radius:3px;   -khtml-border-radius:3px;   border-radius:3px;   behavior: url(PIE.htc);}
.block-select .ffSelect > a > span {   height: 12px; font-size:14px; padding: 10px; line-height:16px; color:#424242; font-family: 'Open Sans', sans-serif; background:url(../images/icons/select-bg.jpg) no-repeat right center #fff; -moz-border-radius:3px;  -webkit-border-radius:3px;   -khtml-border-radius:3px;   border-radius:3px;   behavior: url(PIE.htc);}
.block-select .ffSelect:hover > a > span, .sel-box .ffSelectWrapper.focus .ffSelect > a > span {color:#424242; background:url(../images/icons/select-bg.jpg) no-repeat right center #fff;}

.block-select .ffSelectMenuWrapper .ffSelectMenuMidBG { border-top:none; border-top:none;}
.block-select .ffSelectMenuWrapper .ffSelectMenuMidBG ul{list-style-type:none;margin:0 0;padding:0; background:#fff;}
.block-select .ffSelectMenuWrapper .ffSelectMenuMidBG li {padding: 3px 8px; text-align: left; cursor: pointer; line-height:17px; background-color: #fff; font-size: 14px; color: #424242;}
.block-select .ffSelectMenuWrapper .ffSelectMenuMidBG li.selected {background-color: #e8e8e8; color:#939495;}
.block-select .ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN{font-size: 11px; font-weight:100;}
.block-select .ffSelectMenuWrapper .ffSelectMenuMidBG li.on{background-color: #e8e8e8; color:#939495;}

/**/
.conversion .ffSelectWrapper {width:204px; height:33px; text-align:left; float:right; }
.conversion .ffSelect > a {	 height:33px; background:url(../images/icons/select-bg.jpg) no-repeat right center #fff;  }
.conversion .ffSelect > a > span {   height: 19px; font-size:14px; line-height:20px; color:#424242; padding:5px 26px 10px 5px; font-family: 'Open Sans', sans-serif; background:url(../images/icons/select-bg.jpg) no-repeat right center #fff; }
.conversion .ffSelect:hover > a > span, .sel-box .ffSelectWrapper.focus .ffSelect > a > span {color:#424242; background:url(../images/icons/select-bg.jpg) no-repeat right center #fff;}

.conversion .ffSelectMenuWrapper .ffSelectMenuMidBG { border-top:none; border-top:none;}
.conversion .ffSelectMenuWrapper .ffSelectMenuMidBG ul{list-style-type:none;margin:0 0;padding:0; background:#fff;}
.conversion .ffSelectMenuWrapper .ffSelectMenuMidBG li {padding: 3px 8px; text-align: left; cursor: pointer; line-height:17px; background-color: #fff; font-size: 14px; color: #424242;}
.conversion .ffSelectMenuWrapper .ffSelectMenuMidBG li.selected {background-color: #e8e8e8; color:#939495;}
.conversion .ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN{font-size: 11px; font-weight:100;}
.conversion .ffSelectMenuWrapper .ffSelectMenuMidBG li.on{background-color: #e8e8e8; color:#939495;}




/**/


/*------------------------*/



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
