
* {margin: 0; padding: 0;}
.fieldsWrapper a {
text-decoration: none;
}
.ffTextBoxWrapper,
.ffPasswordWrapper,
.ffCheckboxWrapper,
.ffRadioWrapper,
.ffTextAreaWrapper,
.ffSubmitWrapper,
.ffResetWrapper,
.ffButtonWrapper {display: inline-block; margin: 2px 0 2px 0; }

.ffTextBoxWrapper { float: left; font-size: 0.8em;}
.ffSelectWrapper{display: inline-block; margin: 2px 0 2px 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-image: url(../images/fancy_fields/sprite.png);
	background-repeat: no-repeat;
}
 #main .ffSelectMenuWrapper  ul li {
	list-style-image:none;
	list-style-position:outside;
	padding-left: 5px;
	margin-left: 0px !important;
	font-size: 1em;
	border-bottom: 1px solid #b5b4af;}

/* text box */
.ffTextBoxRight, .ffPasswordRight {
	background-position: right -256px;
	padding-right:5px;
}	
.ffTextBoxLeft, .ffPasswordLeft {
	background-position: 0 0;
	padding: 0 5px 0 10px;
}
.ffTextBoxLeft input, .ffPasswordLeft input {
		border: 0;
		height: 28px;
		background-color: transparent;
		margin-top: 6px\9;
		height: 22px\9;
		width:305px;
		color: #555;
}
.ffTextBoxLeft .input-wide {
		border: 0;
		height: 28px;
		background-color: transparent;
		margin-top: 6px\9;
		height: 22px\9;
		width:640px
}
.ffTextBoxLeft .input-date {
		border: 0;
		height: 28px;
		background-color: transparent;
		margin-top: 6px\9;
		height: 22px\9;
		width:107px;
}
.icon-date {
	margin: 2px 0 5px 0;
	width: 28px;
	height: 28px;
	float: right;
	display: block;
	background: url(../images/icon_calendar.png) no-repeat;
	
}
.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;
	color: #6F6F6F;
	position: relative;
	top: 1px;
	font-size: 1em;
	padding-left: 5px;
	margin-right: 10px;
}
.ffCheckbox {
	width: 15px;
	height: 15px;
	float: left;
	background-position: 0 -288px;
	cursor: pointer;
}
.ffCheckboxWrapper:hover a, .ffCeckboxWrapper.focus a {
	color: #4e4e4e;
}
.ffCheckboxWrapper:hover .ffCheckbox, .ffCeckboxWrapper.focus .ffCheckbox {
	background-position: -30px -288px;
}
.ffCheckboxWrapper.on .ffCheckbox {
	background-position: -60px -288px;
}
.ffCheckboxWrapper.on:hover .ffCheckbox, .ffCeckboxWrapper.on.focus .ffCheckbox {
	background-position: -90px -288px;
}
.ffCheckboxWrapper.disabled .ffCheckbox {
	background-position: -120px -288px;
}
.ffCheckboxWrapper.on.disabled .ffCheckbox {
	background-position: -150px -288px;
}
.ffCheckboxWrapper.disabled a, .ffCeckboxWrapper.disabled:hover a, .ffCeckboxWrapper.disabled.focus a {
	color: #999;
}

/* radio */
.ffRadioWrapper a {
	text-decoration: none;
	color: #555;
	position: relative;
	top: 1px;
	font-size: 1em;
	padding-left: 5px;
	margin-right: 10px;
}
.ffRadio {
	width: 18px;
	height: 18px;
	float: left;
	background-position: -180px -288px;
	cursor: pointer;
}
.ffRadioWrapper:hover a, .ffRadioWrapper.focus a {
	color: #4e4e4e;
}
.ffRadioWrapper:hover .ffRadio, .ffRadioWrapper.focus .ffRadio {
	background-position: -210px -288px;
}
.ffRadioWrapper.on .ffRadio {
	background-position: -240px -288px;
}
.ffRadioWrapper.on:hover .ffRadio, .ffRadioWrapper.on.focus .ffRadio {
	background-position: -270px -288px;
}
.ffRadioWrapper.disabled .ffRadio {
	background-position: -300px -288px;
}
.ffRadioWrapper.on.disabled .ffRadio {
	background-position: -330px -288px;
}
.ffRadioWrapper.disabled a, .ffRadioWrapper.disabled:hover a, .ffRadioWrapper.disabled.focus a {
	color: #999;
}

/* selectbox */
.ffSelectWrapper {
	width:325px; 
	clear:both;
}
.col-half .ffSelectWrapper {
    width: 157px;
}
.col-full .ffSelectWrapper {
    width: 659px;
}

.col-three-quarter .ffSelectWrapper {
    width: 492px;
}
.ffSelect {
	position: relative;
}

.ffSelect > a {
	background-position: right -128px;
	display: block;
	text-decoration: none;
	outline: 0;
	cursor: default;
}
.ffSelect > a > span {
	display: block;
	height: 28px;
	margin-right: 40px;
	padding-left: 10px;
	background-position: 0 0;
	overflow: hidden;
	line-height: 28px;
	font-size: 1em;
	color: #555;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ffSelect:hover > a, .ffSelectWrapper.focus .ffSelect > a {
	background-position: right -160px;
}
.ffSelect:hover > a > span, .ffSelectWrapper.focus .ffSelect > a > span {
	background-position: 0 -32px;
}
.ffSelectWrapper.active  .ffSelect > a {
	background-position: right -192px; 
	z-index: 1005; 
	position: relative;
}
.ffSelectWrapper.active  .ffSelect > a > span {
	background-position: 0 -64px;
}
.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;
}
.ffSelectMenuWrapper .ffSelectMenuMidBG li {
	padding: 5px 5px 5px 5px !important; 
	cursor: default; 
	background-color: #fff;
	}
.ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN {
	font-size:1em;
}
.ffSelectMenuWrapper .ffSelectMenuMidBG li.disabled SPAN {
	color:#888;
}
.ffSelectMenuWrapper .ffSelectMenuMidBG li.on {
	background-color: #ccc;
}

.ffSelectMenuWrapper{}
.ffSelectMenuTop {
	height: 5px;	
	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 {
	background:url(../images/fancy_fields/sides.png) repeat-y right 0;
}
.ffSelectMenuMid  {
	max-height: 200px; 
	overflow: auto; 
	background: url(../images/fancy_fields/sides.png) repeat-y 0 0; 
	padding-left: 4px;
	margin-right:4px;
}

.scrollingBarWrapper {
	width:24px;
	height:200px;
	background:url(../images/fancy_fields/scrollingBarBg.png) no-repeat;
	right:3px!important;
}
.scrollingHandle {
	width:24px;
	padding-top:20px;
	background:url(../images/fancy_fields/scrollingHandleTop.png) no-repeat 0 0;
}
.scrollingHandleBottom {
	width:24px;
	background:url(../images/fancy_fields/scrollingHandleBottom.png) no-repeat 0px bottom;
}

/* textarea */
.ffTextAreaWrapper textarea {
    border: 0;
    margin: 10px 10px 10px 15px;
    padding:0 ;
    font-size: 1em;
    color: #555;
    background: none;
    font-family: Verdana;
    resize: none;
}
.textarea-width {
	width:298px;
}

.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/fancy_fields/sides.png) repeat-y right 0;
}
.ffTextAreaMid .ffTextAreaLeft {
    background: url(../images/fancy_fields/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: 28px;
	padding-bottom: 2px;
	line-height: 28px;
	font-size: 0.8em;
	background-position: 0 -424px;
	text-align: center;
	padding: 0 10px 0 15px;
	color: #fff;
	margin-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.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;
}
.ffButtonWrapper.light > a > span {
	background-position: 0 -465px;
	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;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
