.userForm a{color: #000;}

.userForm div a{text-decoration: underline;}
.userForm div a:hover{text-decoration: none;}
.userForm span{
	font-size: 9pt;
	position: absolute;
	height: 20px;
	line-height: 20px;
	top: 92px;
	right: 10px;
}
.userForm fieldset{
	width: 96%;
	border: 0;
	line-height: 25px;
	margin: 1px 0;
	float: left;
	font-size: 9pt;
}
.userForm fieldset label{
	width: 100px;
	float: left;
	color: #000;
	height: 23px;
	line-height: 23px;
	text-align: right;
	margin-right: 5px;
	vertical-align: top;
}

.orderStatus > fieldset > h3{text-align: center;}
.orderStatus > fieldset > input[type="text"]{
	margin-left: calc(50% - 135px);
}

.userForm fieldset input[type=password], .userForm fieldset input[type=text]{
	width: 270px;
	height: 15px;
	float: left;
	height: 21px;
	border: 1px solid #bfbfbd;
}
.userForm #mess{
	width: 270px;
	height: 200px;
	float: left;
	resize: none;
	border: 1px solid #bfbfbd;
}
.userForm form input[type="text"], .userForm form input[type="password"]{
	 	/*box-shadow: 0px 2px 2px 0px #ccc inset;*/
	 }

	
	.oneClickForm h3{
		color: #ff655d;
		text-align: center;
	}
	.oneClickForm fieldset{
		width: 435px;
		float: left;
		margin: 5px 0 5px 30px;
		padding: 0;
		border: 0;
	}

		.oneClickForm fieldset label{
			width: 435px;
			float: left;
			font-size: 10pt;
		}
		.oneClickForm fieldset span{
			float: left;
			width: 80px;
			margin: 2px 0;
			font-size: 10pt;
		}
		.oneClickForm fieldset input[type="text"].userCity{
			width: 100px;
			cursor: default;
			border: 0;
		}

		.oneClickForm fieldset input[type="text"]{
			width:  435px;
			float: left;
			margin: 2px 0;
			font-size: 10pt;
		}
		.oneClickForm fieldset input[type="text"]#prodName{
			border: 0;
			border-top: 1px solid #cfcfcf;
			border-bottom: 1px solid #cfcfcf;
			padding: 4px 0 4px 2px;
			width: 440px;
			cursor: default;
		}
		.oneClickForm fieldset p{
			font-size: 10pt;
		}
		.oneClickForm fieldset b{color: #ff655d}

		.oneClickForm input[type="submit"]{
			border: 0px solid #b7b7b8;
			background: #ff822d;
			color: #fff;
			font-size: 11pt;
			width: 170px;
			margin: 0px;
			float: left;
			padding: 2px 20px;
			height: 25px;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}
#secr, #secr2  {
	background: #f9f9f9 url("/images/secr.png") left center no-repeat;
	width: 20px;
	margin: 0 0 0 105px;
	padding: 0 0 0 53px;
}

.callOrderForm > fieldset{
	width: 90%;
	margin: 0 0 10px 10px;
	float: left;
}
	.callOrderForm > fieldset > label{
		width: 100%;
		float: left;
		margin: 0 0 3px 0;
		font-size: 10pt;
		color: #888888;
		text-align: left;
	}
	.callOrderForm > fieldset > label > b{
		font-weight: normal;
		color: #e83434;
	}
	.callOrderForm > fieldset > input[type="checkbox"]{
		float: left;
		height: 20px;
		width: 20px;
		margin: 2px 5px 0 0;
		padding: 0;
	}
	.callOrderForm > fieldset > label.pers{
		width: 90%;
	}

	.callOrderForm > fieldset > input[type="text"],
	.callOrderForm > fieldset > input[type="password"]{
		width: 100%;
		height: 30px;
		line-height: 30px;
		border: 1px solid #eeeeee;
		background: #f7f7f7;
		float: left;
	}

	.callOrderForm > fieldset > textarea{
		width: 100%;
		height: 80px;
		line-height: 20px;
		border: 1px solid #eeeeee;
		background: #f7f7f7;
		float: left;
	}

	.callOrderForm > fieldset > input[type="submit"]:disabled{
			background: #BFC2C2;
			color: #000;
		}
		
	.callOrderForm > fieldset > input[type="submit"]{
			background: #527EE2;
			color: #fff;
			font-size: 11pt;
			margin: 0px;
			float: left;
			padding: 2px 20px;
			height: 30px;
			line-height: 22px;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
	}
	.callOrderForm > p{
		text-align: center;
	}
		.callOrderForm > p > a{
			color: #ff822d;
			text-decoration: none;
		}
.formHead{
	width: 100%;
	height: 30px;
	padding: 10px 0 30px 0;
	margin: 0 0 20px 0;
	text-align: center;
	float: left;
	border-bottom: 2px solid #b0c8e2;
}
	.formHead > h2{
		font-size: 15pt;
		margin: 10px 0;
		line-height: 28px;
		text-align: center;
	}

.realperson-challenge { display: inline-block }
.userForm fieldset input[type="text"].is-realperson{
	position: absolute;
	top: -6px;
	left: 160px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eeeeee;
	background: #f7f7f7;
}