
.studioForm input, .dataForm input{
	/*
	display:block;
	float:left;
	*/
	font-size:10px;
	display:block;
}
.studioForm div.label, .dataForm div.label{
	float:left;
	text-align:center;
	margin:3px 1px;
	background-color:white;
	border:1px solid #CCCCCC
}
.studioForm .Aup{
	background: url(../images/icons/mini/bullet_arrow_up.png) no-repeat center;
	height: 9px;
	width:9px;
}
.studioForm .Adown{
	background: url(../images/icons/mini/bullet_arrow_down.png) no-repeat center;
	height: 9px;
	width:9px;
}
.studioForm .delete{
	background: url(../images/icons/cross.png) no-repeat center;
	height: 16px;
	width:16px;
}
.studioForm .Adown:hover, .studioForm .Aup:hover, .studioForm .delete:hover{
	background-color: #7195D9;
}
.studioForm .letter, .dataForm .letter{
	background-color: #9999FF;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	width: 18px;
	height: 14px;
	border:1px solid #444488;
	margin: 1px 5px 1px 1px;
	color:white;
}

.infobulleTitle{
	padding-left: 40px;
	height: 32px;
	line-height: 16px;
	background: transparent url('../images/markerBlue.png') no-repeat 0% 50%;
}
.infobulleTitle .title{
	font-weight: bold;
	color: #4E4E4E;
}
.infobulleTitle .localite{
	font-size: 10px;
	font-weight: normal;
	color: #666666;	
}
.infobulleButton {
	height:				20px;
	border:				1px solid #7195D9;
	margin-bottom:		1px;
	line-height:		20px;
	font-size: 			12px;
	background-color:	#FFFFFF;
	cursor:				pointer;
}
.infobulleButton:hover{
	background-color:	#7195D9;
	color:		 		#FFFFFF;
}
.infobulleButton  img{
	display: 	block;
	float: 		left;
	margin:		2px 2px 2px 2px;
}
.infobulleLatLng{
	background: transparent url('../images/icons/world.png') no-repeat 0% 50%;
	padding-left: 20px;
	font-size: 10px;
	color: #4E4E4E;
}
.infobulleTable{
	width: 90%;
	margin: auto;
}
.infobulleTable tr td{
	padding: 2px;
	text-align: center;
	color: #4E4E4E;
}
.infobulleTable .corner{
	background: transparent url('../images/icons/information.png') no-repeat 50% 50%;
}
.infobulleTable .t{
	background-color: #EEEEEE;
}
