label{
	cursor: default;
}

.ITE_block{
	width: 98%;
	padding: 0px 8px 8px 8px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: rgb(241,241,241);
	border: 1px solid rgb(227,227,227);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* ******************************* */
/****** General infos definition part ******/
/* ****************************** */
#generalInfos{
	height: 360px;
	min-width: 750px;
}

#generalInfos input[type="text"], input[type="password"], textarea {
	width: 320px;
}

#ITE_block_innerContainer{
	margin: 0px auto;
	width: 700px;
}

#ITE_block_innerContainer em{
	color: red;
}

#ITE_block_first{
	float: left;
	margin-right: 20px;
}

#ITE_block_second{
	float: left;
}

/* **************************** */
/****** Structure definition part *****/
/* ************************** */
#structInfos {
	height: 520px;
	min-width: 950px;
}

#optionsArea{
	position: relative;
	top: 40px;
	width: 300px;
	left: 10px;
	float: left;
}

#colsDefArea{
	border: 1px solid rgb(227,227,227);
	width: 130px;
	text-align: center;
	line-height: 25px;
	position: relative;
	left: 150px;
	height: 50px;
}

#colsDefArea input{
	text-align: center;
	color: black;
	float: left;
	margin: 0px 10px 0px 10px;
}

#lessCols{
	width: 14px;
	float: left;
}

#moreCols{
	width: 14px;
	float: left;
}

#colsPosArea{
	border: 1px solid rgb(227,227,227);
	width: 220px;
	text-align: right;
	line-height: 25px;
	position: relative;
	left: 60px;
	padding-top: 5px;
}

#optionsArea p{
	width: 280px;
	text-align: right;
	padding-top: 4px;
}

#previewArea{
	height: 420px;
	width: 560px;
	position: relative;
	left: 30px;
	float: left;
}

.ITE_preview_block_clickable, .ITE_preview_block_unclickable {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	text-align: center;
	font-size: 11px;
}

.ITE_preview_block_unclickable{
	background: rgb(221,238,246);
	border: 1px solid rgb(0,128,255);
}

.ITE_preview_block_clickable {
	background: rgb(220,220,220);
	border: 1px solid rgb(170,170,170);
	cursor: pointer;
}

/* ***************** */
/***** Answer part *****/
/* **************** */
#answerContainer{
	visibility: hidden;
}