#user_block {
    float: right;
}

#user_all {	
    margin: 0px 20%;
    width: 500px;
}

.string {
	margin:0px;
	padding:0px;
	height:14px;
	width:300px;
}

	.text {
		float:left;
	}

	.form {
		float:right
	}

#user_image {
		float:left;
		height:230px;
		width:190px;
		background-color: gray;
}

	#user_img {
			float:left;
		}

.string_2 {
	margin:0px;
	padding:0px;
	height:14px;
	width:200px;
}

.center {
	
	text-align:center;
}
#user_editor {
    margin-top: 250px;
}
#user_cont_1 {
	float:left;
}

#user_cont_2 {
	float:right;
}

#user_log {
	position:relative;
	text-align:center;
	font-size:25px;
}

.clear_float {
clear:both;
}