.block {
	position:relative;
	width:700px;
}


.img_l_200 .text {
	position: relative;
}
.img_l_200 .img {
	position: relative;
	float:left;
	width:200px;
	margin: 5px 20px 5px 0px;
	z-index: 20;
}


.img_r_200 .text {
	position: relative;
}
.img_r_200 .img {
	position: relative;
	float:right;
	width:200px;
	margin: 5px 0px 5px 20px;
	z-index: 20;
}

.img_l_200 .img img,
.img_r_200 .img img {
	width: 200px;
}


.img_l_400 .text {
	position: relative;
}
.img_l_400 .img {
	position: relative;
	float:left;
	width:400px;
	margin: 5px 20px 5px 0px;
	z-index: 20;
}


.img_r_400 .text {
	position: relative;
}
.img_r_400 .img {
	position: relative;
	float:right;
	width:400px;
	margin: 5px 0px 5px 20px;
	z-index: 20;
}

.img_l_400 .img img,
.img_r_400 .img img {
	width: 400px;
}


.img_3 .img1 ,
.img_3 .img2 ,
.img_3 .img3 {
	position: relative;
	float: left;
	width:200px;
}

.img_3 .img1 ,
.img_3 .img2 {
	padding: 0 50px 0 0 !important;
}

/*
.img_3 .img1 {
	float:left;
	width:33%;
	text-align:left;
}
.img_3 .img2 {
	float:left;
	width:33%;
	text-align:center;
}
.img_3 .img3 {
	float:left;
	width:33%;
	text-align:right;
}
/***/


.img_700 .img {
	width:700px;
	text-align:center;
}

.fakeText {
	font-style: italic;
	text-align: justify;
	color:#BBBBBB;
}

.fakeImage150 {
	background-position: 0 -4px;
}

.fakeImage200 {
	width: 200px;
	height:145px;
}

.fakeImage400 {
	width: 400px;
	height:296px;
}

.fakeImage700 {
	width: 700px;
	height:519px;
}

.fakeSpace {
	width: 150px;
	height: 20px;
	border-top: dashed 1px #888888;
	border-bottom: dashed 1px #888888;
	margin: 8px 0 4px 0;
}

.fakeText,
.fakeImage150,
.fakeImage200,
.fakeImage400,
.fakeImage700,
.fakeSpace {
	visibility: hidden;
}

.form_contact {
	padding:20px;
	width:auto;
}
.form_contact .label {
	float:left;
	width:150px;
	clear:left;
}
.form_contact .field {
	padding:0;
	width:400px;
}
.form_contact .text_box {
	padding:0;
	overflow:hidden;
	width:400px;
	height:200px;
}
.form_contact .line {
	margin-bottom:10px;
	clear:both;

}

#submit_btn {
	cursor: pointer;
}
