div#sxorch-fancy-signup {
	width:800px;
	margin-left:10px;
	position:relative;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}
img {border:none;}
table.f {
	border-collapse: collapse;
	z-index: 2;
	width:797px;
}
table td {
	height:50px;
	text-align: center;
	padding:0;
	margin:0;
}
.side {
	background:#fff;
	text-align:right;
}
tbody td.feature {
	background: transparent url(/images/signup/lftcol_td.png) repeat-x;
	text-align: right;
	padding-right:10px;
	border-left:none;
	width:100px;
	font-size:14px;
}
thead th {
	background:#fff;
	width:180px;
	height:110px;
	font-size:30px;
	color:#f0a231;
	font-weight: normal;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
thead th span {
	font-size:15px;
	color:#444443;
	position: relative;
	top:10px;
	left:0;
}
tbody td {
	background: transparent url(/images/signup/off_th.png) repeat-x;
	border-left:1px solid #dfd4a0;
	border-right:1px solid #dfd4a0;
	font-size:14px;
}
.tbody-side {
	border-right:1px solid #dfd4a0;
	border-left:none;
}
tfoot td.side, thead th.side {
	border:none;
}
tfoot td {
	height:65px;
	vertical-align: top;
	padding-top:8px;
}
/***

	chosen price

*******/
thead th.chosen {
	background: transparent url(/images/signup/selected_th.gif) no-repeat;
}
tbody td.chosen {
	background: #f4e9bb url(/images/signup/selected_td.gif) no-repeat;
	width:240px;
	height:50px;
	border:none;
	margin-left:20px;
	font-size:14px;
}
tfoot td.chosen {
	background: #fff url(/images/signup/selected_tfoot.gif) no-repeat;
	height:65px;
	vertical-align: top;
	padding-top:8px;
}
/******

	form

***************/
div#form-container {
	width:385px;
	position:absolute;
	top:16px;
	left:402px;
	height:595px;
	z-index: 1;
	background:#fff;
}
form {
	font-size:14px;
	background:#fff;
	border:1px solid #e4e3e3;
	border-left:none;
	border-bottom:none;
	margin-bottom:15px;
	padding-bottom:10px;
	height:395px;
}
fieldset.cancel {
	background:#fff;
	text-align: right;
	border:none;
	margin:0;
	border-bottom:1px solid #fae2be;
}
a.cancel,
a.cancel:visited,
a.cancel:active {
	color:#d08416;
	padding:3px;
	text-decoration: none;
}
a.cancel:hover {
	color:#333;
}
fieldset {
	border:none;
	border-bottom:1px dotted #e4e3e3;
	padding:5px 10px 5px 15px;
	margin-top:15px;
}
fieldset.submit {
	border:none;
}
legend {
	font-size:16px;
	color:#666;
	background:#fff;
	border-bottom:1px solid #666;
	margin-bottom:10px;
}
legend span {
	color:#000;
}
p.example {
	font-size:12px;
	color:#666;
	padding:3px 0;
}
p.directions {
	font-size:12px;
}
.emphasis {
	font-weight: bold;
	color:red;
}
p label {
	width:80px;
	float:left;
	text-align: right;
	padding:4px 0;
}
p a,
p a:visited,
p a:active {
	color:#dd8500;
	text-decoration: underline;
}
input {
	border:1px solid #333;
	padding:3px;
	margin:0 4px;
}
input.bt-continue {
	border:none;
}
div.error {
	color:red;
	padding:5px 0;
	font-size:13px;
}
