.contact_bloc
{
	margin: 20px;
}
h3
{
	font-size: 22px;
	font-weight: 400;
}

h3 strong
{
	color : #FF8100;
}

.contact_subject
{
	font-size: 12pt;
	font-weight: bold;
}

.contact_author
{
	font-style: italic;
}

.contact_message
{
	border: 1px solid #CCC;
	padding: 10px;
}

#contact_author
{
	position: absolute;
	top: 12px;
	left: 130px;
	width: 270px;
	height: 15px;
	border: none;
	background-color: transparent;
	font-size: 10px;
}

#contact_email
{
	position: absolute;
	top: 36px;
	left: 130px;
	width: 270px;
	height: 15px;
	border: none;
	background-color: transparent;
	font-size: 10px;
}

#contact_tel
{
	position: absolute;
	top: 60px;
	left: 130px;
	width: 270px;
	height: 15px;
	border: none;
	background-color: transparent;
	font-size: 10px;

}

#contact_message
{
	position: absolute;
	top: 92px;
	left: 130px;
	width: 270px;
	height: 154px;
	border: none;
	background-color: transparent;
	font-size: 10px;
}


.contact_input
{
	border: 1px solid #000;
}


.contact_form_container
{
	position: relative;
}

.contact_right_dot
{
	border-right: 1px #ECECEC dashed;
}

.contact_top_dot
{
	border-top: 1px #ECECEC dashed;
}


.contact_form_container
{
	position: relative;
	width: 414px;
	height: 337px;
	background-image: url(../images/contact_form.png);
}


#contact_button
{
	position: absolute;
	width: 65px;
	height: 65px;
	top: 265px;
	left: 248px;
	cursor: pointer;
}
