form {padding:0; margin: 0;}
img {border: 0;}
a {color: black;}
/****************************************************************************************/
.indent {text-indent: 1.3em;}
.justify {text-align: justify;}
.center {text-align: center;}
.centerblock {display: block; margin-left: auto; margin-right: auto;}
.right {text-align: right;}
.top {vertical-align: top;}
.bold {font-weight: bold;}
.nobold {font-weight: normal !important;}
.noborder {border: none !important;}
.nowrap {white-space: nowrap !important;}
.clear {clear: both !important;}
.floatleft {float: left;}
.floatright {float: right;}
.floatend {clear: both !important; font-size: 1px; height: 1px;}
.topmargin1em {margin-top: 1em;}
.topmargin2em {margin-top: 2em;}
.bottommargin1em {margin-bottom: 1em;}
.bottommargin2em {margin-bottom: 2em;}
.notopmargin {margin-top: 0;}
.nobottommargin {margin-bottom: 0;}
.inline {display: inline;}
.block {display: block;}

/* webdialog */
.webdialog {
	display: none;
	position: absolute;	
	background-color: white;
	z-index:100;
	border: 2px solid #808080;
	overflow: auto;
}

#webdialogoverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	background-color:#333;
	-moz-opacity: 0.40;
	opacity:.40;
	filter: alpha(opacity=40);
}

.webdialog[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#webdialogoverlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

