.ratingitem:hover, .ratingitem:active, .ratingitem:visited {
	text-decoration: none;
}

.ratingitem img {
	width: 24px;
}

 h1, h2, h3, h4, p, a, span, .surveytitle, .answertext, .runner-content, .sectiontitle, .questiontitle, .sectionlabel, .matrixlabel, .errorMess, .sectiondesc, .introduction, .ipmframe, .compulsory, .optional, .ipmactionbuttonsmall, .answer, .ipmbackground2, .ipmactivesectiontab, .ipminactivesectiontab, .fileuploadtext, .smalleritalic, .disclaimertitle, .disclaimertext
 {
   font-family: inherit;
 }
 
 .input-group-addon {
 	height: 22px;
 	padding: 2px 12px;
 	font-size: 13px
 }
 
 p {
 	margin: 0;
 }
 
 .page {
 	background-color: #eee;
 }
 
 .confirmationlabel {
 	margin-left: 40px; cursor: pointer;
 }
 
.myleft { text-align:left; } 
.mycenter { text-align:center; } 
.myright { text-align:right; } 
.myfull { text-align:justify; }

.right-area {
	float: left; 
	padding-left: 20px; 
	padding-right: 30px;
	padding-bottom: 30px;
	margin-left: 10px;
	width: 290px;
	overflow: visible;
	display: block;
	background-color: #fff;
}

#runner-content {
	background-color: #eee;
}

.left-area {
 	float: left;  
	padding: 20px; 
 	width: 1000px;
	overflow: visible;
	display: block;
	background-color: #fff;
}

.linkstitle {
	color: #333;
	font-size: 16px;
    font-weight: bold;
	margin-top: 10px;
}

.shortname {
	color: #A6A6A6;
	font-size: 13px;
	font-weight: normal;
}

.surveytitle {
/* 	color: #787878; */
	font-size: 32px;
/*	font-weight: bold; */
	line-height: 32px;
}

.sectiontitle {
	color: #004F98;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: 2px solid #004F98;
	line-height: normal;
}

.section2 {
	font-size: 18px !important;
	border-bottom: 0px;
	margin-bottom: 5px;
}

.section3 {
	font-size: 16px !important;
	border-bottom: 0px;
	margin-bottom: 5px;
}

.section4, .section5, .section6, .section7 {
	font-size: 14px !important;
	border-bottom: 0px;
	margin-bottom: 5px;
}

.questiontitle {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
}

.questiontitle td {
	text-indent:0px;
}

.answertext {
	color: #333;
	margin-left: 5px;
	word-wrap: break-word;
	font-weight: normal;
	width: 100%;
}

.text {
	font-size: 14px;	
}

.text ol, .text ul {
	text-indent: 0px;
}

.questionhelp {
	color: #A6A6A6;
	font-size: 11px;
	margin-left:10px
}

.limits {
	margin-left:10px
}

.tab, .selected-tab, .form-tab {
	/*float: left;*/
	padding: 7px;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-top: 2px solid #999;
	font-size: 10pt;
	margin: 0px;
}

.info-box {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 1px solid #999;
	
	background-color: #FDF5D9;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 13px;
}

.tab {
	background-color: #f5f5f5;
	border-bottom: 1px solid #999;
}

.form-tab {
	background-color: rgb(212, 230, 247);
	color: rgb(45, 45, 45);
}

.selected-tab {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.visiblelink {
	text-decoration: underline;
}

.matrix {}
.matrixtable td, .matrixtable th {padding: 5px; padding-left: 10px; padding-right: 10px; border: 1px solid #bbb; min-width: 10px; width: auto;}
.matrix-cell {text-align: center;}

.tabletable {
	max-width: 95%;
}

.tabletable td, .tabletable th {border: 1px solid #bbb; padding: 0 4px 0 4px; word-wrap: break-word; }

.table-header {
	background-color: #eee;
}

.table-label {
	font-weight: bold;
}

.ratingtable td {border: 1px solid #bbb; padding: 5px 10px 5px 10px; font-size: 13px; word-wrap: break-word; }

.optional {
	visibility: hidden;
}

.questiontitle input[type=checkbox] {
	display: block;
	float: left;
	width: 35px;
	margin-left: -10px;
}

 .numbering { 
 	margin-right: 5px;  
 } 

.questiontitle td {
	vertical-align: top;
}

.validation-error {
	color: #f00; font-weight: bold;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 2px !important;
  font-size: 13px !important;

}

input[type="text"].freetext {
	width: 645px;
}

.tabletable input[type="text"] {
	width: 100%;
	height: 100%;
	margin: 0px !important;
	padding: 0px;
	border: 0px;
}

.tabletable textarea {
	width: 100% !important;
	/*height: 100% !important;*/
	margin: 0px !important;
	display: block;
	padding: 0px;
	border: none;
	 -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
       -moz-box-sizing: border-box; /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}

textarea.freetext {
	width: 645px;
}

.dataTable {

}

.survey-element {
	margin: 5px; 
	margin-top: 25px;
	max-width: 980px;
	overflow-x: auto;
}

.freetext, .number, .date, .matrixtable, .tabletable, .dataTable, .regex, .alignment-div, .input-group, .ratingtable {
	margin-left: 20px;
}

input[type="text"].number {
	width: 215px;
}

input[type="text"].date {
	width: 177px;
}

input.regex, textarea.regex {
	width: 430px !important;
}

input.email {
	width: 392px !important;
}

.multiple-choice {
	border: 1px solid #ddd; 
	display: inline-block;
	background-color: #fff;
	padding: 5px !important;
	max-height: 85px;
	width: auto;
	min-width: 200px;
	overflow-x: auto;
	cursor: pointer;
	margin: 0px;
}

.listbox a {
	text-decoration: none;
}

.single-choice {
	border: 1px solid #ddd; 
	display: inline-block;
	background-color: #fff;
	max-height: 85px;
	width: auto;
	min-width: 200px;
	overflow-x: auto;
	cursor: pointer;
	margin: 0px;
}

.possible-answer {
	list-style: none;
	padding: 1px !important; 
}

.possible-answer a {
	color: #666;
}

.possible-answer a:hover {
	text-decoration: none !important;	
}

.selected-choice {
	background-color: #bbb;
}

.elementtitle {
	cursor: default;
}

label {
	display: inline;
}

legend {
	display: none;
}

.pagebutton {
	background-color: #eee;
	color: #777;
	padding: 0px;
}

.pagebutton a {
	padding: 0px;
	text-decoration: none;	
	color: #777;
}

.matrixtable tr:first-child {
	text-align: center;
}

.tabletable tr:first-child {
	text-align: center;
}

.morebutton, .lessbutton {
	margin-left: 5px;
}