body {
	background: #ececec;
}

form.formular, .validationEngineContainer {
	font-family: tahoma, verdana, "sans-serif";
	/*font-size: 12px;
	padding: 20px;
	border: 1px solid #A5A8B8;
	width: 300px;
	margin: 0 auto;*/
}
.formular fieldset {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #B5B8C8;
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	display:block;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input,.formular select,.formular textarea {
	/*display: block;  /* this breaks relative positioning */
	margin-bottom: 5px;
}

.formular .text-input {
	/*width: 250px;*/
	color: #555;
	font-size: 14px;
	margin-top: 4px;
}

.formular textarea {
	width: 450px;
	height: 70px;
	color: #555;
	padding: 4px;
/*	border: 1px solid #B5B8C8;*/
	font-size: 14px;
	margin-top: 4px;
	/*background: #FFF repeat-x;*/
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox, .formular .radio {
	display: inline;
}

.formular .submit {
	
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

.formular input[data-prompt-position="inline"] {
	display: inline;
}

.footnote {
	font-size: 11px;
	color: #666;
	font-style: italic;
}

.prompt-target {
	border: 1px dotted #666;
	min-height: 21px;
}

.inline-prompts label>span{
	display: inline-block;
	width: 250px;
}

.inline-prompts .text-input+.formError{
	margin-left: 10px;
}

.prompt-summary .inline {
	display: block;
}

/*Register Page*/
.label_name {
	width:158px;
	text-align:right;
	float:left;
	padding-top:5px;
}
.label_name_right {
	width:110px;
	text-align:right;
	float:left;
	padding-top:5px;
}
.field_name {
	width:193px;
	float:left;
	text-align:left;
	margin-left:10px;
}
.register_row {
	float:left;
	width:735px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:5px;
}
input[type='text'] {
	background:fff;
	border:2px solid #ffde85;
/*	width:168px;*/
	width:157px;
	height:30px;
	border-radius:.5em;
	padding-left:10px;
}
input[type='password'] {
	background:fff;
	border:2px solid #ffde85;
	width:128px;
	height:30px;
	border-radius:.5em;
	padding-left:10px;
}
.login_form input[type='text']
{
	border-radius:0px;
}
select {
	background:fff;
	border:2px solid #ffde85;
	width:178px;
	height:30px;
	border-radius:.5em;
	padding:5px;
}
/*textarea {
	background:fff;
	border:2px solid #ffde85;
	width:350px;
	height:150px;
	border-radius:.5em;
	padding:5px;
}*/
input[type='button'] {
	background: none repeat scroll 0 0 #FFDE85;
	border: 0 none;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 165px;
	padding: 5px 10px;
	text-align: center;
	cursor:pointer;
}
input[type='button'].logout_btn {
	background: none repeat scroll 0 0 #522101;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	margin-left: 788px;
	margin-top: -2px;
	width: 50px;
	border-radius:0px;
	padding:0px;
}
.quiztext a
{
	color:#000000;
}


/*  end registration */