
.string {
	margin:0px;
	padding:0px;
	height:18px;
	width:50px;
	/* border: 1px solid;*/
	position: relative;
}

	.text {
		float:left;
		position: relative;
	}

	.form {
		float:right;
		position: relative;
	}

#user_div {
    margin-left: 30%;
	height:100px;
	width:200px;
    padding-top: 30px;
	/* border: 1px solid;*/
}



#user_div #user_button {
position: relative;
	float:right;
	width:100px;
}

#user_div #user_error {
position: relative;
font-size:5em;
width: 300px;
height:35px;
text-align:center;
 /*border: 1px solid;*/

}