/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	/*pa dding:0;*/
	padding-right: 0px !important;
	z-index: 1200;
	outline: none;
	display: none;
	
	/*le ft: 35% !important;*/
}


#fancybox-outer {
	position: relative;
	width: auto;
	height: 100%;
	/*m in-width:320px;*/
	background: #f1f9f9;
	background:none;
	padding-right: 0px !important;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	border-color: #f1f9f9;
	background: #f1f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -42px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: transparent url('close4.png') top left;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-close1 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: transparent url('close2.png') top left;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-close1:hover {
	background-position: bottom left;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
	display:none;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	/*ba ckground-image: url('fancybox-x.png');*/
	background-image: none;
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	/*ba ckground-position: -40px -162px;*/
	background-image: none;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	/*ba ckground-position: -20px 0px;*/
	background-image: none;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	/*ba ckground-position: -40px -182px;*/
	background-image: none; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	/*ba ckground-position: 0px -20px;*/
	background-image: none;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	/*ba ckground-position: -40px -142px;*/
	background-image: none;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	/*ba ckground-image: url('fancybox-y.png');*/
	background-image: none;
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	/*ba ckground-position: -40px -122px;*/
	background-image: none;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
	display: none;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
	text-align: center;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


.submitForm h2
{
	font-size: 24px !important;
	color: #1c9ce1 !important;
	text-align: center !important;
	padding: 20px 0 10px 0;
	border: none;
	width: auto !important;
}
	.timeSelect.submitForm h2{
		color: #2c928d !important;
	}
.clinicName{
text-align:center;
color:#999999;
}
.orderClinicFormBlock{
margin:auto;
padding:10px 0 0 0;
}
	.orderClinicFormBlock input.txtField{
		color:#696969;
		outline: none !important;
		border:none !important;
	}

.formFields table td.fName
{
	font-size: 14px !important;
}

.oneDoctor {
	position:relative;
	/*m in-width:480px;*/
	/*w idth:100%;*/

	
}
.timeSelect{
	background: #e9f0f0;
}
	.timeSelect .doctorName{
		font-size: 20px;
		line-height: 30px;
		color: #333333;
		text-align: center;
	}
	.timeSelect .clinicOrgName{
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		font-size: 12px;
		text-align: center;
	}
		.timeSelect .clinicOrgName span{
			color: #006d68;
			display: block;
			font-size: 16px;
	}
	/* do not group these rules */
	.timeSelect .txtField::-webkit-input-placeholder {
	    color: #bababa;
	}
	.timeSelect .txtField:-moz-placeholder {
	    /* FF 4-18 */
	    color: #bababa;
	}
	.timeSelect .txtField::-moz-placeholder {
	    /* FF 19+ */
	    color: #bababa;
	}
	.timeSelect .txtField:-ms-input-placeholder {
	    /* IE 10+ */
	    color: #bababa;
	}
	/* do not group these rules */
	.timeSelect .errorField .txtField::-webkit-input-placeholder {
	    color: #ff6060;
	}
	.timeSelect .errorField .txtField:-moz-placeholder {
	    /* FF 4-18 */
	    color: #ff6060;
	}
	.timeSelect .errorField .txtField::-moz-placeholder {
	    /* FF 19+ */
	    color: #ff6060;
	}
	.timeSelect .errorField .txtField:-ms-input-placeholder {
	    /* IE 10+ */
	    color: #ff6060;
	}
	.timeSelect .formBlockField.correctField{
		border: 1px #01c2bc solid;
	}
	.timeSelect .formBlockField{
		margin-bottom: 12px;
	}

.oneDoctor, #fancybox-content
{
	width: 480px;
}

.submitFormBody,
.submitFormResult,
.errorFormResult{
padding:10px 40px;
}
.crossLine{
	border-bottom:1px #bebebe solid;
	height: 1px;
	position: relative;
	margin: 10px -40px;
}
	.receiptPriceandAddress,
	.receiptText{
		color: #696969;
		font-size: 16px;
		padding: 10px 0;
		text-align: center;
		line-height: 24px;
	}
	.receiptText{
		padding-bottom: 20px;
	}
@media (max-width: 480px)
{
	/*.oneDoctor, #fancybox-content
	{
		width: 400px !important;
	}*/
	.submitFormBody,
	.submitFormResult,
	.errorFormResult
	{
		padding:10px 30px !important;
	}
	.rpriceForm{
		padding: 20px !important;
	}
	.crossLine{
		margin: 10px -30px !important;
	}
	.timeSelect .formBlockField{
		margin-bottom: 8px !important;
	}
}
@media (max-width: 450px)
{
	.submitFormBody,
	.submitFormResult,
	.errorFormResult
	{
		padding:10px 20px !important;
	}
	.crossLine{
		margin: 10px -20px !important;
	}
	.rpriceForm{
		padding: 20px !important;
	}
}
@media (max-width: 420px)
{
	.submitFormBody,
	.submitFormResult,
	.errorFormResult
	{
		padding:10px 30px !important;
	}
	.crossLine{
		margin: 10px -30px !important;
	}
	.submitForm h2
	{
		font-size:18px !important;
	}
	.rpriceForm{
		padding: 20px !important;
	}
}

@media (max-width: 360px)
{
	.submitFormBody,
	.submitFormResult,
	.errorFormResult
	{
		padding:10px 20px !important;
	}
	.crossLine{
		margin: 10px -20px !important;
	}
	.clinicName
	{
		font-size:16px !important;
	}
	.receiptPriceandAddress,
	.receiptText{
		font-size: 14px !important;
	}
	.rpriceForm{
		padding: 20px !important;
	}
}
td.fValue span.grey
{
	font-size: 14px;
	color: #989898;
}





.formFields table td.fValue input.textInput
{
	font-size: 14px !important;
	font-weight: normal !important;
	border: 2px solid #ffca02 !important;
	padding-right: 25px !important;
}

.formFields table td.fValue input.textInput:focus
{
	outline: none;
	border: 2px solid #ff6000 !important;
}

.formFields table td.fValue input.error
{
	background: #ffe9e9;
}

.formFields table td.fName
{
	text-align: left !important;
}

.formFields table td.fName span
{
	font-size: 10px !important;
	color: #FF4A00 !important;
}

td.fValue div div.clearIco
{
	position: absolute;
	right: 7px;
	top: 7px;
	width: 14px;
	height: 14px;
	background: transparent url('close.png') top;
	cursor: pointer;
	z-index: 1103;
}

td.fValue div div.clearIco:hover {
	background: transparent url('close.png') bottom;
}
.orderClinicFormDescription{
}
	.orderClinicFormDescriptionLink{
	text-align:center;
	padding:3px 0 10px 0;
	}
.orderClinicFormDescriptionBody{
display:none;
}
a.showFormDescription
{
	font-size: 14px;
	color: #dddddd;
	color: #999999;
	text-decoration:none;
	margin:auto;
}
	a.showFormDescription:hover{
	color:#0660dd;
	}


.formFields table td.fValue input + span
{
	font-size: 14px !important;
	font-weight: bold;
	padding-right: 20px;
	color: #989898;
}

.formFields table td.fValue input:checked + span
{
	color: #000;
}
.orderClinicSubmit{
width1:204px;
margin:auto;
}
	.orderClinicSubmit input.submitField,
	.SMSCodeBlock input.submitField{
	background: #00cbc4;
    border-color: #00cbc4;
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
	}
	.orderClinicSubmit input.submitField:hover,
	.SMSCodeBlock input.submitField:hover{
	background: #1c9ce1;
    border-color: #1c9ce1;
    color: white !important;
	}
		.orderClinicSubmit input.submitField.inactive,
		.orderClinicSubmit input.submitField.inactive:hover,
		.SMSCodeBlock input.submitField.inactive,
		.SMSCodeBlock input.submitField.inactive:hover{
			background: #cdcbcb;
			border-color: #cdcbcb;
		}
.SMSCodeBlock input.submitField{
	height: 34px;
	font-weight: normal;
} 

.contactsBlock
{

}
	.SMSCodeBlock{
		display: none;
	}
	.resendSMSCode{
		text-align: center;
		font-size: 12px;
		color: #696969;
	}
		.resendSMSCode a,
		.resendSMSCode a:visited{
			font-size: 14px;
			text-decoration: none;
			color: #2f8f89;
		}
		.resendSMSCode a:hover{
			color: #0660dd;
			cursor: pointer;
		}
		.resendSMSCode a.inactive,
		.resendSMSCode a.inactive:hover{

			color: #696969;
			cursor: default !important;
		}
#serviceName{
font-size:10px;
color:#c2c2c2;
color: #696969;
text-align:center;
padding:5px 0 25px 0;
}
	#serviceName a{
	color:#c2c2c2;
	color: #2f8f89;
	text-decoration:none;
	}
		#serviceName a:hover{
		color:#0660dd;
		}
.resultDiv{
display:none;
font-size:16px;
color:#00cbc4;
text-align:center;
padding:5px 0 25px 0;
}
.rpriceFormMobile{
	padding:0px !important;
	max-width: 400px;
}
	.rpFormM_padding{
		padding-right:20px !important;
		padding-left: 20px !important; 
	}
	.rpFormM_name{
		padding: 10px 20px 10px 20px;
		border-bottom: 1px #cccccc solid;
		font-size: 14px;
		line-height: 18px;
		color: #999999;
	}
		.rpFormM_name span{
			
		}
		.rpFormM_name a{
			color: #999999;
			text-decoration: none;
			
		}
		.rpFormM_name a.orgName{
			color: #696969;
		}
		.rpFormM_name a.allPriceList{
			color: #006d68;
			white-space: nowrap;
		}
	.rpFormM_priceBlock{
		padding: 10px 20px;
		color: #696969;
		font-size: 14px;
		line-height: 20px;
	}
		.rpFormM_priceBlock table.rpriceModal td.rpValue{
			width: auto !important;
			white-space: nowrap;
		}
	a.rpFormM_orgPL{
		color: #999999;
		text-decoration: none;
		text-align: center;
		display: block;
		position: relative;
		margin-top: -5px;
	}
	.rpFormM_priceName,
	.rpFormM_priceValue{
		color: #555555;
		font-size: 20px;
		line-height: 30px;
	}
	.rpFormM_priceValue{
		text-align: center;
	}

	.rpFormM_priceValue.orglink
	{
		text-align: left;
	}

	.rpFormM_phone{
		padding: 5px 0px 15px 0;
	}
		.rpFormM_phone a{
			display: block;
			background: #006d68;
			border-radius: 5px;
			color: white;
			text-decoration: none;
			font-size: 16px;
			line-height: 24px;
			text-align: center;
			padding: 5px 10px;
		}
	.rpFormM_priceAnother{
		border-top: 1px #cccccc solid;
		background: #cee1e0;

	}

		.rpriceFormMobile img.waitImg{
			position: relative;
			left: 49%;
			padding: 10px 0;
		}

		.rpFormM_priceAnother a{
			display: block;
			padding: 10px 20px;
			text-decoration: none;
			color: #006d68;
			font-size: 14px;
			line-height: 18px;
		}

			.rpFormM_priceAnother a.grey{
				color: #999999;
			}
			
			.rpForm_priceAnother a span, .rpFormM_priceAnother a span{
				color: #777777;
			}

	.rpriceForm{
		padding: 30px;
		max-width: 440px;
	}
	.rpriceForm a{
		color: #006d68;
		color: #36afa8;
		text-decoration: none;
	}
		.rpriceForm a:hover{
			color: #0660dd;
		}
	.rpriceForm a.rpForm_name{
		font-size: 24px;
		font-weight: normal;
		color: #36afa8;
		text-decoration: none;
	}
	.rpForm_address{
		color: #999999;
		padding: 10px 0 0 0;
		font-size: 14px;
	}
	.rpForm_orgParams{
		padding: 15px 0 0 0;
		border-bottom: 1px #cccccc solid;
	}
		.rpForm_orgParams a{
			color:#006d68;
	}
		.rpForm_orgRate{
			display: inline-block;
			vertical-align: top;
			white-space: nowrap;
			padding-bottom: 15px;
		}
			.rpForm_orgRate .priceLevelBlockDescription{
				display: none;
			}
		.rpForm_orgParams a.rpForm_orgComments{
			margin:0 10px 0 10px;
			white-space: nowrap;
		}
		.rpForm_orgParams a.rpForm_orgPL{
			margin:0 10px 0 10px;
			white-space: nowrap;
		}
		.rpForm_orgParams .phone{
			display: inline-block;
			white-space: nowrap;
			padding-bottom: 15px;
		}
			.rpForm_orgParams .phone a{
				color:#006d68;
			}
	.rpForm_priceBlock{
		padding: 15px 0 0 0;
		color: #555555;
		
	}
		.rpForm_pricePath{
			font-size:10px;
			padding: 0 0 10px 0;
		}
			.rpForm_pricePath a{
				color: #999999;
				color: #555555;
			}
		.rpForm_priceName{
			font-size:20px;
			line-height: 30px;
			color: #555555;
			max-width: 440px;
		}
		.rpForm_priceValue
		{
			padding: 10px 0 0 0;
			font-size:20px;
			color: #555555;
		}
	.rpForm_priceAnother{
		padding: 15px 0 0 0;
		margin: 15px 0 0 0;
		color: #0660dd;
		font-size: 14px;
		border-top: 1px #cccccc solid;
	}
		.rpForm_priceAnother a{
			color: #0660dd;
			color: #006d68;
			color: #696969;
		}
.rpriceNewForm{
	max-width: 500px;
	background: white;
	padding: 0;
}
	.rpNewForm_name{
		padding: 30px 30px 10px 30px;
		background: #f1f9f9;
	}
		.rpNewForm_nameBlock{
			position: relative;
			overflow: hidden;
			height: 27px;
		}
		.rpNewForm_name a{
			color: #36afa8;
			font-size: 24px;
			text-decoration: none;
			white-space: nowrap;
		}
		.rpNewForm_nameGradient{
			position: absolute;
			top:0;
			right: 0px;
			height: 27px;
			padding-right: 100px;
			background: rgba(241,249,249,0);
			background: -moz-linear-gradient(left, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			background: -webkit-gradient(bottom left, bottom right, color-stop(10%, rgba(241,249,249,0)), color-stop(74%, rgba(241,249,249,0.37)), color-stop(80%, rgba(241,249,249,0.68)), color-stop(100%, rgba(241,249,249,1)));
			background: -webkit-linear-gradient(left, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			background: -o-linear-gradient(left, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			background: -ms-linear-gradient(left, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			background: linear-gradient(to right, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9f9', endColorstr='#f1f9f9', GradientType=1 );
		}
	.rpNewForm_orgParams{
		position: relative;
		background: #f1f9f9;
		padding: 0 30px 15px 30px;

	}
		.rpNewForm_orgRate{
			float: left;
		}
		.rpNewForm_address{
			overflow: hidden;
			margin: 0 90px 0 105px;
			color: #999999;
			font-size: 14px; 
			height: 16px;
			white-space: nowrap;
		}
		a.rpNewForm_orgPL{
			color: #006d68;
			font-size: 14px;
			float: right;
			text-decoration: none;
		}
		.rpNewForm_addressGradient{
			position: absolute;
			top:0;
			right: 120px;
			height: 16px;
			padding-right: 100px;
			background: rgba(241,249,249,0);
			background: -moz-linear-gradient(left, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			background: -webkit-gradient(bottom left, bottom right, color-stop(10%, rgba(241,249,249,0)), color-stop(74%, rgba(241,249,249,0.37)), color-stop(80%, rgba(241,249,249,0.68)), color-stop(100%, rgba(241,249,249,1)));
			background: -webkit-linear-gradient(left, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			background: -o-linear-gradient(left, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			background: -ms-linear-gradient(left, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			background: linear-gradient(to right, rgba(241,249,249,0) 10%, rgba(241,249,249,0.37) 74%, rgba(241,249,249,0.68) 80%, rgba(241,249,249,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9f9', endColorstr='#f1f9f9', GradientType=1 );
		}
	.rpNewForm_pricesBlock{
		background: white;
		border-top: 1px #cccccc solid; 
		border-bottom: 1px #cccccc solid; 
		padding: 10px 30px;
		color: #696969;
		position: relative;
	}
		.rpNewForm_pricesBlockAjax{
			/*p adding-bottom: 7px;*/
			padding: 0 0 7px 0;
		}
		.rpNewForm_pricesBlock table.rpriceModal td.rpName div.nameDiv span{
			background: white;
		}
		.rpNewForm_pricesBlock table.rpriceModal td.rpValue{
			width: auto;
			white-space: nowrap;
			color: #696969;
			padding-left: 15px;
		}
		.rpNewForm_pricesBlock .morePrices{
			text-align: left;
			margin-top: -10px;
			
		}
			.rpNewForm_pricesBlock .morePrices a{
				color: #989898;
				font-size: 14px;
				text-decoration: none;
				text-align: left;
			}
		.rpNewForm_pricePath{
			font-size: 10px;
   			padding: 0 0 10px 0;
		}
		.rpNewForm_priceName{
			font-size: 20px;
			line-height: 30px;
			color: #555555;
			max-width: 440px;
		}
		.rpNewForm_priceValue{
			padding: 10px 0 0 0;
			font-size: 20px;
			color: #555555;
		}
		.orglink
		{
		}
			.orglink a
			{
				color: #0660dd;
			}

		.addSpaceForPhone{
			height: 33px;
		}
			.rpNewForm_phoneBlock{
				position: absolute;
				bottom: 10px;
				right: 30px;
				white-space: nowrap;
			}
				.rpNewForm_workTo{
					display: inline-block;
   					padding: 0 10px 0 0;
					color: #999999;
					font-size: 14px;
				}
				.rpNewForm_phone{
					display: inline-block;
					padding-bottom: 7px;
				}
				.rpNewForm_phone a{
					font-size: 20px;
					color: #006d68;
					text-decoration: none;
				}
				.rpNewForm_phone .hiddenPhone{
					font-size: 20px;
					padding-bottom: 0;
				}
					.rpNewForm_phone .hiddenPhone span{
						font-size: 16px;
					}
	.rpNewForm_priceAnother{
		background: #cee1e0;
		padding: 15px 30px;
	}
		.rpNewForm_priceAnother a,
		.rpNewForm_priceAnother a:visited{
			font-size: 14px;
			text-decoration: none;
			color: #006d68;
		}

		.rpNewForm_priceAnother a.grey,
		.rpNewForm_priceAnother a.grey:visited{
			color: #999999;
		}

			.rpNewForm_priceAnother a span{
				color: #696969;
			}


