@CHARSET "UTF-8";

/** defining questions **/
#defineQuestions {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #E1E1E1;
}

#defineQuestions .answer {
	padding-left: 30px;
}

#defineQuestions .answer #values input,#defineQuestions .answer textarea,#defineQuestions #question input
	{
	width: 350px;
}

#defineQuestions .highlightedPanel #question input {
	font-weight: bold;
}

#defineQuestions li,#defineQuestions ul {
	margin: 0px;
	border: 0px;
	padding: 0px
}

#defineQuestions label {
	display: block;
	font-weight: bold;
}

/** colapsing defined question **/
.highlightedPanel,.nonhighlightedPanel {
	padding: 10px 0px;
}

.highlightedPanel {
	background-color: #F7F9FB;
}

.colapse {
	height: 11px;
	border: 0px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}

/** newQuestion **/
.newQuestionForm {
	margin-top: 10px;
}

.newQuestionForm input[type=text] {
	width: 380px;
}

.newQuestionForm select {
	width: 385px; /** Just for same look as input [text]**/
}

.imageRight,
.newQuestionForm img {
	border: 0 none;
	float: right;
	margin: 1px 3px 0 0;
	padding: 0;
}