body {
	margin:0;
/*	background-color:#686868;
	background-image:url(images/bg.jpg);
	background-position: left top;
	background-repeat:repeat-x; */
}

body, td, p {
	font-family:arial, helvetica;
	font-size:10pt;
	color:#fff;
	line-height:1.3;
}

a {
	color:#f58145;
}

ul {
	margin-top:5px;
	margin-bottom:5px;
}

h1 { font-size:18pt; text-align:center}
h2 { font-size:12pt; text-align:center}
h3 { font-size:11pt; font-style:italic;}


img {border:0}
form {margin:0}

.outer {
	width:650px;
	margin: 0 auto;
	background-color:#912e43;
}

.inner {
	margin:0 25px;
}

.checkTable {
	background-color:#555;
}

.checkTable td {
	background-color:#fff;
	font-size:10pt;
	color:#555;
}

input.text {
  border:0;
  font-family:arial;
  font-size:10pt;
  font-weight:bold;
  color:#333333;
  background-color: transparent;
  margin:2px 0 0 2px;
}

.textbox {
	background-image:url(/textbox.jpg);
	background-repeat:no-repeat;
	height:40px;
}

.nospam {
	font-size:10px;
	color:#000;
}

.yellow {
	color:#fb8dc6; /*e6f663;*/
}

.footer {
	font-size:9pt;
	font-weight:bold;
	text-align:center;
}

.signup {
	margin:0;
	padding:30px 40px 0 40px;

	background-image:url(swirls.gif);
	background-repeat:no-repeat;
	background-position: center top;
	height:363px;
}

.signupInner {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding-top:10px;
}

.expert {
	clear:both;
	margin:10px;
	padding:10px;

}

.expert h3 {
	font-style:normal;
}
