
fieldset {
	border: 0px none;
}

div.multislider {
	clear:both;
	padding-top: 10px;
}

div.multiradio {
	clear:both;
	padding-top: 10px;
}

.sortableList{
	padding-left: 15px;
}

.sortableList{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	margin-right: 10px;

	padding:10px;
	padding-top: 3px;

	background-color: #FFF;
	background-image: url(/img/surveys/grey_gradient.jpg);
	background-repeat: repeat-x;

	min-height: 150px;
}

ol.sortableList li{
	margin-left: 20px;
}

.sortableList li{
	margin-top: 7px;
	padding: 2px;
	line-height: 12px;
	background-color: #FAFAFA;
}

div.listgroups{
	clear: both;
	padding-top: 15px;
}

div.listgroups ol.sortableList{
	list-style-position: outside;
	padding-left: 20px;
}

div.sortableListGroup{
	float: left;
	margin-bottom: 10px;
}

span.sortableListNote{
	font-size: 10px;
	font-style: italic;
}

div.sortableListGroup label{
}


.sortableList li{
	cursor: pointer;
}

ol li{
	list-style-type: decimal;
}

textarea, input {
	font-family: Arial, Verdana, sans-serif;
}

.multi_checkbox{

}

.multi_checkbox_item{
	clear: both;
}

.multi_checkbox_field{
	float:left;
}

.multi_checkbox_label{
}

.survey-slider, .survey-slider-bar, .survey-slider-handle {
	border: 0;
	padding: 0;
	margin: 0;
}
.survey-slider {
	width: 300px;
	background: url(/img/surveys/slidebar/bg.gif) no-repeat -300px 10px;
}
.survey-slider-bar {
	width:300px;
	height:40px;
	background: url(/img/surveys/slidebar/track.png) no-repeat 0px 20px;
	/*behavior: url(/css/surveys/iepngfix.htc);*/
}
.survey-slider-handle {
	width:40px;
	height:40px;
	cursor:move;
	background: url(/img/surveys/slidebar/gripper.gif) no-repeat 5px 10px;
}
.survey-slider-label {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
.survey-slider-label-outer {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

div.slider>label{
	padding-top:19px;
}

table.multi_radio{
	margin-left: 40px;
	width: 550px;
}
table.multi_radio tr.altrow td{
	background: #F6F6F6;
}
table.multi_radio th{
	background: #EEE;
	border: 0px;
	border-bottom: 1px solid #333;
}
table.multi_radio th.group_title{
	width: 12%;
	text-align: center;
}
table.multi_radio td{
	text-align: center;
}
table.multi_radio td.option_title{
	text-align: left;
	font-weight: bold;
}


div.message {
	font-size: 140%;
	color: #900;
	font-weight: bold;
	margin: 8px 0px;
}
p.error, div.error-message {
	color: #900;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	color: #003d4c;
}