body{
	font-family: arial,helvetica,sans-serif;
	background-color: #ffffff;
	color: #000000;
 
	margin-right: 5%;
	margin-left: 5%;
	font-size: small;
}

p{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}

div.Titles{
	padding: 0.5em;;
	text-align: center;
	color: #000000;
}

button{
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	display: inline;
}


div.StdDiv{
	background-color: #e8f7ff;
	text-align: center;
	font-size: 100%;
	color: #000000;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	margin-bottom: 1px;
}


input, textarea{
	font-family: arial,helvetica,sans-serif;
	font-size: 120%;
}

select{
	font-size: 100%;
}

div.Feedback {
	background-color: #ffffff;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	color: #000000;
	position: absolute;
	display: none;
	font-size: 100%;
}

/* JCloze styles */

div.ClozeBody{
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 2.0
}

.FuncButton {
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	display: inline;
	
	text-align: center;
	border-style: solid;

	border-left-color: #ecffec;
	border-top-color: #ecffec;
	border-right-color: #6c7f6c;
	border-bottom-color: #6c7f6c;
	color: #000000;
	background-color: #e8f7ff;

	border-width: 2px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}