div.menu span.bullet {
	color: #ea8223;
	font-weight: 600;
	padding-right: 10px;
}

img.profile-picture {
	width: 130px;
	height: 130px;
	border: 1px solid #f1eeed;
}

img.show-profile {
	float: right;
}

img.flag {
	margin-bottom: -1px;
}

div.country-legend {
	margin-bottom: 10px;
}

div.current-country, div.visited-countries {
	width: 11px;
	height: 11px;
	border: 1px solid #ccc;
	background-color: #ea8c34;
	float: left;
	margin: 0 10px 0 0;
	font-size: 1px;
}

div.visited-countries {
	background-color: #7698bb;
}

div.edit-profile-picture {
	width: 180px;
	float: right;
	padding-left: 9px;
	border-left: 1px solid #f1eeed;
}

div.field-set, div.field-set-photo-album {
	width: 370px;
}

div.field-set-photo-album {
	width: auto;
}

div.input-field {
	width: 370px;
	padding-bottom: 5px;
	float: left;
}

div.input-field label {
	width: 175px;
	float: left;
	padding-right: 10px;
	margin-top: 2px;
}

div.input-field input {
	width: 175px;
	float: left;
}

div.input-field select, div.input-field select.birth-date, div.input-field select.birth-date-last {
	width: 180px;
	height: 17px;
	border: 1px solid #a5acb2;
	margin-top: 2px;
	float: left;
}

div.input-field select.birth-date, div.input-field select.birth-date-last {
	width: 50px;
	margin-right: 15px;
}

div.input-field select.birth-date-last {
	margin-right: 0;
}

div.input-field input.submit {
	width: 65px;
	height: 25px;
	margin: 0 0 0 -2px;
}

div.input-field input.checkbox {
	width: 15px;
	top: 2px;
	margin-left: -1px;
}

img.action {
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 7px 0 0;
}

div.edit-photo-album-images {
	margin: 10px 0 0 0;
}

div.edit-photo {
	width: 140px;
	float: left;
	padding-bottom: 10px;
}

div.edit-photo img.thumb {
	width: 60px;
	height: 60px;
	border: 1px solid #f1eeed;
}

p.action {
	margin-top: 10px;
}

p.action a, p.action a:hover {
	font-weight: normal;
}

