.box {
	width:200px;
	height:50px;
	line-height:50px;
	float:left;
	padding:10px;
/*	border:1px solid black; */
}
.box-input {
	position:relative;
	top:0px;	
}
.title {
	float:right;
	font-weight:bold;	
} 
.sts-main-form {
	position:relative;
	left:200px;
}
.sts-submit-button {
	float:right;
}