/***************************
  Ustawienia szerokości
 ***************************/

input {
	width: 200px;
}

textarea {
	width: 300px;
}

select {
	width: 185px;
}

label {
	margin: 8px 5px 0 0;
	display: block;
	float: left;
}

/***************************
  Inputy textowe
 ***************************/

div.jqFormInputText {
	height: 28px;
	margin: 5px;
	float: left;
}
	
div.jqFormInputText div.jqFormInputTextLeft {
	width: 6px;
	height: 28px;
	background: url(../images/jqFormInputTextLeft.png);
	float: left;
}

div.jqFormInputText div.jqFormInputTextCenter {
	height: 28px;
	background: url(../images/jqFormInputTextCenter.png) repeat-x;
	float: left;
}

div.jqFormInputText div.jqFormInputTextCenter input {
	margin: 4px 0 0 0;
	padding: 3px 0;
	background: transparent;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

div.jqFormInputText div.jqFormInputTextRight {
	width: 6px;
	height: 28px;
	background: url(../images/jqFormInputTextRight.png);
	float: left;
}

/***************************
  Inputy textowe hover
 ***************************/

div.jqFormInputText-hover div.jqFormInputTextLeft {
	background: url(../images/jqFormInputTextLeft.png) 0 -28px;
}

div.jqFormInputText-hover div.jqFormInputTextCenter {
	background: url(../images/jqFormInputTextCenter.png) 0 -28px;
	background-repeat: repeat-x;
}

div.jqFormInputText-hover div.jqFormInputTextRight {
	background: url(../images/jqFormInputTextRight.png) 0 -28px;
}

/***************************
  Inputy textowe focus
 ***************************/

div.jqFormInputText-focus div.jqFormInputTextLeft {
	background: url(../images/jqFormInputTextLeft.png) 0 -56px;
}

div.jqFormInputText-focus div.jqFormInputTextCenter {
	background: url(../images/jqFormInputTextCenter.png) 0 -56px;
	background-repeat: repeat-x;
}

div.jqFormInputText-focus div.jqFormInputTextCenter input {
	color: #333333;
}

div.jqFormInputText-focus div.jqFormInputTextRight {
	background: url(../images/jqFormInputTextRight.png) 0 -56px;
}

/***************************
  Buttony
 ***************************/

div.jqFormInputButton {
	height: 28px;
	margin: 5px;
	float: left;
}
	
div.jqFormInputButton div.jqFormInputButtonLeft {
	width: 6px;
	height: 28px;
	background: url(../images/jqFormInputButtonLeft.png);
	float: left;
}

div.jqFormInputButton div.jqFormInputButtonCenter {
	height: 28px;
	background: url(../images/jqFormInputButtonCenter.png) repeat-x;
	float: left;
}

div.jqFormInputButton div.jqFormInputButtonCenter input {
	margin: 4px 0 0 0;
	padding: 3px 0;
	background: transparent;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

div.jqFormInputButton div.jqFormInputButtonRight {
	width: 6px;
	height: 28px;
	background: url(../images/jqFormInputButtonRight.png);
	float: left;
}

/***************************
  Buttony hover
 ***************************/

div.jqFormInputButton-hover div.jqFormInputButtonLeft {
	background: url(../images/jqFormInputButtonLeft.png) 0 -28px;
}

div.jqFormInputButton-hover div.jqFormInputButtonCenter {
	background: url(../images/jqFormInputButtonCenter.png) 0 -28px;
	background-repeat: repeat-x;
}

div.jqFormInputButton-hover div.jqFormInputButtonCenter input {
	color: #333333;
}

div.jqFormInputButton-hover div.jqFormInputButtonRight {
	background: url(../images/jqFormInputButtonRight.png) 0 -28px;
}

/***************************
  Buttony focus
 ***************************/

div.jqFormInputButton-focus div.jqFormInputButtonLeft {
	background: url(../images/jqFormInputButtonLeft.png) 0 -56px;
}

div.jqFormInputButton-focus div.jqFormInputButtonCenter {
	background: url(../images/jqFormInputButtonCenter.png) 0 -56px;
	background-repeat: repeat-x;
}

div.jqFormInputButton-focus div.jqFormInputButtonRight {
	background: url(../images/jqFormInputButtonRight.png) 0 -56px;
}

/***************************
  Textarea
 ***************************/

div.jqFormTextarea {
	height: 120px;
	margin: 5px;
	float: left;
}

div.jqFormTextarea div.jqFormTextareaLeft {
	width: 6px;
	height: 120px;
	background: url(../images/jqFormTextareaLeft.png);
	float: left;
}

div.jqFormTextarea div.jqFormTextareaCenter {
	height: 120px;
	background: url(../images/jqFormTextareaCenter.png) repeat-x;
	float: left;
}

div.jqFormTextarea div.jqFormTextareaCenter textarea {
	margin: 4px 0 0 0;
	padding: 3px 0;
	background: transparent;
	border: 0;
	height: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	resize: none;
}

div.jqFormTextarea div.jqFormTextareaRight {
	width: 6px;
	height: 120px;
	background: url(../images/jqFormTextareaRight.png);
	float: left;
}

/***************************
  Textarea hover
 ***************************/

div.jqFormTextarea-hover div.jqFormTextareaLeft {
	background: url(../images/jqFormTextareaLeft.png) 0 -120px;
}

div.jqFormTextarea-hover div.jqFormTextareaCenter {
	background: url(../images/jqFormTextareaCenter.png) 0 -120px;
	background-repeat: repeat-x;
}

div.jqFormTextarea-hover div.jqFormTextareaRight {
	background: url(../images/jqFormTextareaRight.png) 0 -120px;
}

/***************************
  Textarea focus
 ***************************/

div.jqFormTextarea-focus div.jqFormTextareaLeft {
	background: url(../images/jqFormTextareaLeft.png) 0 -240px;
}

div.jqFormTextarea-focus div.jqFormTextareaCenter {
	background: url(../images/jqFormTextareaCenter.png) 0 -240px;
	background-repeat: repeat-x;
}

div.jqFormTextarea-focus div.jqFormTextareaCenter textarea {
	color: #333333;
}

div.jqFormTextarea-focus div.jqFormTextareaRight {
	background: url(../images/jqFormTextareaRight.png) 0 -240px;
}

/***************************
  Selecty
 ***************************/

.jqFormSelect {
	position: relative;
	height: 28px;
	margin: 5px;
	background: url(../images/jqFormSelectLeft.png) no-repeat top left;
	float: left;
}

.jqFormSelect div span {
	position: absolute;
	white-space: nowrap;
	height: 21px;
	padding: 4px 0 3px 8px;
	overflow: hidden;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.jqFormSelect a.jqFormSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 27px;
	height: 28px;
	background: url(../images/jqFormSelectRight.png) no-repeat center center;
	outline: none;
	border: 0!important;
}

.jqFormSelect ul {
	position: absolute;
	top: 28px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0!important;
	padding: 0!important;
	height: 130px;
	z-index: 10;
	overflow: auto;
	overflow-y: auto;
}

.jqFormSelect ul li {
	margin: 0!important;
	padding: 0!important;
	list-style-type: none!important;
}

.jqFormSelect ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: normal;
	outline: none;
	color: #666666!important;
	border: 0!important;

}

.jqFormSelect ul li a.selected {
	background: #EDEDED;
	color: #333333;
}

.jqFormSelect ul li a:hover, .jqFormSelect ul li a.selected:hover {
	background: #3582c4;
	color: #ffffff!important;
	border: 0!important;
}

/***************************
  Checkboxy
 ***************************/

span.jqFormCheckboxWrapper{
	display: block;
	float: left;
	margin-right: 5px;
	float: left;
}

a.jqFormCheckbox {
	background: transparent url(../images/jqFormCheckbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display: block;
	outline: none;
	margin: 7px 0 0 0;
	border: 0!important;
}

/***************************
  Radio
 ***************************/
 
span.jqFormRadioWrapper {
	display: block;
	margin: 8px 4px 0 4px;
	float: left;
}

.jqFormRadio {
	background: transparent url(../images/jqFormRadio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display: block;
	outline: none;
	border: 0!important;
}

a.jqFormChecked {
	background-position: center bottom;
}

/***************************
  Pola ukryte
 ***************************/

.jqFormHidden {
	display: none;
}