/* форма обратной связи */
.feed-back-form{
	width: 348px;
	float: right;
	font-family: verdana, sans-serif;
	}
.feed-back-form h2{
	margin-bottom: 10px;
	}
.feed-back-form .explanation{
	font-size: 10px;
	margin-bottom: 16px;
	}
.fb-form{
	background: url(../images/fb/fb-form-mid.png) repeat-y;
	}
.fb-form .fb-top,
.fb-form .fb-bot{
	height: 20px;
	}
.fb-form .fb-top{
	background: url(../images/fb/fb-form-top.png) no-repeat;
	}
.fb-form .fb-bot{
	background: url(../images/fb/fb-form-bot.png) no-repeat;
	}
.fb-form .form{
	font-size: 12px;
	padding: 5px 36px 0 36px;
	}
.fb-form .form .line{	
	margin-bottom: 10px;
	}
.fb-form .form label{
	display: block;
	margin-bottom: 2px;
	}
.fb-form .form .input input{		
	width: 270px;	
	font-size: 14px;			
	padding: 5px 2px;	
	border-radius: 4px;	
	outline-color: #009cff;	
	border: solid 1px #d1d1d1;
	box-shadow: inset 1px 1px 3px #e9e9e9;
	}
.fb-form .form .textarea textarea{		
	width: 270px;	
	resize: none;
	height: 120px;
	overflow: auto;
	font-size: 14px;					
	padding: 5px 2px;	
	border-radius: 4px;		
	outline-color: #009cff;	
	border: solid 1px #d1d1d1;
	box-shadow: inset 1px 1px 3px #e9e9e9;
	}
.fb-form .form .hr{
	height: 6px;	
	background: url(../images/fb/fb-form-hr.png) -1px 0 repeat-x;
	}
.fb-form .form .submit{
	font-size: 0;
	margin: 16px 0 -8px;
	}
.fb-form .form .submit span{
	width: 10px;
	height: 55px;
	vertical-align: top;
	display: inline-block;				
	background: url(../images/fb/smb-r.png)	 no-repeat;
	}
.fb-form .form .submit span:first-child{
	width: 6px;
	background: url(../images/fb/smb-l.png)	 no-repeat;
	}
.fb-form .form .submit input{
	border: 0;
	height: 65px;	
	color: #636363;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	padding: 0 20px;
	margin: -10px -4px 0 -4px;
	background: url(../images/fb/smb-c.png)	 0 10px repeat-x;
	}

/* кастомный филезагрузчик необходим jQuery customfileinput plugin */
.customfile-input{ 	
	top: 0;
	left: 0;
	height: 500px; 
	z-index: 9999;
	position: absolute; 
	opacity: 0; 
	-moz-opacity: 0; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
.customfile{ 
	width: 270px;
	font-size: 14px;
	overflow: hidden;
	padding: 5px 2px;
	position: relative;
	border-radius: 4px;	
	border: solid 1px #D1D1D1;	
	box-shadow: inset 1px 1px 3px #E9E9E9;
	}
.customfile-feedback{
	font-size: 12px;
	padding: 0 0 0 3px;
	display: inline-block;
	}
.customfile-button{
	cursor: pointer;
	border: 1px solid #aaa; 
	background: #f6f6f6; 
	color: #111; 
	float: right; 
	width: 50px; 
	text-align: center; 
	text-decoration: none;  
	border-radius: 4px;  
	padding: 2px 5px;
	font-size: 12px;
	}
.customfile-hover .customfile-button, 
.customfile-focus .customfile-button{
	}