@charset "utf-8";
@font-face {
	font-family: 'MyriadProBoldCondensed';
 src: url('/fonts/myriadpro-boldcond-webfont.eot');
 src: url('/fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpro-boldcond-webfont.woff') format('woff'), url('/fonts/myriadpro-boldcond-webfont.ttf') format('truetype'), url('/fonts/myriadpro-boldcond-webfont.svg#MyriadProBoldCondensed') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProRegular';
 src: url('/fonts/mp-regular-webfont.eot');
 src: url('/fonts/mp-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/mp-regular-webfont.woff') format('woff'), url('/fonts/mp-regular-webfont.svg#MyriadProRegular') format('svg'), url('/fonts/mp-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProSemibold';
 src: url('/fonts/myriadpro-semibold-webfont.eot');
	src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-semibold-webfont.woff') format('woff'), url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
	font-family: 'MyriadProBold';
 src: url('/fonts/myriadpro-bold-webfont.eot');
 src: url('/fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpro-bold-webfont.woff') format('woff'), url('/fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('/fonts/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	background:#f9f9f9;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#434343;
}
form, fieldset {
	margin:0;
	padding:0;
	border:0;
}
input, select, textarea, button {
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#343434;
	outline:none;
}
textarea {
	resize:none;
}
header, nav, section, article, aside, footer {
	display: block;
}
img {
	border:0;
	vertical-align:top;
}
a {
	color:#0194d5;
	text-decoration:none;
	outline:none;
	cursor:pointer;
	position:relative;
	border-bottom:1px dotted #b7b7b7;
}
a:hover {
	color:#7cd6f4;
	-webkit-transition: color 150ms linear;
	-moz-transition: color 150ms linear;
	-ms-transition: color 150ms linear;
	-o-transition: color 150ms linear;
	transition: color 150ms linear;
}
/*a:visited{
	color:#4172da;}*/
table {
	border-collapse:collapse;
}
p {
	margin:0 0 18px 0;
}
h1 {
	font:normal 25px/29px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#424242;
	margin:-3px 0 20px -19px;
	zoom:1;
	position:relative;
}
h2 {
	font:normal 20px/24px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#363232;
	margin:0 0 12px 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix {
	zoom: 1
}
.clearfix:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.wrapper {
	min-height:100%;
	min-width:960px;
	max-width:10000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.container {
	width:912px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
.header {
	position:relative;
	margin:0 0 0 -10000px;
	left:5000px;
	padding:0 5000px;
	border-bottom:1px solid #d8d8d8;
	background:#fefefe url(/img/header-bg.png) 50% 0;
	height:86px;
}
.header:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.header .logo {
	float:left;
	margin:16px 0 0 -18px;
	position:relative;
}
.header .logo a {
	border:0;
}
.search {
	position:absolute;
	top:31px;
	right:-19px;
	width:223px;
	z-index:500;
}
.search .input {
	border-color:#c5c5c5;
	padding-right:38px;
	height:32px;
}
.search .input input {
	font-size:12px;
	color:#9d9d9d;
	padding:8px 0;
}
.search input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	border:0;
	background:url(/img/icon-search.png) no-repeat 12px 8px;
	width:38px;
	height:32px;
	cursor:pointer;
}
.autocomplete {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:29px;
	left:0;
	right:0;
	border:1px solid #c5c5c5;
	background:#fff;
	z-index:501;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.15);
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 #fff;
}
.autocomplete li a {
	display:block;
	border:0;
	padding:5px 12px;
	color:#9d9d9d;
}
.autocomplete li:last-child a {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.autocomplete li a:hover {
	background-color:#c7edfb;
	color:#525252;
	text-shadow:0 1px 0 #e8f7fd;
}
.input {
	background:#fff;
	border:1px solid #43bfed;
	height:38px;
	line-height:normal;
	position:relative;
	padding:0 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
}
.input.input-focus {
	box-shadow:0 0 4px #98ddf6;
	-moz-box-shadow:0 0 4px #98ddf6;
	-webkit-box-shadow:0 0 4px #98ddf6;
}
.input.ready input, .input.ready textarea {
	color:#343434!important;
	text-transform:none!important;
}
.input input, .input textarea {
	border:0;
	background:url(/img/menu-active-arr.png) no-repeat 0 -9999px;
	width:100%;
	margin:0;
	padding:12px 0;
}
.input.textarea {
	height:auto;
}
.input textarea {
	height:85px;
}
.input input.grey, .input textarea.grey {
	color:#bcbcbc;
}
.input .corner {
	background-image:url(/img/corners-blue.png);
}
.input.input-focus .corner {
	background-image:url(/img/corners-blue-active.png);
}
.input .corner.tl {
	top:-1px;
	left:-1px;
}
.input .corner.tr {
	top:-1px;
	right:-1px;
}
.input .corner.bl {
	bottom:-1px;
	left:-1px;
}
.input .corner.br {
	bottom:-1px;
	right:-1px;
}
.input.error {
	background-color:#ffecec;
	border-color:#ed5b43!important;
}
.input.error .corner {
	background-image:url(/img/corners-red.png);
}
.customSelect {
	font:normal 15px Arial, Helvetica, sans-serif;
	color:#252525;
}
.selectIn {
	background:#fff url(/img/select-arr.png) no-repeat 100% 16px;
	border:1px solid #43bfed;
	height:38px;
	line-height:38px;
	position:relative;
	padding:0 28px 0 14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	cursor:pointer;
}
.selectIn:hover {
	background-color:#d7f5ff;
}
.selectText {
	white-space:nowrap;
	text-overflow:ellipsis;
	position:relative;
	overflow:hidden;
	height:38px;
}
.selectSub {
	position:absolute;
	z-index:3000;
}
.selectSub ul {
	list-style:none;
	margin:0;
	padding:0;
	font:normal 15px/20px Arial, Helvetica, sans-serif;
	color:#252525;
	zoom:1;
}
.selectSub .hold {
	border:1px solid #43bfed;
	background:#fff;
	zoom:1;
}
.selectSub .customScroll {
	max-height:178px;
	height:auto;
}
.selectSub .corner {
	background-image:url(/img/corners-blue.png);
}
.selectSub a {
	display:block;
	border:0;
	color:#252525;
	text-decoration:none;
	padding:5px 4px 5px 14px;
}
.selectSub ul li:first-child a {
	padding-top:9px;
}
.selectSub ul li:last-child a {
	padding-bottom:9px;
}
.selectSub a:hover {
	background:#d7f4ff;
}
.selectSub.select-l .corner.tr {
	display:none;
}
.selectSub.select-r .corner.tl {
	display:none;
}
.menu {
	zoom:1;
	position:relative;
	margin:-55px 0 36px 218px;
	min-height:44px;
	font:normal 13px/18px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	color:#606060;
	z-index:400;
}
.menu:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
}
.menu ul:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.menu ul li {
	float:left;
}
.menu ul li:first-child {
	margin:0;
}
.menu .for-sub.active {
	height:96px;
}
.menu a, .menu strong {
	font-weight:normal;
	border:0;
	color:#828282;
	position:relative;
	float:left;
	z-index:401;
	float:left;
	display:block;
	padding:20px 15px;
}
.menu a:hover {
	color:#4c4c4c;
}
.menu .active, .menu .active a, .menu .active strong {
	color:#0194d5;
}
.menu .sub {
	position:absolute;
	top:55px;
	left:-5000px;
	right:-5000px;
	padding:13px 0 15px 4764px;
	background:#f9f9f9 url(/img/line-white.gif) repeat-x;
	border-bottom:1px solid #78daff;
	font-size:13px;
	line-height:32px;
	text-transform:none;
	overflow:hidden;
	visibility:hidden;
	z-index:400;
}
.menu li:hover .sub, .menu li.active .sub {
	display:block;
}
.menu li.active .sub {
	z-index:398;
	display:block !important;
}
.menu .sub strong {
	font-family:"MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#373737;
	float:left;
	text-transform:uppercase;
	margin:0 65px 0 0;
	padding:0;
}
.menu .sub ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
.menu .sub ul li {
	float:left;
	margin:0 62px 0 0;
	padding:0 15px;
	white-space:nowrap;
}
.menu .sub ul li.bg {
	background: #fee761;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	padding:0 0 0 1px;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
}
.menu .sub a, .menu .sub span {
	color:#606060!important;
	float:left;
	padding:0 20px;
}
.menu .sub a:hover {
	color:#464646!important;
}
.menu .sub .active a, .menu .sub .active span {
	color:#504e4e!important;
}
.menu em {
	display:none;
	background:url(/img/menu-active-arr.png) no-repeat;
	width:12px;
	height:6px;
	overflow:hidden;
	position:absolute;
	top:55px;
	left:50%;
	margin:0 0 0 -6px;
	z-index:401;
}
.menu .active em, .menu .for-sub.open em {
	display:block;
}
.menu .active em, .menu .active a, .menu .active strong {
	z-index:399;
}
.hello {
	font-family:"MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#373737;
	text-transform:uppercase;
	zoom:1;
	position:relative;
	margin:-21px 0 0 -18px;
}
.content {
	zoom:1;
	padding:23px 0 80px 0;
}
.content:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.aside {
	float:right;
	width:227px;
	position:relative;
}
.aside .main-line {
	position:absolute;
	top:-45px;
	bottom:0;
	left:-23px;
	width:1px;
	overflow:hidden;
	background:#78daff;
	border-left:1px solid #fff;
}
.aside .hr {
	height:1px;
	overflow:hidden;
	background:#78daff;
	border-bottom:1px solid #fff;
	margin:29px 0 22px -48px;
	position:relative;
	left:17px;
}
.mainContent {
	float:left;
	width:587px;
}
.footer-place {
	clear:both;
    height: 430px !important;
}
.footer {
	border-top:1px solid #78daff;
	border-bottom:22px solid #a1d8eb;
	zoom:1;
	position:relative;
	overflow:hidden;
	min-width:960px;
	padding:30px 0 15px 0;
	font-size:12px;
}
.footer .in {
	width:950px;
	margin:0 auto;
}
.footer a {
	border:0;
	color:#525252;
}
.footer a:hover {
	color:#7cd6f4;
}
.top-gallery {
	margin:-6px 0 29px -36px;
	left:18px;
	zoom:1;
	position:relative;
	font:normal 13px/20px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#575757;
    text-align: center;
}
.sliderShadow {
    width: 7px;
    height: 82px;
    background: url(../img/slider_shadow.png) no-repeat 0 0;
    position: absolute;
    right: -6px;
    top: 0;
    z-index: 999;
}
.top-gallery .hold {
	/*border:1px solid #dedede;*/
	height:273px;
	position:relative;
	overflow:hidden;
    width: 981px;
}
.top-gallery .hold section {
	position:absolute;
	top:0;
	left:0;
}
.top-gallery .hold section article {
	height:271px;
	width:946px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:1;
}
.top-gallery .hold section article.active {
	z-index:2;
}
.top-gallery .text {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:360px;
	padding:14px 16px 0 37px;
	background:url(/img/white89.png);
}
.top-gallery h4 {
	font:normal 35px/37px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 7px 0;
}
.top-gallery h5 {
	font:normal 17px/20px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 15px 0;
}
.top-gallery .descr {
	min-height:60px;
	margin:0 0 16px 0;
}
.top-gallery a {
	display:block;
	height:271px;
	width:946px;
	position:relative;
}
.top-gallery .cover {
	position:absolute;
	top:0;
	left:0;
	border:0;
	background:url(/img/blue6.png) no-repeat 0 -20px;
	width:100%;
	height:100%;
	zoom:1;
	display:block;
	z-index:20;
}
.top-gallery a:hover .cover {
	background-repeat:repeat;
}
.top-gallery img {
	display:block;
}
.top-gallery .nav {
	line-height:0;
	/*position:absolute;*/
	top:100%;
	right:0;
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
    display: inline-block;
}
.top-gallery .nav li {
	cursor:pointer;
	float:left;
	margin:0px 0 0 7px;
	background:url(/img/sprites.png) no-repeat 0px 0px;
	width:23px;
	height:23px;
	overflow:hidden;
}
    .top-gallery .nav li:first-child {
        margin-left: 0;
    }
.top-gallery .nav li:hover {
	background-position:-23px 0px;
}
.top-gallery .nav li.active {
	cursor:default;
	background-position: -50px 0px;
    width:23px;
    height:23px;
    margin-top: 0;
}
.top-gallery .line {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:1px;
	overflow:hidden;
	z-index:9999;
}
.top-gallery .line div {
	height:1px;
	position:absolute;
	top:0;
	left:0;
	background:#34bef3;
}
.features {
	list-style:none;
	margin:0 0 0 -50px;
	left:22px;
	padding:0;
	zoom:1;
	overflow:hidden;
	position:relative;
	font:normal 12px/15px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#63ccf4;
}
.features li {
	float:left;
	width:97px;
	text-align:center;
	padding:48px 0 0 0;
	background:url(/img/features.png) no-repeat 0 -9999px;
}
.features .bg-csr {
	background-position:50% 0;
}
.features .bg-key {
	background-position:50% -110px;
}
.features .bg-down {
	background-position:50% -216px;
}
.features .bg-email {
	background-position:50% -330px;
}
.thirds {
	zoom:1;
	position:relative;
	margin:31px 0 34px -40px;
	left:23px;
}
    .thirds:after {
        content: ' ';
        clear:both;
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
        font-size: 0;
    }
    .thirds.trust{
        margin-bottom: 32px;
    }
.third {
	float:left;
	/*width:293px;*/
    width:266px;
	/*margin:0 12px 0 18px;*/
    /*margin-right: 77px;*/
    margin-left: 74px;
}
.third:first-child {
	/*padding-left:17px;*/
	/*width:288px;*/
    /*width: 266px;*/
	/*margin:0;*/
    /*margin-right: 77px;*/
    margin-left: 0px;
}
.third:last-child {
    margin-right: 0px;
}
.third h2 {
	margin:0 0 1px 0;
}
.hr {
	height:1px;
	clear:both;
	overflow:hidden;
	margin:28px 0 28px -10000px;
	position:relative;
	left:5000px;
	background:#e2e2e2;
}
/*.hr.mainPageLine {*/
    /*margin-top: 16px;*/
    /*margin-bottom: 27px;*/
/*}*/
.trust {
	margin-top:-15px;
	zoom:1;
	position:relative;
}
.trust .third {
	height:164px;
	position:relative;
}
.trust .third:first-child {
    width:266px;
	padding-left:0;
}
.trust .img {
	display:block;
	height:128px;
    background-image: url(/img/home_sprite.png); background-color: transparent; background-repeat: no-repeat;
	position:relative;
	z-index:5;
}
.trust a {
	border:0;
	display:block;
}
.trust .namecheap {
	background-position:5px 0;
}
.trust .third .namecheap.hover {
    background-position: -263px -222px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	display:none;
}
.trust .sslcert {
	background-position:-532px 0;
}
.trust .third .sslcert.hover {
    background-position: -532px -121px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	width:100%;
    height: 110px;
	display:none;
}
.trust .cheapssl {
	background-position:0px -217px;
}
.trust .third .cheapssl.hover {
	background-position:-265px -97px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	display:none;
}
.trust .link {
	border:0;
	color:#fff;
	font:normal 13px/33px "MyriadProBold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:33px;
	padding:0 0 0 17px;
	background:#abdff2;
	text-transform:uppercase;
	overflow:hidden;
	position:relative;
    margin-bottom: 2px;
}
.trust .third:hover .link {
	display:block;
}
.trust .link span {
	float:left;
	padding:0 11px 0 0;
	background:url(/img/rarr-white.png) no-repeat 100% 11px;
}
.more-link {
	cursor:pointer;
	color:#0194d5;
}
.more-link:hover {
	color:#7cd6f4;
	-webkit-transition: color 150ms linear;
	-moz-transition: color 150ms linear;
	-ms-transition: color 150ms linear;
	-o-transition: color 150ms linear;
	transition: color 150ms linear;
}
.more-link em, .more-link strong {
	font-weight:normal;
	font-style:normal;
}
.more-link strong, .open .more-link em {
	display:none;
}
.open .more-link strong {
	display:inline;
}
.more {
	display:none;
}
.open .more {
	display:block;
}
.b-menu {
	width:950px;
	margin:0 0 220px 0;
	color:#525252;
	font-size:13px;
}
.b-menu h5 {
	font:normal 13px/18px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#1c1c1c;
	margin:0 0 11px 0;
}
.b-menu table {
	width:100%;
}
.b-menu table td {
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	padding:0;
}
.b-menu table td.sep {
	width:80px;
}
.b-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.b-menu ul li {
	margin:6px 0 0 0;
	zoom:1;
	vertical-align:bottom;
}
.b-menu ul li:first-child {
	margin:0;
}
.subscr {
	width:216px;
	position:relative;
	margin:0 0 0 -15px;
	left:15px;
}
.subscr h5 {
	margin:0 0 16px 0;
}
.subscr .input {
	border-color:#a4a4a4;
	background:#f4f4f4;
	padding-right:34px;
	height:37px;
}
.subscr .input input {
	font:normal 13px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#636363;
	text-transform:uppercase;
	padding:9px 0;
}
.subscr .hold {
	position:relative;
	zoom:1;
	margin:0 0 8px 0;
}
.subscr .hold input[type="submit"] {
	cursor:pointer;
	border:0;
	position:absolute;
	top:-3px;
	right:-2px;
	background:url(/img/subscr-btn.png) no-repeat;
	width:39px;
	height:44px;
}
.subscr .hold input[type="submit"]:hover {
	background-position:0 -49px;
}
.subscr strong {
	color:#fe5a00;
}
.subscr .arr {
	background:url(/img/subscr-arr.png) no-repeat;
	width:62px;
	height:42px;
	position:absolute;
	bottom:-55px;
	right:3px;
}
.b-menu2 {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.b-menu2 li {
	float:left;
	margin:0 0 0 20px;
}
.share {
	float:right;
	z-index:20;
	width:190px;
	margin:-5px -20px 0 0;
	position:relative;
	left:-20px;
    margin-right: -60px;
}
.share h6 {
	padding:0 0 0 29px;
	background:url(/img/icon-share.png) no-repeat;
	height:23px;
	font:normal 13px/23px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#626262;
	margin:0 0 1px 0;
}
.share ul {
	list-style:none;
	margin:0;
	padding:0 0 0 17px;
	zoom:1;
}
.share ul:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.share ul li {
	float:left;
	margin:0 0 0 4px;
}
.share ul li:first-child {
	margin:0;
}
.share a {
	position:relative;
	display:block;
	font:normal 12px/14px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#abdff1;
	text-decoration:none;
	border:0;
	width:36px;
	height:36px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	behavior: url(js/PIE.htc);
	float:left;
	background:url(/img/socials.png) no-repeat 0 -9999px;
}
.share a:hover {
	background-color:#dcf6ff;
}
.share em {
	font-style:normal;
	display:none;
	position:absolute;
	text-align:center;
	bottom:-16px;
	left:-20px;
	right:-20px;
}
.share a:hover em {
	display:block;
}
.share .tw {
	background-position:50% 6px;
}
.share .star {
	background-position:50% -43px;
}
.share .fb {
	background-position:50% -90px;
}
.share .goo {
	background-position:50% -137px;
}
.info-link {
	cursor:pointer;
	display:inline-block;
	line-height:18px;
	position:relative;
	border-bottom:1px dotted #009ede;
	color:#009ede;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	margin:0 0 0 10px;
}
.info-link em {
	font-style:normal;
	position:relative;
}
.info-link:hover em {
	top:-1px;
}
.why_2048 {
    /*display: block;*/
    float:left;
    padding-top: 10px;
    margin-left: 10px;
}
.why_2048_tooltip {
    font-size: 13px !important;
    line-height: 19px !important;
    font-family: arial !important;
    width: 342px !important;
    height: 100px !important;
    top: -137px !important;
    left: -270% !important;

}
.btn {
	position:relative;
	overflow:hidden;
	background:url(/img/btn-grey.png) no-repeat;
	padding:0 0 0 20px;
	height:45px;
	font:normal 15px/45px Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
	display:inline-block;
}
.btn span {
	padding:0 20px 0 0px;
	background:url(/img/btn-grey.png) no-repeat 100% -90px;
	height:45px;
	display:inline-block;
}
.btn .rarr {
	display:inline-block;
	vertical-align:top;
	padding:0 19px 0 0;
	background:url(/img/rarr-grey.png) no-repeat 100% 17px!important;
}
.btn:hover {
	background-position:0 -45px;
}
.btn:hover span {
	background-position:100% -136px;
    padding-left: 0px;
}
.btn input {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	background:none;
	cursor:pointer;
}
.main_check_button {
    float: left !important;
    margin-left: 20px !important;
}
.checking {
	clear:both;
	zoom:1;
	position:relative;
	top:-7px;
    /*left: -19px;*/
	margin:0 0 38px -19px;
	width:721px;
}
.checking:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.checking .input input {
	text-transform:uppercase;
}
.checking .fl {
	float:left;
	margin:0 7px 0 0;
}
.checking .size1 {
	width:504px;
}
.checking .size2 {
	width:81px;
}
.checking .btn {
	float:right;
	margin:19px 0 0 0;
}
.checking .btn span {
	min-width:67px;
}
.checking .btn span span {
	min-width:0;
}
.checking .label {
	font-size:12px;
	color:#7e7a7a;
	margin:0 0 3px 0;
}
.main-info {
	margin:0 13px 35px -19px;
	font-size:13px;
	line-height:20px;
	color:#484444;
    width: 950px;
}
.main-info header {
	zoom:1;
	position:relative;
	font:normal 13px/18px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#00b3f7;
	padding:0 0 11px 0;
	margin:0 0 13px 0;
}
.main-info header ul {
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
	position:relative;
}
.main-info header ul:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.main-info header ul li {
	float:left;
	width:282px;
}
.main-info header ul li:first-child {
	width:303px;
}
.main-info header .line {
	position:absolute;
	line-height:0;
	bottom:0;
	left:0;
	right:0;
	border:1px solid #e8e8e8;
	border-top-color:#c7c7c7;
	background:#f6f6f6 url(/img/line-grey.gif) repeat-x;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 -1px 0 #e8e8e8;
	-moz-box-shadow:0 -1px 0 #e8e8e8;
	-webkit-box-shadow:0 -1px 0 #e8e8e8;
	behavior: url(js/PIE.htc);
	height:6px;
}
.main-info .hold {
	zoom:1;
	position:relative;
	background:#fff;
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
}
.main-info .hold:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.main-info article {
	float:left;
	width:255px;
	padding:14px 0 14px 30px;
	position:relative;
	min-height:156px;
}
.main-info article:first-child {
	width:270px;
}
.main-info .hold .line {
	position:absolute;
	top:-2px;
	bottom:-2px;
	left:-1px;
	width:7px;
	overflow:hidden;
	background:#fee44d;
}
.main-info .sep {
	position:absolute;
	top:-14px;
	bottom:-1px;
	background:#d5d5d5;
	width:1px;
	overflow:hidden;
	border-left:1px solid #fff;
	margin:0;
	height:auto;
}
.main-info .sep1 {
	left:302px;
}
.main-info .sep2 {
	left:584px;
}
.main-info .hold ul {
	list-style:none;
	margin:0;
	padding:0;
}
.main-info .hold ul.ind {
	margin-bottom:10px;
}
.main-info .hold ul li, .main-info .hold .dot {
	padding:0 0 0 17px;
	background:url(/img/dot-yellow.png) no-repeat 0 7px;
}
.main-info.halves header {
	padding-left:0;
}
.main-info.halves article, .main-info.halves header ul li {
	width:250px;
	padding-left:47px;
}
.main-info.halves article {
	min-height:227px;
}
.main-info.halves header ul li {
	left:-30px;
	position:relative;
}
.main-info.halves header ul li span {
	text-transform:none;
}
.main-info.halves article:first-child {
	width:415px;
}
.main-info.halves header ul li:first-child {
	width:421px;
}
.main-info.halves .sep1 {
	left:465px;
}
.main-info.halves ul, .main-info.halves .dot {
	margin-left:-17px;
}
.main-info.halves .hold ul {
	margin-bottom:30px;
}
.main-info.halves2 header {
	padding-left:0;
}
.main-info.halves2 article, .main-info.halves2 header ul li {
	width:450px;
	padding-left:47px;
}
.main-info.halves2 article {
	min-height:97px;
}
.main-info.halves2 header ul li {
	left:-30px;
	position:relative;
}
.main-info.halves2 header ul li span {
	text-transform:none;
}
.main-info.halves2 article:first-child {
	width:295px;
}
.main-info.halves2 header ul li:first-child {
	width:310px;
}
.main-info.halves2 .sep1 {
	left:358px;
}
.main-info.halves2 ul, .main-info.halves .dot {
	margin-left:-17px;
}
.main-info.halves2 .hold ul {
	margin-bottom:30px;
}
.main-info .grey {
	color:#767676;
}
.main-info.halves .hold ul li {
	margin:9px 0 0 0;
}
.main-info.halves .hold ul li:first-child {
	margin:0;
}
.corner {
	display:block;
	width:5px;
	height:5px;
	overflow:hidden;
	background:url(/img/corners.png) no-repeat;
	position:absolute;
	z-index:10;
}
.corner.tl {
	top:0;
	left:0;
	background-position:0 0;
}
.corner.tr {
	top:0;
	right:0;
	background-position:-5px 0;
}
.corner.bl {
	bottom:0;
	left:0;
	background-position:0 -5px;
}
.corner.br {
	bottom:0;
	right:0;
	background-position:-5px -5px;
}
.info-block {
	zoom:1;
	position:relative;
	margin:0 0 53px 0;
}
.info-block.ind {
	margin-bottom:26px;
}
.info-block .hold {
	zoom:1;
	position:relative;
	margin:7px 0 0 0;
}
.info-block .hold:first-child {
	margin:0;
}
.info-block .line {
	position:absolute;
	z-index:30;
	top:-1px;
	bottom:-1px;
	left:-1px;
	width:7px;
	background:#fee44d;
}
.info-block .line2 {
	position:absolute;
	top:0;
	bottom:-26px;
	width:1px;
	overflow:hidden;
	background:#cbcbcb;
	border-left:1px solid #fff;
	left:172px;
	z-index:30;
}
.info-block .line2.ind {
	top:-45px;
	bottom:0;
}
.info-block ul {
	list-style:none;
	padding:0;
	background:#fff;
	border:1px solid #cacaca;
	margin:0;
	zoom:1;
	color:#252525;
}
.info-block ul li {
	zoom:1;
	border-top:1px solid #cacaca;
	padding:10px 10px 10px 181px;
	position:relative;
}
.info-block .img {
	zoom:1;
	position:relative;
	height:24px;
	margin:-6px 0 0 0;
	top:3px;
}
.info-block .img img {
	height:23px;
	width:auto;
}
.info-block ul li:first-child {
	border-top:0;
}
.info-block ul li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.info-block .errors ul, .info-block .errors ul li {
	border-color:#ed5b43;
	color:#515151;
}
.info-block .errors .corner {
	background-image:url(/img/corners-red.png);
}
.info-block ul li .l {
	width:146px;
	top:10px;
	left:19px;
	position:absolute;
	color:#727272;
}
.aside .info-block {
	margin:0 0 59px 0;
}
.aside .info-block ul li {
	padding-left:85px;
}
.aside .info-block ul li .l {
	width:52px;
	left:13px;
}
.aside .info-block .line2 {
	top:0;
	bottom:0;
	left:66px;
}
.info-block ul li .l2 {
	float:left;
	margin:-20px 8px 0 -181px;
	top:10px;
	padding:10px 19px 10px 181px;
	background:#ffecec url(/img/errors-arr.png) no-repeat 100% 0;
	position:relative;
	color:#252525;
	text-shadow:0 0 1px #fff;
}
.info-block .qu {
	float:right;
	margin:2px 0 0 3px;
}
.qu {
	cursor:help;
	zoom:1;
	position:relative;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	width:15px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	color:#252525;
	background:url(/img/qu-link.png) no-repeat;
	display:inline-block;
}
.btn-blue {
	white-space:nowrap;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 10px;
	height:44px;
	font:normal 13px/44px Arial, Helvetica, sans-serif;
	color:#434343;
	text-shadow:0 1px 0 #b8eafe;
	background:url(/img/blue-link.png) no-repeat;
	border:0;
	text-decoration:none;
	position:relative;
	overflow:hidden;
}
.btn-blue:hover {
	background-position:0 -46px;
	color:#434343;
}
.btn-blue span {
	display:inline-block;
	padding:0 48px 0 38px;
	height:44px;
	background:url(/img/blue-link.png) no-repeat 100% -95px;
}
.btn-blue:hover span {
	background-position:100% -141px;
}
.btn-blue.green {
	background-position:0 -187px;
	text-shadow:0 1px 0 #6bf7b7;
}
.btn-blue.green span {
	background-position:100% -233px;
}
.btn-blue.green:hover {
	background-position:0 -279px;
}
.btn-blue.green:hover span {
	background-position:100% -325px;
}
.btn-blue2 {
	white-space:nowrap;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 10px;
	height:42px;
	font:normal 13px/40px Arial, Helvetica, sans-serif;
	color:#fff!important;
	text-shadow:0 0 1px #2f9cd4;
	background:url(/img/blue-link2.png) no-repeat;
	border:0;
	text-decoration:none;
	position:relative;
	overflow:hidden;
}
.btn-blue2:hover {
	background-position:0 -46px;
}
.btn-blue2 span {
	display:inline-block;
	padding:0 48px 0 38px;
	height:42px;
	background:url(/img/blue-link2.png) no-repeat 100% -94px;
}
.btn-blue2:hover span {
	background-position:100% -141px;
    /*background-position:100% -46px !important;*/
}
.btn-blue input, .btn-blue2 input {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	background:url(/img/repeats.png) no-repeat 0 -9999px;
	cursor:pointer;
}
.btn-blue3 {
	background-position:0 -371px;
}
.btn-blue3 span {
	background-position:100% -417px;
}
.btn-blue3:hover {
	background-position:0 -463px;
}
.btn-blue3:hover span {
	background-position:100% -509px;
}
.rlink {
	text-align:right;
	margin:14px 0 0 0;
}
.content-hold {
	zoom:1;
	position:relative;
	margin:0 0 0 -36px;
	left:17px;
}
.content-hold h1, .content-hold h2, .content-hold h3 {
	font:normal 13px/18px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#00b3f7;
	margin:0 0 10px 0;
}
.content-hold .top-title {
	zoom:1;
	position:relative;
	padding:0 0 11px 0;
	margin:0 0 18px 0;
}
.content-hold .top-title:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.content-hold .top-title h1, .content-hold .top-title h2, .content-hold .top-title h3 {
	margin:0;
	padding:0;
}
.content-hold .top-title .line {
	position:absolute;
	line-height:0;
	bottom:0;
	left:0;
	right:0;
	border:1px solid #e8e8e8;
	border-top-color:#c7c7c7;
	background:#f6f6f6 url(/img/line-grey.gif) repeat-x;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 -1px 0 #e8e8e8;
	-moz-box-shadow:0 -1px 0 #e8e8e8;
	-webkit-box-shadow:0 -1px 0 #e8e8e8;
	behavior: url(js/PIE.htc);
	height:6px;
}
.chain {
	list-style:none;
	margin:-5px 0 23px -60px;
	padding:0;
	left:38px;
	zoom:1;
	position:relative;
	font:normal 13px/20px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#61acc7;
}
.chain:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.chain li {
	float:left;
	position:relative;
	text-align:center;
	width:158px;
}
.chain .text {
	position:absolute;
	top:48px;
	left:0;
	right:0;
}
.chain .res {
	display:none;
	text-transform:none;
}
.chain .done .res {
	display:block;
}
.chain .done {
	color:#4e4e4e;
}
.chain .green {
	color:#35d56d;
}
.chain .red {
	color:#e7485e;
}
.chain img {
	display:block;
	margin:-2px auto 0 auto;
	position:relative;
	top:2px;
}
.btn-browse {
    padding:0 0 0 7px;
    display:inline-block;
    font:normal 13px/26px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#fff!important;
    white-space:nowrap;
    text-align:center;
    height:33px;
    background:url(/img/buttons.png?v=1) no-repeat;
    border:0;
    text-shadow:0 -1px 0 #5fa8ba;
    cursor:pointer;
    /*width: 80px;*/
}
.btn-browse span {
    vertical-align:top;
    display:inline-block;
    padding:6px 12px 0 2px;
    background:url(/img/buttons.png?v=1) no-repeat 100% -59px;
    min-width:62px;
    margin-left: 4px;
}
.btn-convert {
    padding:0 0 0 7px;
    display:inline-block;
    font:normal 13px/26px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#525252!important;
    white-space:nowrap;
    text-align:center;
    height:84px;
    background: url(/img/buttons.png?v=1) no-repeat -3px -127px;
    border:0;
    cursor:pointer;
    margin-right: 37px;
}
.btn-convert .convertTo {
    vertical-align: top;
    display: inline-block;
    padding: 16px 20px 0 10px;
    background: url(/img/buttons.png?v=1) no-repeat 100% -216px;
    min-width: 120px;
    margin-left: 1px;
    height: 68px;
}
.big-btn-convert .convertTo {min-width: 220px !important;}
.btn-convert .convertTo .btn-header {
    border-bottom: 1px solid #BBB;
    text-transform:uppercase;
    text-shadow:0 -1px 0 #D0D0D0;
}
.btn-convert .convertTo .btn-header span {
    display: block;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-convert .convertTo .btn-header .point {
    background: url(/img/slider-nav.png) no-repeat -52px 0;
    background-position: -48px 7px;
    width: 15px;
    position: relative;
    margin-top: -26px;
}
.btn-convert .convertTo .btn-footer {
    color: #959494;
    font-size: 11px;
}
.btn-convert:hover {
    background-position: -3px -305px !important;
}
.btn-convert:hover .convertTo{
    background-position: 100% -394px !important;
}
.btn-convert:hover .point{
    background-position: -23px 7px !important;
}
.active .convertTo .point{
    background-position: 4px 7px !important;
}
.btn-small {
	padding:0 0 0 7px;
	display:inline-block;
	height:26px;
	font:normal 13px/26px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff!important;
	white-space:nowrap;
	text-align:center;
	height:26px;
	background:url(/img/btn-small.png) no-repeat;
	border:0;
	text-shadow:0 -1px 0 #5fa8ba;
	cursor:pointer;
}
.btn-small:hover, .btn-small.hover {
	background-position:0 -28px;
}
.btn-small span {
	vertical-align:top;
	display:inline-block;
	padding:0 9px 0 2px;
	background:url(/img/btn-small.png) no-repeat 100% -56px;
	min-width:62px;
}
.btn-small:hover span, .btn-small.hover span {
	background-position:100% -84px;
}
.btn-small.green {
	text-shadow:0 -1px 0 #61aa82;
	background-position:0 -112px;
}
.btn-small.green:hover, .btn-small.green.hover {
	background-position:0 -140px;
}
.btn-small.green span {
	background-position:100% -168px;
}
.btn-small.green:hover span, .btn-small.green.hover span {
	background-position:100% -196px;
}
.btn-small.grey {
	line-height:28px;
	height:28px;
	background-position:0 -224px;
	cursor:default;
	color:#b3b2b2!important;
	text-shadow:none;
}
.btn-small.grey span {
	height:28px;
	background-position:100% -254px;
}
.btn-small.grey input {
	top:-9999px;
}
.btn-small.grey.active {
	cursor:pointer;
	color:#48c9fa!important;
	background-position:0 -285px;
}
.btn-small.grey.active span {
	background-position:100% -316px;
}
.btn-small.grey.active input {
	top:0;
}
.btn-small.grey.active:hover {
	background-position:0 -347px;
}
.btn-small.grey.active:hover span {
	background-position:100% -382px;
}
.open-block {
	zoom:1;
	position:relative;
	margin:0 0 38px 0;
}
.open-block .line {
	position:absolute;
	top:-2px;
	left:-1px;
	bottom:-2px;
	width:7px;
	background:#fee44d;
	overflow:hidden;
}
.open-block header, .open-block footer {
	zoom:1;
	position:relative;
	background:#fff url(/img/repeats.png) repeat-x 0 -9999px;
	;
	border:1px solid #bfbfbf;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	height:40px;
	font:normal 13px/40px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#727272;
	text-transform:uppercase;
	padding:0 14px 0 19px;
	cursor:pointer;
}
.open-block footer {
	display:none;
}
.open-block header:hover, .open-block footer:hover {
	background-position:0 -48px;
}
.open-block .toggler {
	padding:0 14px;
	position:absolute;
	top:0;
	right:0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
}
.open-block .toggler span {
	display:none;
}
.open-block .toggler span:first-child {
	display:block;
}
.open-block.open .toggler span {
	display:block;
}
.open-block.open .toggler span:first-child {
	display:none;
}
.open-block header span, .open-block footer span {
	float:left;
}
.open-block header .qu, .open-block footer .qu {
	margin:12px 0 0 9px;
	float:left;
}
.open-block section {
	zoom:1;
	margin:7px 0;
	overflow:hidden;
	position:absolute;
	left:-9999px;
	top:-9999px;
}
.hidden {
	display:none;
}
.info-block2 .row {
	zoom:1;
	position:relative;
	overflow:hidden;
	margin:0 0 0 -20px;
	left:20px;
}
.info-block2 .l {
	float:left;
	position:relative;
	background:#fff;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	margin:-10000px 16px 0 0;
	top:10000px;
	padding:7px 14px 10009px 14px;
	width:104px;
    word-wrap: break-word;
}
.info-block2 .first .l {
	border-top:1px solid #cacaca;
}
.info-block2 .last .l {
	border-bottom:1px solid #cacaca;
	top:0;
	padding-top:10007px;
	padding-bottom:9px;
}
.info-block2 .corner {
	display:none;
}
.info-block2 .first .corner.tl, .info-block2 .first .corner.tr {
	display:block;
	top:-1px;
}
.info-block2 .first .corner.tl {
	left:-1px;
}
.info-block2 .first .corner.tr {
	right:-1px;
}
.info-block2 .last .corner.bl, .info-block2 .last .corner.br {
	display:block;
	bottom:-1px;
}
.info-block2 .last .corner.bl {
	left:-1px;
}
.info-block2 .last .corner.br {
	right:-1px;
}
.info-block2 .line2 {
	position:absolute;
	top:0;
	left:-1px;
	bottom:0;
	width:4px;
	overflow:hidden;
	background:#fd8293;
	z-index:30;
}
.info-block2 .first .line2 {
	top:-1px;
}
.info-block2 .last .line2 {
	bottom:-1px;
}
.info-block2 .line3 {
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	height:1px;
	background:#c9c3c3;
	left:0;
	right:22px;
}
.info-block2 .first .line3 {
	display:none;
}
.info-block2 strong {
	color:#727272;
	display:block;
	font-weight:normal;
}
.info-text {
	background:#fff;
	border:1px solid #cacaca;
	position:relative;
	zoom:1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
}
.info-text .btn-hold {
	padding:6px 11px 9px 19px;
	text-align:right;
	border-top:1px solid #cacaca;
	zoom:1;
	position:relative;
}
.info-text .scroll-hold {
	padding:13px 25px 13px 19px!important;
}
.info-text .customScroll {
	margin:0 3px 0 0;
}
.info-text.size2 .customScroll {
	height:238px;
}
.info-text .line {
	position:absolute;
	top:-2px;
	bottom:-2px;
	left:-1px;
	width:7px;
	overflow:hidden;
	background:#fee44d;
}
.copied {
	background:url(/img/copied-bg.png) no-repeat;
	width:227px;
	height:88px;
	position:absolute;
	z-index:100;
	top:50%;
	left:50%;
	margin:-64px 0 0 -113px;
	font:normal 13px/88px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#394b53;
	text-shadow:0 1px 0 #e5f5fc;
	text-align:center;
	display:none;
}
.customScroll {
	height:212px;
	position:relative;
	overflow:hidden;
	overflow-y:auto;
}
.info-text pre {
	font:normal 13px/16px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	white-space:pre-wrap;
    width: 560px;
}
.scroll-up, .scroll-down {
}
.scroll-content {
	width:100%;
}
.scroll-slider {
	cursor:pointer;
	background:#cbcbcb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(js/PIE.htc);
}
.vscroll-bar:hover .scroll-slider {
	background-color:#b7b7b7;
}
.vscroll-bar {
	width:15px!important;
	background:#fff;
}
.scroll-hold {
	padding:0 6px 0 0!important;
}
.customSelect .scroll-hold {
	padding:0!important;
}
.scroll-line {
	left:4px!important;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(js/PIE.htc);
}
.vscroll-bar:hover .scroll-line {
	background:#e9e9e9;
}
.customScroll:hover .vscroll-bar {
}
.accordion {
	list-style:none;
	margin:26px 0 0 0;
	padding:0;
	zoom:1;
	position:relative;
}
.accordion:first-child {
	margin-top:0;
}
.accordion li {
	zoom:1;
	vertical-align:bottom;
	position:relative;
}
.accordion .toggler {
	cursor:pointer;
	position:relative;
	z-index:20;
	background:url(/img/accordion-btns.png) no-repeat;
	width:202px;
	height:54px;
	margin:-6px 0 0 0;
	top:3px;
	font:normal 13px/48px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	padding:0 0 0 25px;
}
.accordion .toggler.green {
	background-position:0 -55px;
}
.accordion .toggler.blue {
	background-position:0 -114px;
	height:51px;
}
.accordion .toggler:hover {
	background-position:-233px 0;
}
.accordion .toggler.green:hover {
	background-position:-233px -55px;
}
.accordion .toggler.blue:hover {
	background-position:-233px -114px;
}
.accordion .toggler em {
	display:block;
	position:absolute;
	top:14px;
	right:20px;
	background:url(/img/accordion-arr.png) no-repeat;
	width:21px;
	height:22px;
	overflow:hidden;
}
.accordion .open .toggler em {
	background-position:0 -24px;
}
.accordion .hold {
	zoom:1;
	position:relative;
	overflow:hidden;
	display:none;
	margin:-4px 0 0 0;
	top:2px;
}
.accordion .open .hold {
	display:block;
}
.social {
	margin:26px 0;
	padding:8px 6px;
	border:1px solid #d2d1d1;
	background:#fff;
}
.modal {
	position:absolute;
	top:-9999px;
	left:-9999px;
	background:url(/img/modal-bg.png) 50% 0;
	border:1px solid #707070;
	padding:28px 31px 23px 31px;
	width:488px;
	margin:-110px 0 0 -275px;
	z-index:2000;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 5px 18px rgba(0, 0, 0, 0.39);
	-moz-box-shadow:0 5px 18px rgba(0, 0, 0, 0.39);
	-webkit-box-shadow:0 5px 18px rgba(0, 0, 0, 0.39);
}
.modal a {
	color:#fff;
	border:0;
	text-decoration:underline;
}
.modal a:hover {
	text-decoration:none;
}
.modal .close {
	cursor:pointer;
	display:block;
	background:url(/img/modal-close.png) no-repeat;
	width:24px;
	height:24px;
	overflow:hidden;
	position:absolute;
	top:6px;
	right:9px;
}
.modal .close:hover {
	background-position:0 -26px;
}
.modal .input {
	border-color:#444;
}
.remind-form .label {
	font-weight:bold;
	margin:0 0 6px 0;
}
.remind-form .btn-blue2 {
	float:right;
}
.remind-form .btn-blue2 span {
	width:166px;
	padding:0 10px 0 0;
    background: url(/img/blue-link2.png) no-repeat 100% -93px !important;
}
.remind-form .btn-blue2 span:hover {
    background-position-y: -140px !important;
}
.remind-form .green {
    background-position: 0px -187px !important;
}
.remind-form .green:hover {
    background-position: 0px -233px !important;
}
.remind-form .green span {
    background-position: 100% -280px !important;
}
.remind-form .green span:hover {
    background-position-y: -327px !important;
}
.remind-form .input {
	float:left;
	width:258px;
	padding:0 15px;
	height:40px;
}
.remind-form .input input {
	font-size:16px;
	color:#C5C5C5;
	padding:9px 0;
}
.remind-form .check {
	zoom:1;
	position:relative;
	padding:0 0 0 30px;
	margin:27px 0 0 0;
}
.remind-form .check .checkboxArea, .remind-form .check .checkboxAreaChecked, .remind-form .check .customCheckbox {
	position:absolute;
	top:0;
	left:0;
}
.remind-form .notice {
    width: 245px;
    margin-bottom: 30px !important;
}
.remind-form .rednot b {
    background: none;
    padding-left: 0px;
}
.remind-form .Step2 h2 {
    color: #EAE4E4 !important; overflow: hidden; width: 485px;
}
.remind-form .buttons {
    border: none !important; margin: 0px !important; padding-top: 20px;
}
.outtaHere {
	position:absolute!important;
	left:-9999px!important;
}
.checkboxArea, .checkboxAreaChecked {
	cursor:pointer;
	background:url(/img/checkbox.png) no-repeat;
	width:19px;
	height:19px;
	display:block;
	overflow:hidden;
}
.checkboxArea:hover {
	background-position:0 -47px;
}
.checkboxAreaChecked {
	background-position:0 -24px;
}
.checkboxAreaChecked:hover {
	background-position:0 -71px;
}
.form {
	margin:0 0 53px -19px;
	width:721px;
}
.form ul {
	list-style:none;
	margin:0;
	padding:0;
}
.form li {
	zoom:1;
	position:relative;
	margin:7px 0 0 0;
	vertical-align:bottom;
}
.form li:first-child {
	margin:0;
}
.form li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.form .label {
	padding:0 0 0 16px;
	color:#7e7a7a;
	margin:0 0 5px 0;
}
.form .fl:first-child .label {
	padding:0 0 0 15px;
}
.form .fl {
	float:left;
	width:359px;
	position:relative;
	margin:0 0 0 -1px;
	left:1px;
}
.form .input {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:0 14px;
}
.form .input input {
	font-size:15px;
	padding:10px 0;
	text-transform:uppercase;
}
.form .customSelect {
	width:100%;
}
.form .selectIn {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.form .size1 {
	width:109px;
    float: left;
}
.select-hold {
	zoom:1;
	position:relative;
}
.select-hold .corner {
	background-image:url(/img/corners-blue.png);
}
.form-hold {
	zoom:1;
	position:relative;
}
.form-hold .line {
	width:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	bottom:-7px;
	left:358px;
	background:#43bfed;
}
.form .submit {
	text-align:right;
}
.form .btn {
	left:2px;
}
.form .btn span {
	padding:0 16px 0 6px;
}
.sep {
	clear:both;
	height:0;
	overflow:hidden;
	margin:29px 0 0 0;
}
.notice {
	zoom:1;
	position:relative;
	margin:0 0 42px 0;
	clear:both;
	top:13px;
	background:#b4e7fd url(/img/line-blue.gif) repeat-x;
	border:1px solid #9ec7d2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	font:normal 13px/18px "MyriadProSemibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#424b52;
	text-shadow:0 1px 0 #d7f2fe;
	padding:11px 20px 11px 22px;
}
.notice:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.mb25 {margin-bottom: 25px;}
.notice .arr {
	/*background:url(/img/notice.jpg) no-repeat;*/
    background:url(../img/blue.jpg) no-repeat;
	width:11px;
	height:12px;
	overflow:hidden;
	position:absolute;
	bottom:-12px;
	left:12px;
}
.rednot {
    background: #F8E2E2 url(/img/line-red.gif) repeat-x;
    border-color: #DFACAE;
    background-color: #FDCBCC;
    text-shadow: 0 1px 0 #FEE1E1;
    text-align: center;
}
.rednot b {
    background: url(../img/cross_03.jpg) no-repeat;
    padding-left: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
}
.rednot > .arr {
    background:url(../img/red_03.jpg) no-repeat;
    width: 11px;
}
.greennot {
    background: #D5F7E0 url(/img/line-green.gif) repeat-x;
    border-color: #92D0AF;
    background-color: #A9FCC5;
    text-shadow: 0 1px 0 #CAFEDC;
    text-align: center;
    font-size: 14px;
}
.greennot .messOk {
    background: url(../img/check.jpg) no-repeat;
    padding-left: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
}
.greennot > .arr {
    background:url(../img/green.jpg) no-repeat;
    width: 11px;
}
.notice .close {
	float:right;
	cursor:pointer;
	margin:0 0 0 10px;
	font-size:14px;
	font-family:"MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#7c9ba9;
}
.notice .close:hover {
	color:#307ea5;
}
.buttons {
	zoom:1;
	overflow:hidden;
	margin:33px 0 32px 0;
	clear:both;
	padding:32px 0 0 0;
	border-top:1px solid #d1d1d1;
}
.buttons .l {
	float:left;
}
.buttons .r {
	float:right;
}
.buttons .btn-blue span {
	padding:0 10px 0 0;
	min-width:143px;
}
.popup {
	position:absolute;
	z-index:300;
	background:#fff;
	padding:10px 12px;
	max-width:358px;
	min-width:140px;
	font:normal 13px/16px Arial, Helvetica, sans-serif;
	color:#484444;
	text-transform:none;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.17);
	behavior: url(js/PIE.htc);
	display:block;
	zoom:1;
	cursor:default;
}
.popup .popup-arr {
	display:block;
	background:url(/img/popup-arr-l-grey.png) no-repeat;
	width:7px;
	height:12px;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:-7px;
	margin:-6px 0 0 0;
}
.popup .popup-arr-why {
	display:block;
	background:url(/img/popup-arr-b-grey.png) no-repeat;
	width:12px;
	height:12px;
	overflow:hidden;
	position:absolute;
	top:105%;
	left:183px;
	margin:-6px 0 0 0;
}
.popup-error {
	border-color:#ed5b43;
	max-width:none;
    background-color: white;
    z-index: 10000;
}
.popup-error .popup-arr {
	left:13px;
	top:auto;
	margin:0;
	bottom:-6px;
	background:url(/img/popup-arr-b-red.png) no-repeat;
	width:10px;
	height:6px;
}
.popup a {
	border-bottom:1px dotted #b7b7b7;
}
.info-link .popup {
	left:100%;
	top:-25px;
	margin:0 0 0 14px;
	width:232px;
	display:none;
}
.info-link:hover .popup {
}
.input .popup {
	left:100%;
	margin:0 0 0 -19px;
	top:-7px;
	width:232px;
	display:none;
}
.input.error .popup {
	left:83px;
	top:auto;
	bottom:100%;
	margin:0 0 12px 0;
	width:auto;
	display:block!important;
}
.menu-place {
	width:100%;
	overflow:hidden;
}
#easyTooltip {
	width:300px;
	overflow:hidden;
	background:#fefefe;
	padding:4px;
	border:1px solid #eee;
}
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	z-index:100;
    width: 946px;
    height: 271px;
    border: 1px solid #dedede;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.sliderControlBtns {}
.sliderControlBtns a {
	position:absolute;
	/*top:45%;*/
	/*z-index:9;*/
	cursor:pointer;
    width: 31px;
    height: 31px;
    /*background: #fff;*/
    border: 1px solid #d7d7d7;
    border-left: none;
}
    /*.nivo-directionNav a:hover {*/
        /*background: #f9f9f9;*/
    /*}*/
.sliderControlBtns .nivo-prevNav {
	right:-33px;
    top: 17px;
    background: #fff url('../img/sprites.png') no-repeat 0px -25px;
}
    .nivo-prevNav:hover {
        background: #f9f9f9 url('../img/sprites.png') no-repeat 0px -25px !important;
    }
.sliderControlBtns .nivo-nextNav {
	right:-33px;
    top: 50px;
    border-top: none;
    background: #fff url('../img/sprites.png') no-repeat -36px -25px;
}
    .nivo-nextNav:hover {
        background: #f9f9f9 url('../img/sprites.png') no-repeat -36px -25px;
    }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom:50px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
	margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color:#fff;
}
.nivo-directionNav {
	display:none !important;
}
.nivo-controlNav {
	display:none !important;
}
.offer-link {
	display:block;
	zoom:1;
	position:relative;
	background:#f0b7dd;
	border:1px solid #cea6c0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 1px 4px #e3e3e3;
	-moz-box-shadow:0 1px 4px #e3e3e3;
	-webkit-box-shadow:0 1px 4px #e3e3e3;
	behavior: url(js/PIE.htc);
	margin:0 2px;
	text-decoration:none;
	color:#fff!important;/*text-shadow:0 1px 0 #c381ab;
	font:normal 12px "MyriadProBoldCondensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*padding:18px 0 24px 18px;*/
}
.offer-link span {
	display:block;
}
.offer-link .text1 {
	font-size:30px;
	line-height:30px;
}
.offer-link .text2 {
	margin:25px 0 12px -20px;
	left:1px;
	zoom:1;
	position:relative;
	border:1px solid #f1f1f1;
	border-bottom-color:#f3c5e4;
	border-top-color:#a07688;
	border-top-style:dashed;
	text-shadow:none;
	font-size:30px;
	line-height:30px;
	color:#474747;
}
.offer-link .text2 span {
	background:#fff;
	border-top:1px solid #c491b2;
	border-bottom:1px solid #eac1dc;
	padding:20px 18px 23px 18px;
}
.offer-link .text2 em {
	display:block;
	background:url(/img/scissors.png) no-repeat;
	width:25px;
	height:18px;
	position:absolute;
	top:-16px;
	left:11px;
}
.offer-link .price1 {
	font-size:24px;
	line-height:31px;
	margin:0 0 8px 0;
}
.offer-link .price1 strong {
	font-weight:normal;
	display:inline-block;
	font-size:27px;
	position:relative;
}
.offer-link sup {
	font-size:60%;
	display:inline-block;
	vertical-align:top;
}
.offer-link .price1 .line {
	display:block;
	position:absolute;
	top:15px;
	left:-5px;
	right:-5px;
	height:1px;
	overflow:hidden;
	background:#cc8eb7;
}
.offer-link .price2 {
	font-size:35px;
	line-height:40px;
	color:#585858;
	text-shadow:0 1px 0 #fff;
	margin:0 0 15px 0;
}
.offer-link .price2 strong {
	display:block;
	font-weight:normal;
	font-size:33px;
}
.offer-link .price2 em {
	text-shadow:none;
	color:#fff;
	font-style:normal;
}
.offer-link .text3 {
	font:normal 15px/18px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#585858;
	text-shadow:0 1px 0 #fff;
}
.offer-link .text3 strong {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:none;
	font-size:28px;
}
.offer-link .go {
	display:block;
	bottom:12px;
	right:16px;
	font:bold 23px/54px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:54px;
	height:54px;
	text-align:center;
	color:#fff;
	text-shadow:none;
	background:#585858;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow:0 1px 0 #f5c9e5;
	-moz-box-shadow:0 1px 0 #f5c9e5;
	-webkit-box-shadow:0 1px 0 #f5c9e5;
	behavior: url(js/PIE.htc);
	position:absolute;
}
.offer-link:hover {
	background-color:#eeacd7;
	border-color:#ba82a6;
}
.offer-link.green {
	background-color:#8eecaf;
	border-color:#b0d5bd;
	text-shadow:0 1px 0 #74a688;
}
.offer-link.green .text2 {
	border-bottom-color:#a6f1c1;
	border-top-color:#729072;
}
.offer-link.green .text2 span {
	border-bottom-color:#90ecb0;
	border-top-color:#69bd88;
}
.offer-link.green .price1 .line {
	background-color:#78c091;
}
.offer-link.green .go {
	box-shadow:0 1px 0 #aef2c6;
	-moz-box-shadow:0 1px 0 #aef2c6;
	-webkit-box-shadow:0 1px 0 #aef2c6;
}
.offer-link.green:hover {
	background-color:#7edea0;
	border-color:#8fc3a1;
}
.offer-link.blue {
	background-color:#b8c0f2;
	border-color:#b5bbd9;
	text-shadow:0 1px 0 #9384b7;
}
.offer-link.blue .text2 {
	border-bottom-color:#c5cbf2;
	border-top-color:#847993;
}
.offer-link.blue .text2 span {
	border-bottom-color:#b6beef;
	border-top-color:#98a0ce;
}
.offer-link.blue .price1 .line {
	background-color:#9ca5da;
}
.offer-link.blue .go {
	box-shadow:0 1px 0 #c8cff3;
	-moz-box-shadow:0 1px 0 #c8cff3;
	-webkit-box-shadow:0 1px 0 #c8cff3;
}
.offer-link.blue:hover {
	background-color:#a9b2e7;
	border-color:#8289af;
}
/*--NEW--*/
.info-block3 {
	zoom:1;
	position:relative;
	border:1px solid #fff;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 0 4px #ededeb;
	-moz-box-shadow:0 0 4px #ededeb;
	-webkit-box-shadow:0 0 4px #ededeb;
	behavior: url(js/PIE.htc);
	padding:1px 0 0 0;
	margin:0 0 22px 0;
}
.info-block3 div {
	position:relative;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 0 4px #ededeb;
	-moz-box-shadow:0 0 4px #ededeb;
	-webkit-box-shadow:0 0 4px #ededeb;
	behavior: url(js/PIE.htc);
	padding:0 0 1px 0;
	height:42px;
	font:normal 14px/42px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}
.info-block3 span {
	display:inline-block;
	padding:0 0 0 32px;
}
.info-block3.err {
	border-color:#dfacae;
	background-color:#fedcdd;
	text-shadow:0 1px 0 #fee1e1;
}
.info-block3.err div {
	background-color:#fdcbcc;
}
.info-block3.err span {
    background:url(../img/cross_03.jpg) no-repeat 0 9px;
}
.info-block3.ok {
	border-color:#92d0af;
	background-color:#c5fed9;
	text-shadow:0 1px 0 #cafedc;
}
.info-block3.ok div {
	background-color:#a9fdc6;
}
.info-block3.ok span {
    background:url(../img/check.jpg) no-repeat 0 9px;
}
.match {
	width:718px;
	padding:3px 0 0 0;
	margin:0 0 33px -19px;
}
.match .btn-hold {
	text-align:right;
	position:relative;
	zoom:1;
	top:5px;
	margin:0 0 1px 0;
}
.match .btn-hold .btn-small {
	left:2px;
}
.match .label {
	font-size:13px;
	margin:0 0 7px 0;
	zoom:1;
}
.match .label:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.match .label .fl {
	float:left;
}
.match .label .qu {
	float:left;
	margin:0 0 0 13px;
}
.match .input .popup-error {
	margin:0 0 -11px 0;
	left:auto;
	right:192px;
}
.match .submit {
	margin:1px 0 0 0;
}
.match .submit .btn {
	left:-3px;
}
.match .submit .btn span {
	width:96px;
	padding:0 10px 0 0;
}
.match .submit .btn span span {
	padding:0 19px 0 0;
	width:auto;
}
.match .info-link {
	margin:0;
}
.SubError {padding-bottom: 1px; display: none;}
.SubError .notice{height: 19px; margin-bottom: 15px !important;  width: 170px; overflow: hidden;}
.SubError b {
    background: none;
    padding: 0px;
    font-size: 12px;
}
.SubError .arrUp {
    width: 15px;
    height: 12px;
    position: absolute;
    background: url(../img/tr_u.jpg) no-repeat;
    top: 45px;
    left: 10px;
    z-index: 10;
}
.SubMess {
    zoom: 1;
    position: relative;
    border: 1px solid white;
    background: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*box-shadow: 0 0 4px #EDEDEB;*/
    -moz-box-shadow: 0 0 4px #ededeb;
    -webkit-box-shadow: 0 0 4px #EDEDEB;
    behavior: url(js/PIE.htc);
    padding: 1px 0 0 0;
    margin: 12px 0 22px 0;

    border-color: #92D0AF;
    background-color: #C5FED9;
    text-shadow: 0 1px 0 #CAFEDC;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    display: none;
}
.SubMess div {
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 4px #EDEDEB;
    -moz-box-shadow: 0 0 4px #ededeb;
    -webkit-box-shadow: 0 0 4px #EDEDEB;
    behavior: url(js/PIE.htc);
    padding: 0 0 1px 0;
    height: 36px;
    font: normal 14px/39px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;

    background-color: #A9FDC6;
}
.SubMess div span {
    font-weight: bold;
    color: #394B53;
}
.SubMess b {
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    background: url(../img/trg_u.jpg) no-repeat;
    top: -8px;
    left: 10px;
    z-index: 10;
}
.dpNone {display: none;}
#IssuedByCN {display: none;}
.mainPageH {
    position: relative;
    margin-left: -19px;
    margin-top: 32px;
}
h1.mainPageH  {
    font-size: 20px;
    margin-top: 29px;
    margin-bottom: 13px;
}
.mainPageH p{
    margin: 0;
    padding: 0;
}
    .mainPageH p.first {
        margin-bottom: 20px;
    }
.user_friendly_pic {
    height: 100px;
    background-image: url(/img/home_sprite.png); background-color: transparent; background-repeat: no-repeat;
    background-position: 0px -123px;
    margin-bottom: 10px;
}
.expert_mode_pic {
    height: 100px;
    background-image: url(/img/home_sprite.png); background-color: transparent; background-repeat: no-repeat;
    background-position: -532px -244px;
    margin-bottom: 10px;
}
.all_in_place_pic {
    height: 100px;
    background-image: url(/img/home_sprite.png); background-color: transparent; background-repeat: no-repeat;
    background-position: -265px -2px;
    margin-bottom: 10px;
}
.text-block {
    margin: 31px 0 0 -19px;
}