@CHARSET "UTF-8";

/** instructions **/
#instructions {
	color: gray;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#instructions .box {
	min-height: 25px;
}

#instructions img {
	display: inline;
	padding: 1px;
	float: left;
	clear: left;
	vertical-align: middle;
}

#instructions span {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#instructions p{
	text-align: justify;
}

/** toolbar **/
#toolbar {
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	width: 100%;
	min-height: 16px;
	height: 100%;
}

#toolbar .submitbutton {
	float: right;
	margin-left: 5px;
	margin-top: 0px;
}


#toolbar img{
	border: 0 none;
    display: inline;
    float: right;
    margin: 0 0 0 2px;
    padding: 0;
}
	

/** file parameters **/
#file_parameters {
	padding-left: 30px;
}

/**** Answers ****/
#answers {
	width: 100%;
	padding: 10px 0px;
	margin: 10px 0px;
	border-bottom: 1px solid #E1E1E1;
}

#question {
	display: block;
	font-weight: bold;
}

.answer {
	padding-left: 15px;
	display: block;
}

/** Answers - type**/
.answer label {
	display: inline;
	font-weight: normal;
}

/** values label **/
.answer #values label {
	display: block;
	width: 100%;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid #E1E1E1;
	background-color: #F7F9FB;
}

/** Answers - type**/
.answer #values ul {
	list-style: none;
}

.answer #values ul li {
	height: 16px;
	margin: 1px 0px;
}

.answer #values input {
	margin-top: 4px;
}

.answer #values input,
.answer textarea {
	width: 395px;
}

.answer #values img {
	margin: 0px;
	margin-right: 0px;
	float: right;
}

.answer #values ul img {
	float: right;
	margin: 0px 3px 0px 0px;
	border: 0px;
	padding: 0px;
}

.answer #values form img {
	border: 0 none;
	float: right;
	margin: 5px 3px 0 0;
	padding: 0;
}

.feelinglabel {
	float: left;
	padding: 0 3px;
	text-align: center;
}

.fact {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 120px;
}

.mandatory {
	color: red;
}

/** form filling **/
.dataForm {
	width: 100%;
}

.dataForm img {
	margin-top: 5px;
	vertical-align: top; \
	float: left;
}

.dataForm span {
	margin-top: 5px;
	float: left;
}

.dataForm input {
	margin-top: 5px;
	float: left;
}

.filter {
	margin: 10px 0;
}
