@charset "utf-8";
body  {
	font-size: 12px ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(/images/templates/jnet/background.jpg) no-repeat top left;
}

a.link:link { color: #FF9900}
a.link:hover { text-decoration:none;}

fieldset {

	margin: 0 3em 1.5em 3em;
	padding: 0;
	border:2px solid #9E2C7A;
	background:#ffffff }

fieldset.blank {

	margin: 0 0 1.5em 0;
	padding: 0;
	background: none; border:none;}



legend {
	margin-left: 1em;
	font-weight: bold;
	padding: 0.2em 0.5em;

}

fieldset ol {
	padding: 0em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset li div.dm {

	margin-left:168px

}

fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 12em;
}

label {
	float: left;
	width: 13em;
	margin-right: 1em;
	text-align:right
}

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style:none;
	background-color:transparent;
	background-image:none;
}

fieldset fieldset legend {
	margin-left: 3px;
	display:block;
	
}

fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 13em;
	padding: 0;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}



#mainContent {
	padding:0;
}

.standard {
	padding:15px;
	margin-left: 180px;
}

