﻿
.black {
	height: 100%;
	width: 100%;
	background: black;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	overflow: hidden;
}


#welcom-frame {
	background-color: white;
	max-width: 500px;
	z-index: 2000;
	position: fixed;
	top: 20px;
	left: 100px;
	display: none;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: black;
}




	#welcom-frame h3 {
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

	#welcom-frame h4 {
		font-size: 14px;
	}



	#welcom-frame p {
		padding: 0;
		color: #808080;
		font-size: 14px;
	}


	#welcom-frame .close-button {
		margin-right: -38px;
		margin-top: -38px;
		float: right;
		height: 36px;
		width: 36px;
		cursor: default;
		background-image: url('http://www.avtoparts.com.ua/Content/Images/close.png');
		background-repeat: no-repeat;
	}


#feedback-form {
	width: 510px;
	position: fixed;
	top: 20px;
	left: 100px;
	display: none;
	z-index: 2000;
}

	#feedback-form .close-button {
		margin-right: -20px;
		margin-top: -15px;
		float: right;
		height: 36px;
		width: 36px;
		cursor: default;
		background-image: url('http://www.avtoparts.com.ua/Content/Images/close.png');
		background-repeat: no-repeat;
	}

	#feedback-form h3 {
		font: bold 30px Arial;
		text-align: center;
		text-transform: uppercase;
		padding-top: 10px;
		margin: 0;
	}
	#feedback-form h4 {
		margin: 0;
		text-align: center;
		color: rgb(255, 0, 0);
	}

	#feedback-form form .field-validation-error span {
		font-weight: normal;
	}

	#feedback-form .top-ff {
		width: 510px;
		height: 45px;
		background: url('http://www.avtoparts.com.ua/Content/images/ff_top.png') no-repeat 0 0 transparent;
	}

	#feedback-form .body-ff {
		width: 510px;
		min-height: 285px;
		background: transparent url('http://www.avtoparts.com.ua/Content/images/ff_body.png') repeat-y 0 0;
	}


	#feedback-form label {
		text-align: right;
		float: none;
		text-transform: uppercase;
	}

	#feedback-form table {
		width: 455px;
		margin: 0 auto;
	}

		#feedback-form table tr {
			font: 14px Tahoma;
			color: #000;
		}

			#feedback-form table tr td.right {
				text-align: right;
				float: none;
				padding-right: 15px;
			}

		#feedback-form table input {
			width: 257px;
			background: #e2e2e2;
			border-radius: 5px;
			border-top: 1px solid #919191;
			border-style: inset;
			border-right: 1px solid #919191;
			padding: 3px;
			text-align: left;
			margin-bottom: 0;
			-webkit-appearance: none;
			outline: none;
		}

		#feedback-form table select {
			background-color: transparent;
			border: 0;
		}

		#feedback-form table div.new-select-style {
			background-position: right;
			width: 262px;
			background: #e2e2e2;
			border-radius: 5px;
			border-top: 1px solid #919191;
			border-style: inset;
			border-right: 1px solid #919191;
			border-left: 1px solid #919191;
			border-bottom: 0;
			overflow: hidden;
			height: 24px;
			background-image: url('http://www.avtoparts.com.ua/Content/Images/select_ar.png');
			background-repeat: no-repeat;
		}

		 

		#feedback-form table select {
			width: 282px;
			outline: none;
			border: 0;
		}

		#feedback-form table option {
			width: 200px;
			display: block;
		}
 

		#feedback-form table tr textarea {
			width: 257px;
			background: #e2e2e2;
			border-radius: 5px;
			border-top: 1px solid #919191;
			border-style: inset;
			border-right: 1px solid #919191;
			padding: 3px;
			text-align: left;
			margin-bottom: -2px;
		}

	#feedback-form .bottom-ff {
		width: 510px;
		height: 79px;
		background-image: url('http://www.avtoparts.com.ua/Content/Images/foot_fb.png');
		background-repeat: no-repeat;
		background-color: transparent;
	}
		#feedback-form .bottom-ff a {
			display: block;
			float: left;
			margin: 30px;
			color:white;
			font-size : 12px;
		}

		#feedback-form .bottom-ff button {
			background-position: center center;
			display: block;
			width: 110px;
			height: 33px;
			float: right;
			margin: 25px 30px;
			color: white;
			font-size: 12px;
			font-weight:bold;
			background-image: url('http://www.avtoparts.com.ua/Content/Images/send.png');
			background-repeat: no-repeat;
			text-transform: uppercase;
			border:0;
		}


	#feedback-form .bottom-ff-small {
		width: 510px;
		height: 49px;
		background-image: url('http://www.avtoparts.com.ua/Content/Images/foot_fb.png');
		background-repeat: no-repeat;
		background-position-y: -30px;
		background-color: rgba(0, 0, 0, 0);
		padding-top: 9px;
	}

	#feedback-form .bottom-ff-small button {
			background-position: center center;
			display: block;
			width: 110px;
			height: 33px;
			margin: 0px auto;
			color: white;
			font-size: 12px;
			font-weight:bold;
			background-image: url('http://www.avtoparts.com.ua/Content/Images/send.png');
			background-repeat: no-repeat;
			text-transform: uppercase;
			border:0;
		}