#birthday select
{
	width: auto; 
}

div.indicator-size-width-36
{
	line-height: 36px;
	height: 36px;
}

div.indicator-size-width-36 span
{
	line-height: 36px;
}


div.indicator-size-width-16 img
{
	float: left;
	margin-right: 5px;
}

div.indicator-size-width-16
{
	line-height: 16px;
	height: 16px;
}

div.indicator-size-width-16 span
{
	line-height: 16px;
}


div.indicator-size-width-36 img
{
	float: left;
	margin-right: 10px;
}




div#map_canvas
{
	width: 100%;
	height: 350px;
	
	border: 1px solid #000;
}

div.geolocalization-message
{
	height: 20px;
	text-align: center;
	font-weight: bold;
}

div.editable-label
{
	margin-top: 5px;
	cursor: pointer;
	position: relative;
	height:18px;
	border: 1px solid #fff;
	
	position: relative;
	padding: 1px;
}

div.editable-label div.indicator {
	background: #fff url(../images/indicators/2.gif) center no-repeat;
	display: none;
}

div.editable-label-loading div.indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: block;
}

div.editable-label:hover
{
	border: 1px dotted #000;
}

input.label-input
{
	width: 80%;
	height: 16px;
	
	border: 0px;
}

div.save-icon
{
	width: 12px;
	height: 12px;
	background: url(../images/icons/tick.png);
	position: absolute;
	right: 15px;
	top: 3px;
}

div.cancel-icon
{
	width: 12px;
	height: 12px;
	background: url(../images/icons/delete.png);
	position: absolute;
	right: 0px;
	top: 3px;
}

.message-content
{
	width: 609px;
}

.message-avatar
{
	float:left;
	margin-right: 20px;
}

.message-avatar img
{
	border: 1px solid #eaeae1;
	padding: 4px;
}

br.clear
{
	clear: both;
}

div.comment-container
{
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	position: relative;
}

div.visitor-container
{
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-top: 20px;
	position: relative;	
}

span.delete-comment
{
	position: absolute;
	right: 0px;
	top: 10px;
}

#profileAbout table td.entry
{
	background: url(../images/arrow.gif) no-repeat 15px center;
	padding-left: 30px;
	width: 150px;
}

#profileAbout table td.value
{
	font-weight: bold;
}

#profileAbout p
{
	text-align: justify;
}

#bigAvatar
{
	border: 1px solid #eaeae1;
}

#bigAvatar .inner
{
	width: 246px;
	overflow: hidden;
	
	margin: 4px;
}
