﻿/* это юникод css*/
@charset "utf-8";


/*контактная форма */
DIV.div_f_contact{
	margin-left:25px;
}

DIV.div_f_contact .fc_person{
	width:300px;
	font-size:12px;
	border:1px solid #009933;
	padding:3px;
}

DIV.div_f_contact TEXTAREA {
	width:540px;
	font-size:12px;
	border:1px solid #009933;
	padding:3px;
}

DIV.div_f_contact .fc_adr{
	height:40px;
	overflow: auto;
}

DIV.div_f_contact .fc_data{
	height:200px;
	overflow: auto;
}

DIV.div_f_contact .fc_img{
	background-image: url(./img_css/coat_form.png);
	background-repeat:no-repeat;
	background-position: center center;
}

DIV.div_f_contact DIV.sendContainer{
    width: 550px; text-align: center;
}

DIV.div_f_contact .fc_send{
	color:#FFFFFF;
	height:24px;
	width:90px;
	overflow:hidden;
	background:url(./img_css/btn_flag.png) no-repeat 2px center #009966;
	border:1px solid white;
	border-style:outset;
	cursor:pointer;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:2px;
	padding-left:22px;
	text-indent:0px;
	text-align:left;
}
