    .row_contact1 {
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
	margin-top: 0.8em;
    }

    .row_contact2 {
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
	margin-top: 0.6em;
    }
    .row_contact3 {
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 5em;
	margin-top: 0.8em;
    }
    .row_contact4 {
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 2em;
	margin-top: 1.2em;
    }

    .text_contact1 {
	float: left;
	top: 0;
	left: 0;
	width: 15em;
	height: 100%;
	margin: 0.3em; 
	text-align: right;
    }

    .text_contact2 {
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: red;
    }

    .input_contact {
	float: left;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	margin: 0.2em;
	font-size: 1em;
    }
    .textarea_contact {
	float: left;
	top: 0;
	left: 0;
	width: 50%;
	height: 5em;
	margin: 0.2em;
    }

.text_contact_small {
	float: left;
	padding: 0.3em 1em 1em 1em;
	font-size: 0.8em;
} 


