
input {
	padding: 0 13px;
	width: 520px;
	border: thin solid #eee;
	height: 43px;
	color: #7B8087;
}

button{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	background-color: #349AF5;
	width: 95px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	border: none;
	margin-bottom: 63px;
	cursor: pointer;
}

#columns{
	font-size: 15px;
}

.category_name {
	padding: 30px 0;
}

.category_name:nth-of-type(2) {
	border-top: thin solid #eee;
	margin-top: 30px;
}

.category_name span,
.info div,
.info p,
.info span,
.info input {
	display: inline-block;
	vertical-align: middle;
}

.category_name span:nth-of-type(1) {
	font-size: 22px;
	color: #7b8087;
}

.info {
	margin-bottom: 18px;
}

.label {
	width: 72px;
	text-align: right;
	margin-right: 25px;
}

#user_avatar {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-size: cover;
}

#upload_button {
	padding: 10px;
	background-color: #55afff;
	color: #fff;
	margin: 0 12px 0 22px;
	cursor: pointer;
}
#pic_name{
	display: none;
}
#pic_name i {
	color: #55afff;
}

#avatar_img {
	display: none;
}

#city {
	margin: 0 8px;
}
.hidden{
	display: none;
}
.selection{
	position: relative;
}

.selection p{
	width: 165px;
	padding: 13px 0;
	border: thin solid #eee;
	background: url(../img/blue_arrow.png) no-repeat scroll center transparent;
	background-position-x: 140px;
	text-align: right;
	padding-right: 30px;
	padding-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.selection ul{
	position: absolute;
	left: 0px;
	top: 43px;
	text-align: center;
	border: thin solid #eee;
	border-top: none;
	width: 165px;
	max-height: 180px;
	overflow-y: auto;
	display: none;
	overflow-x: hidden;
	cursor: pointer;
}
.selection ul li{
	color: #7B8087;
	width: 165px;
	padding: 10px 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: thin solid #eee;
	background-color: #fff;
}
.selection ul li:last-of-type{
	border-bottom: none;
}
.selection ul li:hover{
	background-color: #349AF5;
	color: #fff;
}
#tip{
	margin-top: 30px;
	padding: 30px 0 40px 0;
	border-top: thin solid #eee;
}
#tip i{
	color: #349AF5;
}
