@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
body {
	background-image: url(http://www.jpmorgansecurities.com/images/top_background_jpms.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
sup {
	font-size: 0.6em;
	line-height: normal;
	vertical-align: text-top;
}
ul, p, li, h1, h2 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
div#container {
	clear: both;
	width: 756px !important;
	margin:0 auto !important;
	padding:0;
	text-align:left !important;
}
#bodyContainer, #bodyContainer p, #bodyContainer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #585951;
	text-align:left !important;
}
div#bodyContainer .columnLeft {
	width:368px;
	float:left;
	text-align:left !important;
}
div#bodyContainer .columnRight {
	width:368px;
	margin-left:20px;
	float:left;
	text-align:left !important;
}
#bodyContainer h1 {
	font-size:13px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#b2740d;
	margin-bottom:5px;
}
#bodyContainer h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#585951;
	margin-bottom:5px;
}
#bodyContainer h2 a {
	color:#b2740d;
}
#bodyContainer ul {
	margin:0 0 10px 15px;
	list-style: disc outside url("bullet_orange.jpg");
}
div#logo {
	float:right;
}
div.clear {
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear:both;
}
div.footNote {
	font-size:11px;
}
#bodyContainer p {
	margin:0 0 10px 0;
}
#bodyContainer li {
	padding:2px 0;
}
div.thanks {
	font-size:14px !important;
	color:#F00;
}
/* Footer styles */
div#footer {
	color:#585951;
	font-size: 11px;
	line-height:14px;
	margin-top:80px;
	padding-top: 25px;
	width: 756px;
	border-top: 1px solid #D8D9DA;
}
div#footer p {
	font-size: 11px;
	line-height:14px;
}
div#footer div.links {
	float:left;
}
div#footer a {
	color:#555555;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* Form Styles */
fieldset {
	border: none;
	position: relative;
	padding: 0;
}
fieldset legend {
	color:#585951;
	font-size:14px;
}
label {
	position: absolute;
	text-align:right;
	width:250px;
}
input, textarea, select {
	margin-left: 260px;
	margin-bottom:5px;
}
label.check, label.radio {
	position:relative;
	text-align:left;
}
input.error {
	border:1px solid #F00;
}
label.error {
	font-size:11px;
	color:#F00;
	margin-left:-120px;
}
input.button {
	margin-left: 260px;
	background-color:eee;
}
.submitMe {
	border-top:1px solid #999;
	height:30px;
	background-color:eee;
}
/* Tool Tip */
.ui-tooltip {
	background: #e68325;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	width:350px;
	color: white;
	border-radius: 20px;
	font: bold 12px "Helvetica Neue", Sans-Serif;
	box-shadow: 0 0 7px black;
}
