<style type="text/css" media="all">
body{
	background: #FFFFFF;
}

.form_table{
	width: 250px;
	text-align: center;
	margin:auto;
	border: none;
	background: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}

.form_table a{
	color: #0000FF;
}

.outside a{
	color: #0000FF;
}

.form_table a:visited{
	color: #9900CC;
}

.outside a:visited{
	color: #9900CC;
}

.form_shadow_top{
	display: none;
}

.form_shadow_bottom{
	display: none;
}

.segment_header{
	margin: 1px;
	padding: 22px 0 18px 0;
	color: #FFFFFF;
	background: none;
	width: auto;
	background-repeat: repeat;
}

.q{
	padding: 3px;
	margin-bottom: 1px;
	margin-left: 1px;
	float: left;
	display: block;
	width:250px;
}

.q .question{
	font-weight: bold;
}

.q .left_question_first{
	width: 15em;
}

.required .icon{
	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 14px;
}

.q .text_field{
	border: 1px solid #999999;
	color: #000000;
	margin: 1px 0;
	padding: 2px 1px;
	background: #FFFFFF url(/images/field_bg.png) top left;
}

.q .file_upload{
	background: #F4F4F4;
	border: 1px solid #999999;
	color: #000000;
	margin-top: 1px;
}

.q .file_upload_button{
	margin-top: 2px;
	border-color: #999999;
	clear: left;
}

.q .file_upload_button:hover{
	border-color: #444444;
}

.q .inline_grid td{
	padding: 5px;
	vertical-align: baseline;
}

.q .drop_down{
	background: #F4F4F4;
	border: 1px solid #999999;
	color: #000000;
	margin: 1px 0;
	padding: 1px;
}

.q .matrix th{
	color: #FFFFFF;
	background: #000099;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.q .matrix td{
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

.q .matrix td.question{
	border-right: 1px solid #DDDDDD;
	font-weight: normal;
}

.q .matrix .multi_scale_sub th{
	font-weight: normal;
	border-top: 1px solid #DDDDDD !important;
	background: #000099;
}

.q .matrix .multi_scale_break{
	border-right: 1px solid #DDDDDD;
}

.q .matrix_row_dark td{
	color: #000000;
	background: #F9F9F9;
}

.q .matrix_row_dark td.question{
	color: #000000;
	background: #F9F9F9;
}

.q .matrix_row_light td{
	color: #000000;
	background: #F0F0F0;
}

.q .matrix_row_light td.question{
	color: #000000;
	background: #F0F0F0;
}

.q .rating_ranking td{
	padding: 5px;
}

.q .scroller{
	border: 1px solid #CCCCCC;
}

.highlight{
	background: #CCCCFF;
}

tr.highlight td{
	background: #CCCCFF !important;
}

.outside{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.outside_container{
	width: 250px;
	padding: 1em 0;
	text-align: center;
	margin:auto;
	color: #000000;
	
}

.outside_container .submit_button{
	color: #FFFFFF;
	background: url(/images/blue_short.png);
	border-style: outset;
	border-width: 3px;
	border-color: #FFFFFF;
	padding: 5px 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bolder;
	font-size: 16px;
	cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

}

.outside_container .submit_button:hover{
	border-color: #F00;
}

.outside_container .progress_bar{
	background: none;
	margin: 0;
}

</style>