<style>
    input#queryMessage {
		width: 100%;
		padding: 5px;
	} /* removing this would make input not to go over cells border, but they would be too short, I want them to fit cells size */
	div#inProgress {
		width:400px;
		background-color:white;
		border-style:solid;
		border-width:5px;
	}
	div#confirm {
		width:400px;
		background-color:white;
		border-style:solid;
		border-width:5px;
	}
	div#srvRequest {
		width:400px;
		background-color:white;
		border-style:solid;
		border-width:5px;
	}
	div#list_address {
		background-color:#efefef;
		border-style:solid;
		border-width:1px;
	}

* {
	margin: 0;
}
html, body {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.commonDialog {
	position:fixed !important;
	top:20%;
	left:50%;
	margin-left:-200px;
	background-image: url(../images/block/bg_block.gif);
	background-repeat: repeat-x; 
	background-color:black;
	width:400px;
	padding:20px;
	border:2px outset black;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	line-height:120%;
	color:white;
	display:block;
	z-index: 2000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
* html .commonDialog { 
	position: absolute;
}
.commonOverlay {
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 width:100%;
	 height:100%;
	 z-index: 1000;
	 background-color:#222;
	 display:block;
	 opacity: 0.8;
	 filter:alpha(opacity=80);
	//-moz-opacity: 0.8;
}
* html .commonOverlay  { 
	position: absolute;
}

/*

Fixed Positioning in IE6 
http://ryanfait.com/

*/
	
	
	
	
	div.balloon_popup {
		padding: 0px
	}
	
	div.balloon_popup  table{
		border-spacing: 0px;
		padding: 0px;
		border: 0px;
		font-family: Tahoma;
		font-size:15px;
		text-decoration : none;
	}
	.InfoHeader {
		font-family:Tahoma;
		font-size:16px;
		font-weight:bold;
		color:#45A2ED;
		padding: 0px;
	}
	.InfoBody , 
	.InfoBody table tr td{
		font-family:Tahoma;
		font-size:12px;
		color:black;
		padding : 3px;
	}
	.InfoEmpty{
		line-height: 10px;
	}
	
	a.addrList
	{
		font-family:Tahoma;
		font-size:15px;
		color:white;
		text-decoration : none;
	}
	a.addrList:link
	{
		font-family:Tahoma;
		font-size:15px;
		color:white;
		text-decoration : none;
	}
	a.addrList:visited
	{
		font-family:Tahoma;
		font-size:15px;
		color:white;
		text-decoration : none;
	}
	a.addrList:active
	{
		font-family:Tahoma;
		font-size:15px;
		color:white;
		text-decoration : none;
	}
	a.addrList:hover
	{
		font-family:Tahoma;
		font-size:15px;
		color:white;
		text-decoration : underline;
	}


	
//	#frmQuery {
//		padding: 10px;	
//	}
	
	#txtQuery {
		width: 300px;
	}
	
	#lblQuery {
		font-weight:bold;
	}

	
	.fieldRow {
		padding : 10px;
	}
	
	.fieldRow label {
		font-weight:bold;
		position: absolute;
	}
	
	.fieldRow .fieldValue {
		margin-left: 120px;	
	}

	.htmlButton  {
		border-spacing: 0px;
		padding: 0px;
		border: 0px;
		font-family: Tahoma;
		font-size:15px;
		text-decoration : none;
	}
	
	.htmlButton  td{
		padding: 0px;
		border-width: 0px;
		border-style:none;
		border: 0px;
		font-family: Tahoma;
		font-size:15px;
		text-decoration : none;
	}
	
	.htmlButton  a{
		font-family: Tahoma;
		font-size:14px;
		text-decoration : none;
		color : black;
	}

#addrDlg {
	background-image: url(../images/block/bg_block.gif);
	background-repeat: repeat-x; 
	background-color:black;
	padding:20px;
	border:2px outset black;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	line-height:120%;
	color:white;
	opacity: 0.8;
	filter:alpha(opacity=80);
}	
#addrDlg_underlay {
	 background-color:#222;
}
	div.mainExtraQuery {
		
	}
	div.selectMenuExtraQuery {
		border:1px solid black;
		float:left;
		padding:15px;		
	}
	div.formExtraQuery {
		float:left;
		padding:15px;
	}
	.formExtraQuery div{
		padding; 5px;
	}
//	#mapCanvas {
//		width: 	400px;
//		height: 400px;
//	}
</style>
