form {
	position: relative;
	margin: 1em 0;
	font-size: 12px;
	text-align: left;
	clear: both;
}

form dl,
form ul,
form ol,
form li,
ol.profile {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
form ul.spis li {list-style-position:outside;}
form ol {
	/margin-left: -16px;
	clear: both;
}

form li li {
	border: 0 none;
	padding: 0;
}

form dt,
form dd {
	padding: 4px 0;
	_zoom:1;
}

form li,
ol.profile li {
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	padding: 7px 15px;
	/margin-bottom:-2px;
	_zoom:1;
}
.h150scroll li {
	border-bottom: none;
	padding: 0 0 0 14px;
}

ol.reg_seminar li {
  position:relative;
}

form li.with-clear {
	overflow: visible;
}

form label,
form input.text,
form select,
.label,
.timeWrap,
form textarea {
	display: inline;
	float: left;
	width: 240px;
	color: #3a3a3a;
	margin-right: 10px;
}

form input.translit {
	clear: both;
	margin: 4px 10px 0 270px;
}

form select {
	border: 1px solid #dbdbdb;
	width: 250px;
	padding: 3px 3px 3px 2px;
}

form select optgroup {
	padding-left: 8px;
	width: auto;
}

form select optgroup option {
	margin-left: -8px;
}

form label,
.label {
	line-height: 15px;
	padding: 4px 20px 4px 0;
}

form select option.ban {
	color: #555;
	background: #f3f3f3;
}

form input.text,
form textarea {
	border: 1px solid #dbdbdb;
	padding: 4px;
}

form textarea.long {
	display: block; _display: inline;
	height: 60px;
	/margin-left: 15px;
	width: 605px;
}

form .active { background-color: #f2f2f2; }
form li input.active,
form li select.active,
form li textarea.active{
	border: 1px solid #8dbf20;
	color: #000;
	background-color: #fff;
}

form li .checkbox .active {
	outline: 1px solid #8dbf20;
}

form li .template {
	color: #ccc;
}

form li label.short,
form li input.short {
	width: 100px;
}

form li label.medium,
form li input.medium {
	width: 175px;
}

form li label.long,
form li input.long {
	width: 100%;
	margin: 0;
}
form li label.long {
	_width: auto;
	_clear: both;
}

form .checkbox {
	width: auto;
	position: relative;
	padding-left: 20px;
	_zoom:1;
}

form .checkbox input {
	margin: 0;
	position: absolute;
	top: 5px;
	left: 0;
	/overflow:hidden;
	/width:13px;
	/height:13px;
}

form .checkbox input.error {
	outline: 1px solid #F96604;
}

form li img {
	clear: both;
	display: block;
}

form ul.ctas {
	margin-top: 0 !important;
	position: relative;
	/left: -30px;
}
	form ul.ctas li {
		border-bottom: none !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
		form ul.ctas li div {
			float: left;
			margin-top: 0 !important;
			margin-left: 0 !important;
		}
form li.no-br {
	border-bottom: none;
}
form li.last-line {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.grad-block-s {
	background: transparent;
	margin-bottom: 20px;
	overflow: hidden;
}

.progress {
	width: 16px;
	height: 16px;
	float: left;
	display: inline;
	position: relative;
	background: url( '../img/ajax-loader.gif' ) 50% 50% no-repeat;
	margin: 3px 7px;
}

.ajax-select .progress {
	margin: 3px 0 0;
	display: none;
}

/* Password Strength Meter */

form .strength_meter {
	background-color: #ededed; float: left; border: 1px solid #dbdbdb; width: 238px;
}
form .strength_meter div {
	color: #fff; height: 22px;
}
form .weak {
	width: 79px;
	background-color: #dd2424;
}
form .medium {
	width: 159px;
	background-color: #ffb400;
}
form .strong {
	width: 238px;
	background-color: #1ad900;
}


form li .error {	border-color: #F96604 !important; }
.hidden {	display: none; }
form .block { overflow:hidden; clear:both; }


.h150scroll {
	overflow-y: scroll;
	max-height: 250px;
	margin: 10px 0;
	clear: both;
	/*width: 500px;*/
	width: auto;
	padding: 9px;
	border: 1px solid #dbdbdb;
	_height: 200px;
}

/*  подсказка */

.alert {
	margin: 3px 7px;
	padding: 1px 7px 1px 24px;
	color: #F96604;
	float: left;
	height: 14px;
}

.alert a:hover { text-decoration: none; }

.alert-wrap { position: absolute; height: 0; width: 250px; margin-left: -3px; font-size: 11px; z-index:1000; }
.alert-popup {
	background:url( '../img/hint/border_left.png' ) 0 2px repeat-y;
	position:absolute;
	z-index:1000;
	bottom:10px;
	left:0;
	padding-left:2px;
}
.alert-popup .hint_text {
	background:#f7f7f7 url( '../img/hint/border_right.png' ) right 2px repeat-y;
	position:relative;
	padding:2px 8px;
	_padding-left: 0px;
	max-width:250px;
	display:block;
	white-space:normal;
	_zoom:100%;
}
.alert-popup .hint_text .top_border_l, .alert-popup .hint_text .top_border_r {
	top:-2px;
	position:absolute;
	height:2px;
	width:100%;
	line-height:1%;
}
.alert-popup .hint_text .top_border_l {
	background:url( '../img/hint/top_border_left.png' ) 0 0 no-repeat;
	left:-2px;
}
.alert-popup .hint_text .top_border_r {
	background:url( '../img/hint/top_border_right.png' ) right 0 no-repeat;
	right:0;
}
.alert-popup .hint_text .bottom_border_r {
	background:url( '../img/hint/bottom_border_right.png' ) right 0 no-repeat;
	position:absolute;
	bottom:-4px;
	right:0;
	height:4px;
	width:100%;
	line-height:1%;
}
.alert-popup .hint_text .arrow {
	background:url( '../img/hint/arrow.png' ) 0 0 no-repeat;
	width:21px;
	height:10px;
	position:absolute;
	left:-2px;
	bottom:-10px;
	line-height:1%;
}
.alert-popup .hint_text .close_button {
	background:url( '../img/hint/close.png' ) 0 0 no-repeat;
	width:12px;
	height:12px;
	position:absolute;
	left:3px;
	top:3px;
	line-height:1%;
}
/*  /подсказка */

.receiver { display: block; margin-top: 4px; }

.clear {
	clear: both;
	display: block;
	float: none;
}