.client_app {
    overflow:hidden;
    width:700px;
    margin:0 auto;
}
.client_app_left {
    float:left;
    width:350px;
}
.client_app_right {
    float:right;
    width:350px;
}
.client_app p.top_txt {
    margin:20px 0;
    font-size:14px;
    text-align:center;
}
.client_app h1.title {
    text-align:center;
}
.client_app .form {
	width: 285px;
	margin: 10px auto 30px auto;
}

.client_app .form .f {
	position: relative;
}

.client_app .form .f label {
	width: 80px;
        display:none;
}

.client_app .form .f input {
	width: 100%;
        padding:7px;
        margin:5px 0;
        box-sizing:border-box;
        font-size:12px;
}

.client_app .form em {
	position: absolute;
	display: block;
	width: 200px;
	left: 305px;
	top: 7px;
	font-style: normal;
}

.client_app .form .submit {
	text-align: center;
	margin: 0px;
}

.client_app .form .submit input {
	display: inline;
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
        padding:5px 10px;
}

.client_app .form .forgot {
	text-align: center;
	margin-top: 8px;
}

.client_app .title2 {
	text-align: center;
}