.phone-contact {
	float:left;
	padding:16px 10px 0 6px;
	line-height:1.2;
	color:#b5b5b5;
	font-size:15px;
	font-weight:bold;
	}
	.phone-contact li {
		margin:0;
		list-style:none;
		}
	.phone-contact p {
		padding-top:1px;
		font-size:13px;
		}
.phone-contact-nfa {
	float:left;
	width:140px;
	height:60px;
	padding:16px 85px 0 14px;
	line-height:18px;
	color:#b5b5b5;
	font-size:15px;
	background:url(/pic/logo-nfa.png) 100% 16px no-repeat;
	}
.reg-container {
	display:table;
	width:100%;
	margin-top: 13px; /*padding-top:13px;*/
	line-height:1.2;
	color:#666;
	font-size:14px;
	}
	.reg-container h1 {
		padding-bottom:21px;
		}
	.reg-container h2 {
		padding-bottom:15px;
		color:#f60;
		font-size:21px;
		font-weight:bold;
		}
    .reg-container h2.trade_account {
        color: #000000;
        font-size: 24px;
        font-weight: normal;
        line-height: 1em;
        margin: 0 0 18px 118px;
        padding-top: 5px;
    }
	.reg-container p {
		padding-bottom:7px;
		}
	.reg-container .cont-main {
		float:left;
		width:610px;
		}
	.reg-container .cont-side {
		float:right;
		width:300px;
		padding-top:9px;
		}
		.reg-container .cont-side h2 {
			color:#000;
			font-weight:normal;
			}
	.reg-container .cont-wide {
		clear:both;
		width:890px;
		}
		.reg-container .cont-wide h2 {
			padding-bottom:11px;
			}
	.reg-container .tbl {
		margin-bottom:25px;
		}
		.reg-container .tbl th {
			padding:4px 5px;
			font-weight:bold;
			background:#ececef;
			}
		.reg-container .tbl td {
			padding:3px 5px;
			border-bottom:1px solid #d9d9d9;
			}
		.reg-container .tbl-c td {
			text-align:center;
			}
.reg-steps {
	overflow:hidden;
	width:640px;
	padding:25px 0 18px 18px;
	zoom:1;
	}
	.reg-steps li {
		float:left;
		width:25%;
		margin:0;
		list-style:none;
		line-height:1.2;
		font-size:12px;
		}
		.reg-steps li .st {
			float:left;
			height:30px;
			background:url(/pic/step-bg.png) 0 -999px no-repeat;
			}
		.reg-steps li .st .i {
			float:left;
			height:30px;
			padding:0 13px;
			line-height:30px;
			font-size:16px;
			background:url(/pic/step-bg.png) 0 -999px no-repeat;
			}
		.reg-steps li.active .st {
			background-position:0 0;
			}
		.reg-steps li.active .st .i {
			color:#f60;
			background-position:100% -30px;
			}
		.reg-steps li p {
			clear:left;
			padding:6px 10px 0 12px;
			color:#999;
			}
		.reg-steps li .st a {
			text-decoration:none;
			background:url(/pic/und-dash.gif) 0 100% repeat-x;
			}
		.reg-steps li .st a:hover {
			background-position:0 -999px;
			}
.alert-color {
	color:#c00;
	}
/*  Placeholder styles  */
input::-webkit-input-placeholder {
	font-size:14px;
	line-height:16px;
	color:#ccc;
} /* Chrome */
input:-moz-placeholder {
	font-size:14px;
	line-height:16px;
	color:#ccc;
} /* FF4+ */
input:-ms-input-placeholder {
	font-size:14px;
	line-height:16px;
	color:#ccc;
} /* IE10 */
input.placeholder {
	font-size:14px;
	line-height:16px;
	color:#ccc;
} /* class */
.form-r {
	padding:25px 0 0 200px;
	}
	.form-r h2 {
		padding-bottom:15px;
		color:#f60;
		font-size:21px;
		font-weight:bold;
		}
	.form-r .hd {
		margin-right:-30px;
		padding-bottom:25px;
		}
		.form-r .hd h2 {
			padding-bottom:0;
			}
		.form-r .hd p {
			margin-bottom:-6px;
			}
	.form-r h3 {
		font-size:16px;
		font-weight:bold;
		padding-bottom:18px;
		}
	.form-r .form-row {
		clear:both;
		padding-bottom:20px;
		}
		.form-r .form-row label {
			position:relative;
			float:left;
			width:181px;
			margin-left:-200px;
			padding-top:4px;
			text-align:right;
			}
		.form-r .form-row select {
			display:inline-block;
			width:380px;
			color:#666;
			}
	.form-r .inp-descr {
		position:absolute;
		width:292px;
		margin:4px 0 0 409px;
		color:#999;
		background:url(/pic/form-descr.gif) 0 8px no-repeat;
		padding-left:50px;
		}
	.form-r .form-btns {
		position:relative;
		clear:both;
		padding:9px 0 20px;
		}
		.form-r .form-btns .btn-2 {
			margin-right:14px;
			}
	.form-r .form-captcha {
		padding-top:8px;
		}
		.form-r .form-captcha img {
			display:inline-block;
			margin-right:16px;
			vertical-align:middle;
			}
		.form-r .form-captcha a {
			text-decoration:none;
			background:url(/pic/und-dash.gif) 0 100% repeat-x;
			}
		.form-r .form-captcha a:hover {
			background-position:0 -999px;
			}
	.form-r input.txt {
		width:360px;
		padding:4px 9px;
		border:1px solid #cdcdcd;
		font-size:14px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}
	.form-r div.txt {
        padding-top: 4px;
	}
	.form-r table.button_box {
        width:380px;
	}
	.form-r select {
		display:block;
		padding:3px 2px 3px 7px;
		border:1px solid #cdcdcd;
		font-size:14px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}
	.form-r .inp-chk {
		position:absolute;
		width:15px;
		height:15px;
		margin:5px 0 0 386px;
		background:url(/pic/form-check.png) -999px 0 no-repeat;
        padding-left: 10px;
		}
	.form-r .chk-apply {
		background-position:0 1px;
		}
	.form-r .chk-cancel {
		background-position:0 -25px;
		}
	.form-r .sel-date-day,.form-r .sel-date-month,.form-r .sel-date-year {
		display:inline-block;
		height:27px;
		vertical-align:middle;
		}
		.form-r .sel-date-day select {
			width:90px;
			}
		.form-r .sel-date-month select {
			width:180px;
			}
		.form-r .sel-date-year select {
			width:90px;
			}
	.form-r .sel-date-day,.form-r .sel-date-month {
		margin-right:6px;
		}
	.form-r .inp-phone-code {
		margin-right:6px;
		}
		.form-r .inp-phone-code input.txt {
			width:70px;
			}
		.form-r .inp-phone-number input.txt {
			width:160px;
			}
	.form-r .fld-mn {
		display:table;
		width:100%;
		zoom:1;
		}
	.form-r .fld-m {
		float:left;
		padding-bottom:2px;
		}
		.form-r .fld-m select {
			width:60px;
			}
	.form-r .fld-n {
		float:right;
		padding-right:30px;
		padding-left:75px;
		}
		.form-r .fld-n label {
			width:56px;
			margin-left:-75px;
			}
		.form-r .fld-n input.txt {
			width:210px;
			}
	.form-r .fld-gm {
		display:table;
		width:100%;
		zoom:1;
		}
		.form-r .fld-gm select {
			width:120px;
			}
	.form-r .fld-g {
		float:left;
		padding-bottom:2px;
		}
	.form-r .fld-s {
		float:left;
		padding-bottom:2px;
		padding-left:140px;
		}
		.form-r .fld-s label {
			width:101px;
			margin-left:-120px;
			}
	.form-r .form-chk-row {
		clear:both;
		margin-right:-30px;
		padding:0 0 27px 275px;
		}
		.form-r .form-chk-row .inl {
			display:inline-block;
			margin-right:20px;
			vertical-align:middle;
			}
		.form-r .form-chk-row label {
			position:relative;
			float:left;
			width:407px;
			margin-left:-475px;
			padding-top:4px;
			text-align:right;
			}
		.form-r .form-chk-row input {
			display:inline-block;
			width:13px;
			height:13px;
			margin-right:2px;
			margin-bottom:1px;
			vertical-align:bottom;
			}
		.form-r .form-chk-row .inp-descr {
			margin-left:135px;
			}
			.form-r .form-chk-row .inp-descr a {
				text-decoration:none;
				background:url(/pic/und-dash.gif) 0 100% repeat-x;
				}
			.form-r .form-chk-row .inp-descr a:hover {
				background-position:0 -999px;
				}
	.form-r .high-row {
		padding-bottom:54px;
		}
	.form-r .form-row label.hd {
		position:static;
		float:none;
		display:block;
		margin:0;
		padding:0 0 14px;
		text-align:left;
		width:auto;
		}	
	.form-r .form-chk-row .inp-chk {
		margin:3px 0 0 115px;
		}
	.form-r .bot-message {
		padding:8px 0;
		}
	.form-r .rsel {
		width:113px;
		padding-bottom:2px;
		padding-left:270px;
		}
		.form-r .rsel label {
			width:386px;
			margin-left:-450px;
			}
		.form-r .rsel select {
			width:110px;
			}
	.form-r .inl label {
		float:none;
		width:auto;
		margin:0;
		padding:0;
		text-align:left;
		}
	.form-r .form-err-msg {
		display:none;
		}
		.form-r .form-error input.txt,
		.form-r .form-error select {
			border-color:#e00;
			}
		.form-r .form-error .form-err-msg {
			display:block;
			width:350px;
			margin-bottom:-2px;
			padding:2px 10px 0;
			line-height:13px;
			color:#c00;
			font-size:11px;
			}
	.form-r .form-apply input.txt,
	.form-r .form-apply select {
		border-color:#00cd00;
		}
	.form-r .apply-msg {
		color:#0c0;
		}
	.form-btns-both {
		display:table;
		width:100%;
		padding:10px 0 15px;
		zoom:1;
		}
		.form-btns-both .btn-2a {
			float:right;
			}
		.form-btns-both .btn-2d {
			float:left;
			}
.feedback-dialog {
	position:relative;
	height:108px;
	margin-bottom:10px;
	padding-top:9px;
	line-height:18px;
	font-size:15px;
	font-style:italic;
	background:url(/pic/dialog-back.png) 3px 100% no-repeat;
	}
	.feedback-dialog .dialog-2 {
		width:157px;
		padding:10px 0 0 40px;
		}
	.feedback-dialog .dialog-1 {
		position:absolute;
		top:41px;
		left:62px;
		width:128px;
		height:67px;
		padding:9px 20px 0 28px;
		background:url(/pic/dialog-front.png) no-repeat;
		}
	.field-hidder {
		min-height:50px;
		margin:10px -170px 15px 0;
		padding-top:1px;
		background:url(/pic/hidder-bg.png) 50% 0 no-repeat;
		}
		.field-hidder .msg {
			padding:4px 0 24px;
			text-align:center;
			background:url(/pic/arrow-hidder.png) 50% 100% no-repeat;
	cursor: pointer;	
			}
			.field-hidder .msg a {
				text-decoration:none;
				background:url(/pic/und-dash.gif) 0 100% repeat-x;
	cursor: pointer;
				}
			.field-hidder .msg a:hover {
				background-position:0 -999px;
				}
	.field-hidder-opened .msg-wr {
		min-height:50px;
		background:url(/pic/hidder-bg2.png) 50% 0 no-repeat;
		}
	.field-hidder-opened .msg {
		display:none;
		}
	.field-hidder-opened .msg-close {
		display:block;
		padding-top:7px;
		background-image:url(/pic/arrow-hidder2.png);
		}
	.field-hidder-opened .form-r {
		padding-top:15px;
		padding-bottom:8px;
		background:url(/pic/hidder-bg.jpg) 50% 0 repeat-y;
		}
		.field-hidder-closed .msg-wr {
			display:none;
		}
.tblo {
	width:888px;
	margin-right:-27px;
	margin-bottom:26px;
	padding:0 1px;
	background:url(/pic/tblo-bg-w.png) -1055px 0 repeat-y;
	}
	.tblo .t {
		overflow:hidden;
		height:4px;
		margin:0 -1px;
		background:url(/pic/tblo-bg-w.png) no-repeat;
		}
	.tblo .b {
		clear:both;
		overflow:hidden;
		height:4px;
		margin:0 -1px;
		background:url(/pic/tblo-bg-w.png) -2110px 0 no-repeat;
		}
	.tblo .t-head {
		margin:0 -1px;
		padding:13px 11px 11px 21px;
		font-weight:bold;
		background:url(/pic/tblo-h-bg-w.png) no-repeat;
		}
		.tblo .t-head input {
			display:inline-block;
			width:13px;
			height:13px;
			margin:0 8px 2px 0;
			vertical-align:bottom;
			}
		.tblo .t-head #agreements_apply {
			margin:0 2px 3px 0;
			}
.cont-main .tblo {
	width:607px;
	background:url(/pic/tblo-bg.png) -1195px 0 repeat-y;
	}
	.cont-main .tblo .t {
		background:url(/pic/tblo-bg.png) no-repeat;
		}
	.cont-main .tblo .b {
		background:url(/pic/tblo-bg.png) -2391px 0 no-repeat;
		}
		.cont-main .tblo .t-head {
			background:url(/pic/tblo-h-bg.png) no-repeat;
			}
	.cont-wide .tblo {
		margin-top:5px;
		}
.ch-list .row {
	overflow:hidden;
	padding:9px 19px;
	zoom:1;
	border-top:1px solid #fff;
	border-bottom:1px solid #c3c4c7;
	font-size:15px;
	}
.ch-list .first {
	border-top:0;
	}
.ch-list .last {
	border-bottom:0;
	}
.ch-list .check {
	float:left;
	padding-right:30px;
	font-weight:bold;
	}
	.ch-list .check input {
		margin-right:5px;
		}
.ch-list .descr {
	overflow:hidden;
	zoom:1;
	}
.ch-list a.more {
	padding:0;
	text-decoration:none;
	background:url(/pic/und-dash.gif) 0 100% repeat-x;
	}
.ch-list a.more:hover {
	background-position:0 -999px;
	}
.type-list .row {
	padding:11px 19px;
	font-size:14px;
	}
.type-list .check {
	width:170px;
	padding-right:11px;
	}
	.type-list .check .dscr {
		position:absolute;
		top:15px;
		right:0;
		width:105px;
		text-indent:0;
		font-weight:normal;
		}
.type-modern,.type-actforex,.type-classic,.type-tradency,.type-metatrader4, .type-express,.type-acttrade,.type-rumus,.type-mirror,.type-metatrade  {
	position:relative;
	display:inline-block;
	width:140px;
	height:27px;
	vertical-align:middle;
	text-indent:-1000em;
	background:url(/pic/type-logos.png) -999px -999px no-repeat;
	}
.type-modern, .type-express {
	margin-top:3px;
	color:#64aec1;
	background-position:0 0;
	}
.type-actforex, .type-acttrade {
	margin-top:3px;
	color:#626fa5;
	background-position:0 -107px;
	}
.type-classic, .type-rumus {
	margin-top:2px;
	color:#b43837;
	background-position:0 -230px;
	}
.type-tradency, .type-mirror {
	color:#f60;
	background-position:0 -338px;
	}
.type-metatrader4 , .type-metatrade {
	margin-top:3px;
	color:#529831;
	background-position:0 -445px;
	}
.tarea-field {
	margin-bottom:14px;
	}
	.tarea-field h2 {
		padding-bottom:9px;
		}
	.tarea-field textarea {
		width:601px;
		height:177px;
		padding:6px 0 5px 7px;
		color:#666;
		border:1px solid #ccc;
		font:12px/1.2 Arial, Helvetica, sans-serif;
		}
	.tarea-field .area-controls {
		padding:4px 0;
		text-align:right;
		}
		.tarea-field .area-controls a {
			margin-left:3px;
			}
.ico-print {
	display:inline-block;
	overflow:hidden;
	width:16px;
	height:16px;
	text-align:left;
	vertical-align:middle;
	text-indent:-1000em;
	background:url(/pic/icons-opt.png) -40px 0 no-repeat;
	}
.ico-save {
	display:inline-block;
	overflow:hidden;
	width:16px;
	height:16px;
	text-align:left;
	vertical-align:middle;
	text-indent:-1000em;
	background:url(/pic/icons-opt.png) -79px 0 no-repeat;
	}
.ico-calend {
	display:inline-block;
	overflow:hidden;
	width:16px;
	height:16px;
	text-align:left;
	vertical-align:middle;
	text-indent:-1000em;
	background:url(/pic/icons-opt.png) no-repeat;
	}
.hicon-lock {
	padding-top:5px;
	background:url(/pic/lock.png) no-repeat;
	padding-left:38px;
	}
.cho-list {
	padding:1px 10px 5px 19px;
	}
	.cho-list li {
		display:table;
		width:100%;
		margin:0;
		padding:4px 0;
		zoom:1;
		list-style:none;
		}
	.cho-list .label {
		float:left;
		width:485px;
		}
	.cho-list .inps {
		float:right;
		position:relative;
		padding-right:17px;
		}
		.cho-list .inps .inp {
			float:left;
			width:36px;
			text-align:center;
			}
		.cho-list .inps input {
			display:inline-block;
			width:13px;
			height:13px;
			vertical-align:bottom;
			}
		.cho-list .inps .no_visible {
			position:absolute;
			right:0;
			}
.sign-blo {
	padding:11px 18px 7px;
	}
	.sign-blo h4 {
		padding-bottom:12px;
		font-weight:bold;
		}
	.sign-blo .form-r {
		display:table;
		width:100%;
		padding:0;
		zoom:1;
		}
		.sign-blo .form-r .field {
			float:left;
			}
		.sign-blo .form-r label {
			padding-right:15px;
			}
		.sign-blo .form-r input.txt {
			width:362px;
			}
		.sign-blo .form-r .field-date {
			width:305px;
			padding-left:20px;
			}
			.sign-blo .form-r .field-date input.txt {
				width:232px;
				}
			.sign-blo .form-r .field-date .ico-calend {
				position:relative;
				left:-10px;
				margin-left:-20px;
				}


/*Selects*/
.select-area {
	display:inline-block;
	height:26px;
	cursor:default;
	vertical-align:middle;
	background:url(/pic/select.png) 0 -26px repeat-x;
	}
	.select-area .select-area-left {
		float:left;
		width:11px;
		height:26px;
		background:url(/pic/select.png) no-repeat;
		}
	.select-area .select-area-right {
		float:right;
		width:17px;
		height:26px;
		background:url(/pic/select.png) 100% -52px no-repeat;
		}
	.select-area .select-area-center {
		overflow:hidden;
		height:26px;
		line-height:26px;
		white-space:nowrap;
		color:#666;
		font-size:14px;
		}
		.field-hidder-opened .form-r .select-area {
			background-position:0 -104px;
			}
		.field-hidder-opened .form-r .select-area-left {
			background-position:0 -78px;
			}
		.field-hidder-opened .form-r .select-area-right {
			background-position:100% -130px;
			}
		.form-r .form-error .select-area {
			background-position:0 -182px;
			}
		.form-r .form-error .select-area-left {
			background-position:0 -156px;
			}
		.form-r .form-error .select-area-right {
			background-position:100% -208px;
			}
		.field-hidder-opened .form-r .form-error .select-area {
			background-position:0 -260px;
			}
		.field-hidder-opened .form-r .form-error .select-area-left {
			background-position:0 -234px;
			}
		.field-hidder-opened .form-r .form-error .select-area-right {
			background-position:100% -286px;
			}
/*Selects options*/
.select-options-invisible, .select-options-visible {
	position:absolute;
	z-index:20;
	overflow:auto;
	border:1px solid #dcdee7;
	background:#fff;
	}
.select-options-invisible {
	display:none;
	}
.select-options-visible {
	display:block;
	padding:0 !important;
	cursor:default;
	list-style-type:none;
	}
	.select-options-visible li {
		margin:0;
		padding:3px 5px !important;
		line-height:1.2em !important;
		color:#414141;
		font-size:12px;
		background:none !important;
		}
	.select-options-visible li.select-option-hovered {
		background-color:#e0e8f1 !important;
		}
	.select-options-visible li.select-option-selected {
		color:#fff;
		background-color:#28b2ec !important;
		}

/*-----------------------content-column form-r-----------------------*/
.content-column .reg-container .cont-main {
	width:484px;
}
.content-column .form-r {
	 padding: 25px 0 0 120px;
}
.content-column .form-r .hd { 
	margin-right:0;
}
.content-column .form-r .form-row label {
	width:99px;
	margin-left:-120px;
}
.content-column .form-r .form-row .fld-n label {
	margin-left: -75px;
	width: 56px;
}
.content-column .form-r .inp-descr {
	width:172px;
	margin-left:366px;
	padding-left:40px;
	background-position:-10px 8px;
}
.content-column .field-hidder {
	margin-right:0;
}
.content-column .form-r .inp-chk { 
	margin-left:342px;
}
.content-column .form-r input.txt {
	width:316px;
}
.content-column .form-r .fld-n input.txt {
	width:174px;
}
.content-column .form-r .form-row select {
	width:336px;
}
.content-column .form-r .fld-m select {
	width:60px;
}
.content-column .form-r .sel-date-month select {
	width:156px;	
}
.content-column .form-r .sel-date-day select {
	width:80px;
}
.content-column .form-r .sel-date-year select {
	width:80px;
}
.content-column .form-r .fld-gm select {
	width:98px;
}
.content-column .form-r .inp-phone-code input.txt {
	width:56px;
}
.content-column .form-r .inp-phone-number input.txt {
	width:144px;
}
.content-column .form-btns {
	position:relative;
	clear:both;
	margin-top:20px;
	padding:8px 0 20px;
}


#registration_form .dashed_border {
	border: 1px solid #CDCDCD;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 0 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#registration_form .dashed_border .maintitle {
    font-size: 1.25em;
    display: block;
    clear:both;
    padding:0 0 10px;
    color: #F60;
}
#registration_form .dashed_border li {
    padding:5px 0;
}
#registration_form span.maintitleor {
	padding:5px 10px;
	margin:5px 0px 15px;
	border:1px solid #c2c5c8;
	background: #f0f3f6;
	border-radius:5px 5px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	clear: both;
	font-size:1.15em;
	box-shadow: inset 1px 1px #dddddf;
	font-weight: normal;
	}
#registration_form .btn-1 .middle-bg {
	font-size: 15px;
	font-weight: bold;
	}	
div.login_box div.login_box_center form {
	height:173px;
}
/*
	Edit bug with validation block
*/
#login:err[login_exists=false] {
	display:none;
	}