body {
	background-color: #FFF;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 70%;
	color: #252525;
	padding: 20px;
}

p {
	color: #252525; 
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
a {
	color: #5383BF;
}
a:hover {
	color: #2F5E99;
}
a:visited,
a:active {
	color: #5B92D8;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
}

h1 {
	padding: 5px 5px 15px 5px;
	margin-bottom: 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #D3D3D3;
	font-size: 2.1em;
	color: #3465A3;
	text-shadow: 1px 1px 0 #D8D8D8;
}
h2 {
	font-size: 1.6em;
	color: #5383BF;
	padding-bottom: 15px;
}
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }

hr {
	border: solid 1px #D3D3D3;
	margin: 20px 0;
}
/* General */
.hidden {
	display: none;
}
.clearit {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ALL VERSIONS */
.simple-form.inline label.required {
	color: #252525;
}

/* LONG FORM */
#long {

}

#additional_information {
	width: 400px;
	height: 150px;
}

body #statement {
	width: 370px;
	padding: 20px;
}

#trade_info {
	display: none;
}