/* Map Wrapper */

#mapWrapper, #mapWrapper2{
	width:100%;
	height:500px;
}

/* Info Window */

div.infoBig{
	width:450px;	
}

div.infoSmall{
	width:350px;
}

div.infoHeader{
	margin-top:10px;
	background:#333;
	padding:5px 10px;
	color:#FFF;
	font-weight:normal;
}

div.infoDataWrapper{
	float:left;
}

div.infoData{
	padding-top:8px;
	font-size:11px;
}

div.infoPhoto{
	float:right;
	margin-top:8px;
}

img.infoPhotoDecoration{
	border:1px solid #CCC;
	padding:5px;
}

/* Forms CSS */

div.checkWrapper{
	margin-bottom:5px;
}

div.btnWrapper{
	margin:10px 0px 20px 0px;
}

label.lbl{
	margin-left:5px;
}

label.lbl:hover{
	cursor:pointer;
}

label.lblLeft{
	padding-right:8px;
}

label.lblLeft:hover{
	cursor:pointer;
}

label.lblDisabled{
	color:#CCC;
}

img.imgDisabled{
	opacity:0.4;
	filter:alpha(opacity=40);
}

/* Error */

div.errorContainer{
	border:1px solid red;
	margin-bottom:10px;
	background:#ffedf1;
}

div.msgContainer{
	border:1px solid green;
	margin-bottom:10px;
	background:#edffef;
}

/* Checkboxes Table */

table.checkBoxes{
	margin-top:8px;
	width:100%;
	border:1px solid #CCC;
	background:#F7F7F7;
}

table.checkBoxes td{
	text-align:left;
	padding:6px 5px 9px 5px;
}

table.checkBoxes td input[type='checkbox']{
	position:relative;
	top:3px;
}

img.categoriesIcons{
	height:16px;
	margin-right:5px;
	position:relative;
	top:3px;
}