/* -----------------------------------------
   Standard Forms
----------------------------------------- */

  #foxopen form { margin: 0 0 18px; }
  #foxopen label { display: block; font-size: 13px; line-height: 18px; cursor: pointer; margin-bottom: 9px; }

  #foxopen input.input-text, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
  #foxopen input.input-text, textarea, select { display: inline-block; margin-bottom: 9px; }
  #foxopen label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin-top: -9px; }
  #foxopen textarea { max-width: 100%; }
  #foxopen label { text-align: right; }

	/* Text input and textarea font and padding */
  #foxopen input.input-text, textarea { font-size: 13px; padding: 4px 3px 2px; background: #fff; }
  #foxopen input.input-text:focus, textarea:focus { outline: none !important; }
  #foxopen input.input-text.oversize, textarea.oversize { font-size: 18px !important; padding: 4px 5px !important; }
  #foxopen input.input-text:focus, textarea:focus { background: #f9f9f9; }

	/* Text input and textarea, disabled */
  #foxopen input.input-text[disabled], textarea[disabled] { background-color: #ddd; }

	/* Inlined Label Style */
  #foxopen input.placeholder, textarea.placeholder { color: #888; }

	/* Text input and textarea sizes */
  #foxopen input.input-text, textarea { width: 254px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
  #foxopen input.small, textarea.small { width: 134px; }
  #foxopen input.medium, textarea.medium { width: 254px; }
  #foxopen input.large, textarea.large { width: 434px; }
  #foxopen input.expand, textarea.expand { width: 100%; }
  #foxopen div.input-readonly { width: 254px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	
	/* Lock textareas so they can't be resized beyond their set width in webkit */
  #foxopen textarea.locked 	{ max-width: 254px; }
  #foxopen textarea.locked.small 	{ max-width: 134px; }
  #foxopen textarea.locked.large 	{ max-width: 434px; }
  #foxopen textarea.locked.expand 	{ max-width: 100%; }

	/* Fieldsets */
  #foxopen form fieldset { padding: 9px 9px 2px 9px; border: solid 1px #ddd; margin: 18px 0; }

	/* Inlined Radio & Checkbox */
  #foxopen .form-field input[type=radio], div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }

	/* Errors */
  #foxopen .form-field.error input, input.input-text.red { border-color: #C00000; background-color: rgba(255,0,0,0.15); }
  #foxopen .form-field.error label, label.red { color: #C00000; }
  #foxopen .form-field.error small, small.error { margin-top: -6px; display: block; margin-bottom: 9px; font-size: 11px; color: #C00000; width: 254px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

  #foxopen .small + small.error { width: 134px; }
  #foxopen .medium + small.error { width: 254px; }
  #foxopen .large + small.error { width: 434px; }
  #foxopen .expand + small.error { width: 100%; }
	
  #foxopen .small.oversize + small.error { width: 144px; }
  #foxopen .medium.oversize + small.error { width: 264px; }
  #foxopen .large.oversize + small.error { width: 444px; }
  #foxopen .expand.oversize + small.error { width: 100%; }

	/* -----------------------------------------
	   Nicer Forms
	----------------------------------------- */
  #foxopen form.nice div.form-field input, form.nice input.input-text, form.nice textarea { border: solid 1px #bbb; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
  #foxopen form.nice div.form-field input, form.nice input.input-text, form.nice textarea { font-size: 13px; padding: 6px 3px 4px; outline: none !important; background: url(../images/misc/input-bg.png) #fff; }
  #foxopen form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus { background-color: #f9f9f9; }

	/* Text input and textarea, disabled */
  #foxopen form.nice div.form-field input[disabled], form.nice input.input-text[disabled], form.nice textarea[disabled] { background-color: #ddd; }

  #foxopen form.nice fieldset { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }

  #foxopen form.nice div.form-field input[type=radio], form.nice div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }

  #foxopen form.nice div.form-field.error small, form.nice small.error { padding: 6px 4px; border: solid 0 #C00000; border-width: 0 1px 1px 1px; margin-top: -10px; background: #C00000; color: #fff; font-size: 12px; font-weight: bold; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }

  #foxopen form.nice div.form-field.error .small + small, form.nice .small + small.error { width: 132px; }
  #foxopen form.nice div.form-field.error .medium + small, form.nice .medium + small.error { width: 252px; }
  #foxopen form.nice div.form-field.error .large + small, form.nice .large + small.error { width: 432px; }
	
  #foxopen form.nice div.form-field.error .small.oversize + small, form.nice .small.oversize + small.error { width: 136px; }
  #foxopen form.nice div.form-field.error .medium.oversize + small, form.nice .medium.oversize + small.error { width: 256px; }
  #foxopen form.nice div.form-field.error .large.oversize + small, form.nice .large.oversize + small.error { width: 436px; }

	/* -----------------------------------------
	   Custom Forms
	----------------------------------------- */

  #foxopen form.custom span.custom { display: inline-block; width: 14px; height: 14px; position: relative; top: 2px; border: solid 1px #ccc; background: url(../images/misc/custom-form-sprites.png) 0 0 no-repeat; }
  #foxopen form.custom span.custom.radio { border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
  #foxopen form.custom span.custom.radio.checked { background-position: 0 -14px; }
  #foxopen form.custom span.custom.checkbox.checked { background-position: 0 -28px; }

  #foxopen form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; }
  #foxopen form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 26px; padding: 0 38px 0 6px; border: solid 1px #ddd; color: #141414; background-color: #fff; word-wrap: nowrap; }
  #foxopen form.custom div.custom.dropdown a.selector { position: absolute; width: 26px; height: 26px; display: block; background: url(../images/misc/custom-form-sprites.png) -14px 1px no-repeat; right: 0; top: 0; border: solid 1px #ddd; }
  #foxopen form.custom div.custom.dropdown:hover a.selector,
  #foxopen form.custom div.custom.dropdown.open a.selector { background-position: -14px -26px; }

  #foxopen form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0; top: 27px; margin: 0; padding: 0; background: #fff; background: rgba(255,255,255,0.95); border: solid 1px #ddd; }
  #foxopen form.custom div.custom.dropdown ul li { cursor: pointer; padding: 3px 38px 3px 6px; min-height: 18px; margin: 0; white-space: nowrap}
  #foxopen form.custom div.custom.dropdown ul li.selected { background: url(../images/misc/custom-form-sprites.png) right -52px no-repeat; }
  #foxopen form.custom div.custom.dropdown ul li:hover { background-color: #2a85e8; color: #fff; }
  #foxopen form.custom div.custom.dropdown ul li.selected:hover { background: url(../images/misc/custom-form-sprites.png) #2a85e8 right -78px no-repeat; }
  #foxopen form.custom div.custom.dropdown ul.show { display: block; }

  #foxopen form.custom div.custom.dropdown.open ul { display: block; z-index: 10; }
	
  #foxopen form.custom div.custom.dropdown.small { width: 134px !important; }
  #foxopen form.custom div.custom.dropdown.medium { width: 254px !important; }
  #foxopen form.custom div.custom.dropdown.large { width: 434px !important; }
  #foxopen form.custom div.custom.dropdown.expand { width: 100% !important; }
	
  #foxopen form.custom div.custom.dropdown.open.small ul { width: 132px !important; }
  #foxopen form.custom div.custom.dropdown.open.medium ul { width: 252px !important; }
  #foxopen form.custom div.custom.dropdown.open.large ul { width: 432px !important; }
  #foxopen form.custom div.custom.dropdown.open.expand ul { width: 100% !important; box-sizing: border-box; }

	/* Custom input, disabled */
  #foxopen form.custom .custom.disabled { background-color: #ddd; }

	/* -----------------------------------------
	   Nicer Custom Forms
	----------------------------------------- */
  #foxopen form.custom.nice span.custom.checkbox { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }

  #foxopen form.custom.nice div.custom.dropdown a.current { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; background-image: url(../images/misc/input-bg-outset.png); background-position: bottom right; }
  #foxopen form.custom.nice div.custom.dropdown a.selector { height: 27px; border-width: 0 0 0 1px; }
  #foxopen form.custom.nice div.custom.dropdown ul { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }
  #foxopen form.custom.nice div.custom.dropdown ul { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }
  
  /* Basic pagination formatting */
  #foxopen ul.pagination { padding: 0 0 0 1em; }
  #foxopen ul.pagination li { display: inline-block; padding: 0 0.5em 0 0; list-style: none; }
