/* Get Started section
***************************************************************************************************/
input.error, textarea.error {
	background-color: #FFDFDF;
}
.formError {
	background-color: #FFDFDF;
	border: solid 1px #F00;
	padding: 5px;
	font-size: 12px;
	background-image: url(/images/iconError.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 27px;
	display: none;
}
.form1Column {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.form1Column li {
	border-bottom: solid 1px #ddd;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
}
.form1Column li.last {
	margin: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.form1Column label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.form1Column select {
	display: block;
}
.form1Column input {
}
.form1Column input[type="text"] {
	height: 15px;
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form1Column textarea {
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form1Column .required {
	background-image: url(/images/iconRequired.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.form1Column li.error {
	background-image: url(/images/iconRequiredError.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.form1Column #ctl01_ImageButton1 {
	margin-top: 10px;
}
.form2Column {
	margin: 0 0 0 -20px;
	padding: 0;
	font-size: 12px;
}
fieldset {
	border: solid 1px #ddd;
	padding: 20px;
	background-color: #F1F3F2;
}
fieldset ul {
	margin-bottom: 0;
}
.form2Column li {
	border-top: solid 1px #ddd;
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 3px 0 0 0;
	width: 298px;
	min-height: 55px;
}
.form2Column li.ext {
	min-height: 65px;
}
.form2Column label {
	display: block;
	font-weight: bold;
	line-height: 1em;
}
.form2Column label.alt {
	height: auto;
}
.form2Column label span {
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.form2Column select {
	display: block;
}
.form2Column input {
}
.form2Column .textbox {
	height: 18px;
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form2Column .required {
	background-image: url(/images/iconRequired.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.form2Column li.error {
	background-image: url(/images/iconRequiredError.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.form2Column input[type="text"] {
	height: 15px;
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form2Column textarea {
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form2Column #ctl01_ImageButton1 {
	margin-top: 10px;
}
fieldset img[alt="Ajax Loader"] {
	display: none;
	position: relative;
	top: -10px;
	left: 10px;
}
#fsDeliverMethod li {
	width: 280px;
	float: left;
	list-style: none;
	margin-left: 0;
}
#fsDeliverMethod li:first-child {
	margin-right: 20px;
	padding-right: 20px;
	border-right: solid 1px #ccc;
}
#fsDeliverMethod img[alt="Icon"] {
	float: left;
	margin-right: 10px;
}
#fsDeliverMethod label {
	font-weight: bold;
}
fieldset img[alt="Ajax Loader"] {
	display: none;
	position: relative;
	top: -10px;
	left: 10px;
}
#divBodyCopy {
	width: 700px;
	min-height: 300px;
}
#divSecondaryContent {
	height: 210px;
}
/* Trial Selection
***************************************************************************************************/
#trial1 span.label {
	display: block;
	text-transform: uppercase;
	font-size: 9px;
}
#trial1 .curveTopLeft {
	border: none;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
}
#trial1 .curveBottomLeft {
	border: none!important;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#trial1 .curveTopRight {
	border: none;
	border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
}
#trial1 td.span {
	text-align: center;
	text-transform: uppercase;
	border-left: solid 1px rgba(255, 255, 255, .5);
	background-image: url(/images/cellSpanBg.png);
	background-position: bottom;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
#trial1 td.first, #trial1 th.first {
	border-left: none;
}
#trial1 h2 {
	font-size: 18px;
}
#trial1 img.badge {
	margin: 0 auto;
}
#trial1 table {
	width: 940px;
	line-height: 1.2em;
	margin-bottom: 0;
}
#trial1 table th {
	text-align: center;
	padding: 0 10px 0 10px;
	width: 120px;
	height: 50px;
	font-size: 13px;
	white-space: normal;
	vertical-align: middle;
	background-image: none;
	background-color: #444;
	text-shadow: #000 0 1px 0;
	border-left: solid 1px #666666;
	line-height: 1.3em;
}
#trial1 th[scope="row"] {
	background-image: none;
	white-space: normal;
	background-color: #e4f6ce;
	text-align: left;
	color: #333;
	text-shadow: #fff 0 1px 0;
	border: none;
	border-bottom: solid 1px #b5de83;
	font-size: 11px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
}
#trial1 table th[scope="col"] a {
	color: #fff;
	text-decoration: none;
}
#trial1 table th[scope="col"] a:hover {
	text-decoration: underline;
}
#trial1 table th[scope="col"]:hover {
	background-color: #555;
}
#trial1 thead td {
	border: none;
	background-color: transparent;
}
#trial1 td.empty {
	border: none;
	background-color: transparent;
}
#trial1 td.icon {
	text-align: center;
	padding: 7px;
}
#trial1 td span.display {
	text-align: center;
}
#trial1 a.button {
	display: block;
	text-indent: -9999px;
	background-image: url(/images/btnTryNowSm.gif);
	width: 86px;
	height: 26px;
	margin: 0 auto;
}
#trial1 a.button:hover {
	background-position: bottom;
}
#trial2 {
	background-image: url(/images/trial1Bg.jpg);
	background-repeat: no-repeat;
	height: 216px;
	margin-bottom: 20px;
}
#trial2 #trialProvider, #trial2 #trialIT {
	float: left;
	height: 161px;
	padding: 55px 0px 0px 20px;
	width: 330px;
}
#trial2 #trialProvider p, #trial2 #trialIT p {
	color: #fff;
	margin: 0px 0px 60px 125px;
	width: 180px;
}
#trial2 #trialProvider .btn a {
	background-image: url(/images/btnTrialProvider.gif);
	display: block;
	height: 40px;
	text-decoration: none;
	width: 309px;
}
#trial2 #trialProvider .btn a:hover {
	background-image: url(/images/btnTrialProviderOver.gif);
}
#trial2 #trialProvider .btn a span, #trial2 #trialIT .btn a span {
	visibility: hidden;
}
#trial2 #trialIT .btn a {
	background-image: url(/images/btnTrialIT.gif);
	display: block;
	height: 40px;
	text-decoration: none;
	width: 309px;
}
#trial2 #trialIT .btn a:hover {
	background-image: url(/images/btnTrialITOver.gif);
}
#trial3 {
	background-color: #000;
	background-image: url(/images/trial3Bg.gif);
	background-repeat: no-repeat;
	padding: 20px;
}
#trial3 > p {
	color: #fff;
}
#trial3 h3 {
	margin-top: 0;
}
/* Demo Section
***************************************************************************************************/

#vids {
	float:left;
	clear:both;
}
#anchorNav {
	width:600px;
	background:#e4f6cb;
	padding:20px;
	float:left;
}
#anchorNav sup {
	font-size:9px;
}
#anchorNav ul {
	display:block;
	padding:0;
	margin:0 5px;
	width:280px;
	float:left;
}
#anchorNav li {
	font-size:14px;
	list-style-image:url(/images/iconVid.gif);
	padding:2px 4px;
	margin:0 20px 0 30px;
	width:270px;
}
