﻿	.note {
		position:absolute;
		width:98%;
/*		height:350px;*/
		background:#eeeeee;
		left:0px;
		top:100px;
		display:none;
	    border: 2px solid #7481bf;
	}
	.note .note-title {
		font-size:16px;
		font-weight:bold;
		padding:20px 30px 20px 30px;
	}
	.note .note-body {
		overflow: auto;
/*		height:200px;*/
		border: 1px solid #cccccc;
		border-width: 1px 0px;
		padding:15px 30px;
	}
	.note p {
		font-size:13px;
		padding-bottom:10px;
	}
	.note .note-action {
		text-align:center;
		padding:20px 30px 20px 30px;
		font-size:16px;
		font-weight:bold;
	}
	.note-submit {
	  background: linear-gradient(to bottom, #b3badc 0%, #7481bf 100%);
	  border-radius: 8px;
	  botder-color:#ffffff;
	  border-width:1px;
	  padding:6px 25px;
	  color:#ffffff;
	  outline:none;
	}
	
	#content .feedback table td {
    width: auto; 
}
	#content .feedback table th {
	white-space: normal;
}

	#content .content .jslider table td {
    border: none;
    padding: 0;
}
	.understar {
	font-size:11px;
	}
	.jslider .jslider-label,
	.jslider .jslider-value {
    font-size: 12px;
	}
	
	#content .content table.results {
    font-size: 13px;
}	
	.feedback,
	#result {
	max-width:1000px;
	}

