
/* - - - Custom Theme - - - */

#formcontainer #form9 ul li {
	background: none !important;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 8px;
	width: 90%;	
}

/* Backgrounds */
#formcontainer, body.embed{
	background-color:#FFFFFF;
}
.freeform input.text, .freeform textarea.textarea{
	background:#FFFFFF url(/images/fieldbg.gif) repeat-x top;
}
.freeform .focused{
	background-color:#FFF7C0;
}
.freeform .instruct{
	background-color:#F5F5F5;
}

/* Borders */
#formcontainer{
	border:0px solid #CCCCCC;
}
.freeform .info{
	border-bottom:1px dotted #CCCCCC;
}
.freeform .section{
	border-top:1px dotted #CCCCCC;
}
.freeform input.text, .freeform textarea.textarea{
	border:;
}
.freeform .instruct{
	border:1px solid #E6E6E6;
}

/* Typography */
.freeform .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.freeform .info div{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.freeform .section h3{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.freeform .section div{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}

.freeform .graph h3{
	color:#000000;
}
.freeform .footer{
	color:#000000;
}
.freeform .footer span{
	color:#444444;
}


.freeform label.desc{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.freeform li div, .freeform li span, .freeform li div label, .freeform li span label{
	font-family:inherit;
	color:#444444;
}
.freeform label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.freeform input.text, .freeform textarea.textarea, .freeform select.select{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.freeform .instruct{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.altInstruct .instruct, .freeform li.leftHalf .instruct, .freeform li.rightHalf .instruct{
	color:#444444;
	background:none;
	border:none;
	font-size:9px;
}
.freeform input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}
.freeform li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:#000000;
}
.freeform li.focused div, .freeform li.focused span, .freeform li.focused div label, .freeform li.focused span label{
	font-family:;
	color:#000000;
}

.confirm h2{
	font-family:inherit;
	color:#444444;
}

/* Likert Backgrounds*/

.likert table{
	background-color:#FFFFFF;
}
.likert thead td, .likert thead th{
	background-color:#e6e6e6;
}
.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#f5f5f5;
}

/* Likert Borders */

.likert table, .likert th, .likert td{
	border-color:#dedede;
}
.likert td{
	border-left:1px solid #cccccc;
}

/* Likert Typography */

.likert caption, .likert thead td, .likert tbody th{
	color:#444444;
	font-family:inherit;
}
.likert label{
	color:#565656;
	font-family:inherit;
}
.likert caption, .likert tbody th{
	font-size:95%;
}

/* Likert Hover */

.likert tbody tr:hover td, .likert tbody tr:hover th, .likert tbody tr:hover label{
	background-color:#FFF7C0;
	color:#000000;
}
.likert tbody tr:hover td{
	border-left:1px solid #ccc69a;
}
