/*
Theme Name: TRON Financial Advice
Theme URI: http://www.rmwpublishing.net/clients/tron/
Description: The TRON website (not blog).
Version: 1.0
Author: Rowan Walker
*/

/* Created by RMW Web Publishing */

BODY {
	background: #fff url("/img/bg_wealth.gif") 190px 250px no-repeat;
	color: #000;
	font-family: Verdana, Arial, Helvetica;
}
H2,
H3 {
	margin-bottom: .1em;
}
p {
	margin-top: .4em;
}
SUP {
	font-size: x-small;
}
A {
	color: #993300;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	font-weight: bold;
}
A IMG {
	border: none;
}
HR {
	background-color: #ccc;
	width: 450px;
}

.content {
	padding-bottom: 1em;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
}
.address,
.disclaimer {
	color: #111;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
}
.address H2 {
	font-size: small;
}
.disclaimer {
	margin: 2em;
}
.footer {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

/* Form styles */
label {
	display: block;
	padding-top: .5em;
	font-weight: bold;
}
input,
textarea {
	background-color: transparent;
}
legend {
	font-weight: bold;
	font-size: larger;
}
fieldset {
	padding:  .5em;
}
fieldset fieldset {
	border: 1px solid #CCC;
}
fieldset fieldset legend {
	font-size: small;
}
fieldset fieldset label {
	display: inline;
	font-weight: normal;
}
.alert {
	margin: 2px -3px;
	padding: 2px;
	border: 1px solid green;
	background: #C9FFC9;
}
.error {
	margin: 2px -3px;
	padding: 2px;
	border: 1px solid red;
	background: #FFC9C9;
}
.error input,
.error textarea {
	background-color: #fff;
}
#errormsg {
	margin: 2px;
	border: 2px dashed red;
}