@charset "utf-8";
/* CSS Document */
/* =iframeContent
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opera 7
fieldset { border: none; } */
body {
  	font: 75%/1.5 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin: 0;
	color: #333;
	}
	
h2 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em; 
}
h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em; 
}
h4 {
	font-size:1.1em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em; 
}

p { 
	font-size:1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

a:link { 
	color: #937233;
	text-decoration: none;
	}

a:visited { 
	color: #AD863D;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

#iframeContent fieldset {
	padding: 1em;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
#iframeContent p, form , table{ margin: 0; }
#iframeContent legend { font-weight: bold; color:#333333 }
#iframeContent label { float: left; width: 10em; }
#iframeContent p { margin-top:2px; margin-bottom:2px; }
#iframeContent input { width: 190px; border: 1px solid #ccc; padding: 3px; font-size:11px }
#iframeContent select { width: 190px; border: 1px solid #ccc; padding: 3px; }
#iframeContent textarea { width: 400px; height: 200px; border: 1px solid #ccc; padding: 3px; font-family: inherit; font-size: inherit; }
#iframeContent li { margin: 0 0 0 -10px; padding: 0 0 2px 20px; line-height: 1.5em; list-style: none; font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Georgia, "Times New Roman"; font-size: 1.1em; border-bottom: 1px solid #f2f2f2; background: url(/images/interface/icon-bullet-side.gif) no-repeat 0 -2px; }

