/*** ÊÎÍÒÅÉÍÅÐÛ ***/

.input, .textarea, .select, .sr
{
	position: relative;
	width: 100%;
	padding: 0 12px;
	margin-bottom: 5px;
	font-style: italic;
	color: #494752;
}

/*.select
{
	width: 100%;
}*/

/*.select2
{
	width: 268px;
	margin-bottom: -1px;
}

.select3
{
	width: 177px;
	margin-bottom: -1px;
}

.select4
{
	width: 160px;
}

.select5
{
	width: 275px;
	margin-bottom: 0;
}*/

/*.slf
{
	width: 637px !important;
}*/

.sr
{
/*	width: 100%;*/
	margin-bottom: 0px;
	white-space: nowrap;
}

.l, .r
{
	position: absolute;
	width: 12px;
	top: 0;
	font-size: 0;
}

/*** FORMS ***/

form
{
	margin: 0;
}

input, textarea, select
{
	font-size: 100%;
	font-family: Arial;
	font-style: italic;
	color: #494752;
	border: none;
	outline: none;
	resize: none;
}

input.txt, input.ttl, input.num, div.sel
{
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0 0 1px 0;
	line-height: 24px;
	/*vertical-align: top;*/
	background: url('gfx/input/bg.png') repeat-x #FFFFFF;
}

.sr input.txt, .sr input.ttl
{
	background: url('gfx/input/bg.png') repeat-x #FFFFFF;
}

input.num
{
	text-align: center;
}

.input .l, .input .r, .sr .l, .sr .r
{
	height: 36px;
}

.input .l
{
	left: 0;
	background: url('gfx/input/l.png') no-repeat;
}

.input .r
{
	right: 0;
	background: url('gfx/input/r.png') no-repeat;
}

.sr .l
{
	left: 0;
	background: url('gfx/input/l.png') no-repeat;
}

.ttl
{
	color: #8C8F9F;
}

input.dis
{
	cursor: default !important;
}

/*** TEXTAREA ***/

textarea.txt, textarea.ttl
{
	position: relative;
	width: 100%;
	height: 135px;
	margin: 0;
	padding: 6px 0;
	vertical-align: top;
	background: url('gfx/input/ta-bg.png') repeat-x #FFFFFF;
	overflow: hidden;
}

.textarea .l, .textarea .r
{
	height: 147px;
}

.textarea .l
{
	left: 0;
	background: url('gfx/input/ta-l.png') no-repeat;
}

.textarea .r
{
	right: 0;
	background: url('gfx/input/ta-r.png') no-repeat;
}

/*** SELECT ***/

div.sel
{
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.select .l, .select .r, .select2 .l, .select2 .r, .select3 .l, .select3 .r, .select4 .l, .select4 .r, .select5 .l, .select5 .r
{
	height: 36px;
}

.select .l, .select2 .l, .select3 .l, .select4 .l, .select5 .l
{
	left: 0;
	background: url('gfx/input/l.png') no-repeat;
}

.select .r, .select2 .r, .select3 .r, .select4 .r, .select5 .r
{
	right: 0;
	background: url('gfx/input/r.png') no-repeat;
}

.arr
{
	position: absolute;
	width: 15px;
	height: 34px;
	top: 1px;
	right: 0;
	padding: 0;
	font-size: 0;
	background: url('gfx/input/arr.png') no-repeat;
}

div.sel.ovr .arr
{
	background-position: -15px 0;
}

.opt
{
	position: absolute;
	display: block;
	font-size: 85%;
	line-height: 118%;
	top: 31px;
	left: 0;
	right: 0;
	padding: 0 4px;
	color: #8C8F9F;
	background: url('gfx/input/sel-bg.png') #FFFFFF repeat-x;
	border: 1px #D7D8DC solid;
	border-top: none;
	border-bottom: none;
	z-index: 100;
}

.opt ul
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 9px 0 0 0;
	max-height: 210px;
	overflow-y: auto;
}

.opt li
{
	display: block;
	margin: 0;
	padding: 8px 6px;
	list-style-type: none;
	cursor: pointer;
	white-space: normal;
}

.opt li.ovr
{
	color: #494752;
	background: #F0E7FA;
}

.ob
{
	position: relative;
	height: 5px;
	margin: 0 -4px -5px -4px;
	font-size: 0;
	overflow: hidden;
}

.ol, .or
{
	width: 5px;
	height: 5px;
	font-size: 0;
	background: url('gfx/input/sel-cn.png') no-repeat;
}

.ol
{
	float: left;
}

.or
{
	float: right;
	background-position: -5px 0;
}

.oc
{
	height: 4px;
	margin: 0 5px;
	font-size: 0;
	background: #FFFFFF;
	border-bottom: 1px #D7D8DC solid;
}

/*** LOGIN ***/

.login .input
{
	width: auto;
}

.login .checkbox
{
	position: absolute;
	top: 12px;
	right: 2px;
}

.header .checkbox
{
	margin: 10px 0 0 0;
}

/*** CHECKBOX ***/

.checkbox
{
	white-space: nowrap;
}

.checkbox input
{
	display: none !important;
}

.priv .checkbox
{
	margin: 6px 0 !important;
}

.uchk, .chk
{
	display: inline-block;
	position: relative;
	float: left;
	width: 17px;
	height: 17px;
	margin: 0px 7px 0 0;
	padding: 0;
	font-size: 0;
	background: url('gfx/input/cb.png') no-repeat;
	cursor: pointer;
}

@-moz-document url-prefix()
{
	.uchk, .chk
		{
			margin: 1px 7px 0 0;
		}
}

.uchk
{
	background-position: 0 0;
}

.uchk.ovr
{
	background-position: -17px 0;
}

.chk
{
	background-position: -34px 0;
}

.chk.ovr
{
	background-position: -51px 0;
}

.cb2
{
	background-image: url('gfx/input/cb2.png') !important;
}

.cb3
{
	background-image: url('gfx/input/cb3.png') !important;
}

.flr .checkbox
{
	float: left;
	margin: 6px 24px !important;
}

.flr a
{
	display: inline-block;
	margin: 6px 0;
}

.conf
{
	margin-top: 0 !important;
}

/* ÂÛÄÅËÅÍÈÅ INPUT */

input.mrk
{
	background: url('gfx/input/bg-mrk.png') repeat-x #FCD2CF;
}

.input.mrk .l
{
	background: url('gfx/input/l-mrk.png') no-repeat;
}

.input.mrk .r
{
	background: url('gfx/input/r-mrk.png') no-repeat;
}

textarea.mrk
{
	background: url('gfx/input/ta-bg-mrk.png') repeat-x #FCD2CF;
}

.textarea.mrk .l
{
	background: url('gfx/input/ta-l-mrk.png') no-repeat;
}

.textarea.mrk .r
{
	background: url('gfx/input/ta-r-mrk.png') no-repeat;
}

.select.mrk div.sel
{
	background: url('gfx/input/bg-mrk.png') repeat-x #FCD2CF;
}

.select.mrk .l
{
	background: url('gfx/input/l-mrk.png') no-repeat;
}

.select.mrk .r
{
	background: url('gfx/input/r-mrk.png') no-repeat;
}

/*** SLIDER ***/

.slider
{
	position: relative;
	width: 100%;
	font-size: 100%;
	outline: none;
	margin-bottom: 2px;
	padding: 0 6px 0 7px;
	font-size: 0;
}

.bar
{
	position: relative;
	width: 100%;
	height: 12px;
	background: url('gfx/input/sd-bg.png') repeat-x #464646;
}

.bar .p
{
	position: absolute;
	width: 0;
	height: 12px;
	background: url('gfx/input/sd-p.png') repeat-x #7D7D7D;
}

.sld
{
	position: absolute;
	width: 15px;
	height: 24px;
	margin: -8px 0 0 -8px;
	left: 0;
	background: url('gfx/input/sld.png');
	cursor: pointer;
	z-index: 1;
}

.sld.ovr
{
	background-position: -15px 0;
}

.slider .l, .slider .r
{
	height: 12px;
}

.slider .l
{
	width: 7px !important;
	left: 0;
	background: url('gfx/input/sd-l.png') no-repeat #464646;
}

.slider .r
{
	width: 6px !important;
	right: 0;
	background: url('gfx/input/sd-r.png') no-repeat #464646;
}

/* ØÊÀËÀ ÄËß SLIDER */

.scale
{
	width: 100%;
	table-layout: fixed;
	margin: 7px 0 14px 0;
}

.scale td
{
	padding: 0 !important;
	text-align: right;
}

.scale a
{
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	font-size: 110%;
}

.scale span
{
	float: left;
	font-style: italic;
}

.s1 a
{
	margin-right: -19px;
}

.s2 a
{
	margin-right: -16px;
}

.s3 a
{
	margin-right: -13px;
}

.s4 a
{
	margin-right: -10px;
}

.s5 a
{
	margin-right: -8px;
}

/*** ÇÀÃÐÓÇÊÀ ÔÀÉËÀ ***/

.upfile
{
	position: relative;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	float: left;
	color: #F5665B;
	text-decoration: underline;
}

.upfile.ovr
{
	color: #DD483E;
}

.upfile input
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity: 0);
	font-size: 10em;
	cursor: pointer;
}

.upfiles
{
	margin: 0 0 -6px 0;
	padding: 0;
	list-style: none;
}

.upfiles input
{
	display: none;
}

.upfiles li
{
	display: inline-block;
	margin: 6px 20px 6px 0;
	padding-left: 26px;
	list-style-type: none;
	white-space: nowrap;
	cursor: pointer;
	background: url('gfx/input/fl-add.png') no-repeat 0 50%;
}

.upfiles li.ovr
{
	color: #F5665B;
	background-image: url('gfx/input/fl-rem.png');
}