
.swpm-edit-profile-form{
	text-align: center;
}
.swpm-edit-profile-form form{
	display: inline-block;
}
.swpm-edit-profile-form td{
	text-align: left;
	padding-bottom: 5px;
	position: relative;
}
.swpm-edit-profile-form td label{
	color: #888;
	margin-right: 15px;
}

.swpm-edit-profile-form td input{
	margin-bottom: 0;
}

.swpm-edit-profile-submit-section{
	position: relative;
	text-align: center;
	margin: 30px 0 15px;
}
.swpm-edit-profile-submit-section .loading{
	position: absolute;
	top: 2px;
	left: calc(50% - 145px);
}

input#first_name,
input#last_name{
	max-width: 180px;
	display: inline-block;
	margin-right: 5px;
}
.swpm-profile-phone-row{

}
.swpm-profile-street-row,
.swpm-profile-city-row,
.swpm-profile-state-row,
.swpm-profile-zipcode-row,
.swpm-profile-country-row,
.swpm-profile-company-row
{
	display: none;	
}

#swpm_message{
	text-align: center;
	width: 100%;
}
#swpm_message ul{
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

.button.login{
	text-align: center;
	margin: 60px 0;
}

.descArea .desc{
	font-size: 0.875rem;
	line-height: 1.75;
}



/* 640px smartphone*/
@media only screen and (max-width: 40em) {
	.swpm-edit-profile-form td label{
		width: 80px;
	}
}

/* 640px PC*/
@media only screen and (min-width: 40em) {
	#swpm_message{
		position: absolute;
		top: 60px;
	}
	.descArea{
		position: absolute;
		top: 60px;
		left: calc(50% - 150px);
		width: 420px;
	}
	.loginedArea .formError .formErrorContent{
		min-width: 170px;
	}	
}