

/* НАСТРОЙКА ФОРМ ОБЩАЯ
----------------------------------- */		

	form {}

		label {
			
			padding-top: 16.799999999999997px;
			font: 14px/20px "Ubuntu Condensed", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
			margin-bottom:20px;
		}
		 input  {
			font-size: 11px !important;
			color:#999999;
			width: 250px;
			height: 28px;
			border: #CCC solid 1px;
		/** BORDER RADIUS HACKS **/
			border-radius: 3px;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		input.checkbox {
			margin-top:10px;
			color:#999999;
			width: 12px;
			height: 12px;
		}
		select {
			font-size: 11px !important;
			color:#999999;
			width: 262px;
			height: 28px;
			border: #CCC solid 1px;
		/** BORDER RADIUS HACKS **/
			border-radius: 3px;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
		}

		input:hover, textarea:hover, select :hover {
			border: 1px solid rgba(82, 168, 236, 0.8);
		}


		input:focus, textarea:focus  {
		  border-color: rgba(82, 168, 236, 0.8);
		  outline: 0;
		  outline: thin dotted \9;
		  /* IE6-9 */ 

		  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
			 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
				  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		}

		/** FORM STYLE: textarea **/
		textarea {
			width: 99%;
			height: 100px;
			padding: 4px 2px 2px 4px;
			border: #CCC solid 1px;
			
		/** BORDER RADIUS HACKS **/
			border-radius: 5px;
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		/** FORM STYLE: input **/
		 input {
			padding: 0 5px 0px 5px;
			background-position: 7px 5px;
			background-repeat: no-repeat;
			
		}
		
				
		input#submit {
			font-size: 12px;
			padding: 0px 10px;
			background-color: #eeeeee !important;
			*background-color: #e1e1e1 !important;
			color: #282828 !important;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
			  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1); /* , 0 1px 1px rgba(0, 0, 0, 0.2); */
			  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1); /* , 0 1px 1px rgba(0, 0, 0, 0.2); */
			  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1); /* , 0 1px 1px rgba(0, 0, 0, 0.2); */
			  background-image: -ms-linear-gradient(top, #eeeeee, #e1e1e1);
			  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e1e1e1));
			  background-image: -webkit-linear-gradient(top, #eeeeee, #e1e1e1);
			  background-image: -o-linear-gradient(top, #eeeeee, #e1e1e1);
			  background-image: linear-gradient(top, #eeeeee, #e1e1e1);
			  background-image: -moz-linear-gradient(top, #eeeeee, #e1e1e1);
			  background-repeat: repeat-x;
			  border: 1px solid #d9d8d8 !important; 
			  *border: 0;
			  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
			  border-color: #d9d8d8 #cccbcb #aeaeae !important;
			  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e1e1e1', GradientType=0);
			  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
			-webkit-transition-duration: 0.2s;
			-moz-transition-duration: 0.2s;
			transition-duration: 0.2s;
			-webkit-user-select:none;
			-moz-user-select:none;
			-ms-user-select:none;
			user-select:none;
			cursor: pointer;
			font-family:  arial, sans-serif;
			font-weight: normal;
			text-decoration: none;
			height:30px;
			line-height: 30px;
			display: inline-block;
			vertical-align: middle;
			margin: 0;
			}

		input#submit:hover {
			cursor: pointer !important;
			background-color: #fcfcfc !important;
		   *background-color: #e8e8e8 !important;
		   background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
		  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#e8e8e8));
		  background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
		  background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
		  background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
		  background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
		  background-repeat: repeat-x;
		  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8', GradientType=0);
		  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
		  text-decoration: none;
		}

