﻿div.formerror label {
	text-decoration: underline; 
	cursor: pointer;
	}
li label,
select, 
input, 
textarea,
label span label {
	font-size: 100%;
	}

/* ============================= ELEMENTS ============================= */

input.field, input.field-supp, input.field-2, input.field-3, textarea {
	background: #fff;
	border-top: 1px solid #727272;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #727272;
	background-color:#fff;
	color: #333;
	}
input.field			{width: 260px;}
input.field-2		{width: 220px; background-color: transparent;}
input.halflength	{width: 195px;}
input.short			{width: 70px;}
input.veryshort		{width: 25px;}
textarea			{width: 320px;}
input.register-field	{vertical-align: middle; width: 190px;}
input.btn-register	{vertical-align: middle; margin-left: 5px;}

select.menu {
	background: #fff;
	border-top: 1px solid #dedede;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #727272;
	border-left: 1px solid #dedede;
	margin: 0;
	color: #333;
	}		

/* ============================= LAYOUT ============================= */

.form {
	padding: 5px 5px 5px 6px;
	border-top: 1px solid #ccc;
	background: url(../library/bg-filter-bottom-2.png) no-repeat bottom left #fff;
	}

fieldset { border: none; /*width: 528px;*/ margin: 0; padding: 0; }
fieldset.parent {}
fieldset fieldset { border: none; margin: 0; padding: 0; width: 528px;}
.con-supp-1 fieldset {width: 260px;}
legend {
	margin: 0; 
	padding: 0;
	position: relative;
	}
legend span {
	display: block; 
	background: #d5d5d5;
	color: #000; 
	width: 520px; 
	padding: 3px 3px 4px 5px;
	margin: 0px 0px 0px 0px;
	}
.con-supp-1 legend span {width: 253px; padding-left: 7px;}
div.row {
	position:relative;
	z-index:1;
	width: 528px;
	border-top: 1px solid #fff;
	background-color: #eee;
	padding: 3px 0 3px 0;
	}
	div.row:after {
		display: block;
		clear: both;
		content: ".";
		visibility: hidden;
		height: 0;
		}
	.con-supp-1 div.first {}		
	.con-supp-1 div.row {width: 266px;}	
			
div.required {
	position: relative;
	z-index: 1;
	text-align: right;
	margin-bottom: -23px;
	background: none;
	border: none;
	width: 528px;
	}
div.last {
	background-color: transparent;
	padding: 5px 0 0 0;
	background-image: none;
	border: none;
	width: 528px;
	}
div.row-text 
{
	padding: 2px 5px 5px 7px;
	}
	
	.con-supp-1 div.last {width: 266px; padding: 0}

.con-main span.desc {float: left; display: block; width: 170px; padding: 3px 0px 3px 5px; text-align: right; color: #666;}
.con-main span.element {float: left; display: block; padding: 2px 0 0 15px;}

.con-supp-1 span.desc {width: 50px;}
.con-supp-1 span.element {padding-left: 7px;}

span.button {padding-left: 185px; padding-top: 5px; display: block;}
.con-supp-1 span.button {padding: 5px; display: block; text-align: right;}
span.requiredinfo {display: block; color: #666; font-style: italic; padding: 0px 7px 0px 7px;}
strong.requiredinfo {color: #ed1c24; font-size: 100%;}

/* Required indicators */
strong.required {
	color: #ed1c24;
	}
div.row strong.required {
	position: absolute;
	left: 170px;
	top: 0;
	width: 1em;
	padding: 5px 5px 0px 7px;
	}
div.row fieldset strong.required {
	left: 168px;
	padding-top: 2px;
	}	

/* Row nested fieldset */
div.row fieldset {
	border: none;
	margin: 0;
	padding: 0 0 0 170px !important;
	width: 340px;
	}

/*see ie.css*/

div.row legend span {
	position: relative;
	display: inline;
	float: left;
	text-align: right;
	width: 170px;
	margin-right: 15px;
	margin-left: -170px;
	background-color: transparent;
	color: #666;
	}
div.row div.row {
	float: left;
	width: auto;
	display: inline;
	min-height: 1em;
	padding: 0 5px 0 0;
	}
div.row div.row:after {
	display: none;
	clear: none;
	}
div.row div.row label span.element {
	float: none;
	display: block;
	width: auto;
	}
div.row div.row span.desc {
	position: absolute;
	left: -999999px;
	}
div.row div.checkbox {
	width: 340px;
	padding-left: 15px;
	clear: both;
	}
div.row div.checkbox p {	
	padding-left: 24px;
	font-style: italic;
	}
	
div.row div.checkbox span,
div.row div.checkbox img {
	float: left;
	}
div.row div.checkbox span {
	padding: 3px 0px 0px 0px;
	display: block;
	}			
div.row div.checkbox img {
	margin: 4px 0px 5px 5px;
	}
div.row div.checkbox span.text {
	padding: 3px 0px 5px 5px;
	display: block;
	}	
		
	

/*===================================================================*/
/* --------------------------- VALIDATION -------------------------- */
/*===================================================================*/

span.error {
	display: block;
	width: 492px; 
	padding: 0px 0px 10px 5px;
	font-size: 85%;
	}
.error-summary ul {padding: 0; margin: 0;}

div.detail-results span.error, 
div.detail-frequency span.error {
	width: 343px;
	}
div.formerror,
div.formsuccess {
	padding: 5px 0 0 7px;
	margin-bottom: 5px;
	background-color: #fcd2d3;
	border: solid 1px #ed1c24;
	}
div.formerror h3,
div.formsuccess h3 {padding-top: 0; padding-bottom: 0;}
div.formerror, 
div.formerror h3, 
div.formerror li, 
div.formerror p {
	color: #ed1c24;
	}
		
div.formerror p {
	margin-bottom: 0;
	}
				
.formerror ul {padding-top: 0; margin-top: 0;}	
div.formsuccess	{
	background-color: #c9eed4;
	border-color: #207d0f;
	}	
div.formerror h3 {background-image: none; background-color: transparent; padding: 0; margin: 0; font-weight: bold;}	
div.formsuccess h3 {color:#207d0f;}	
	
div.error span.desc {
	 color: #ed1c24;
	}



/* Submission form */

div.wide span.desc {
	float: none;
	width: auto;
	display: block;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	}

div.wide span.element {
	float: none;
	width: auto;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	}

div.wide textarea {
	width: 500px;
	}


div.last {
	text-align: right;
	}


.ui-accordion {
	padding: 0 !important;
	margin: 0 !important;
	}

.ui-accordion li {
	padding: 0 !important;
	background-image: none !important;
	}

.ui-accordion-header {
	background: #eee url(../library/icn-link-1.gif) no-repeat 5px 50%;
	padding: 5px 10px 5px 27px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	cursor: pointer;
	}

.ui-accordion h2.selected {
	background: #f2d8df url(../library/icn-link-4-down.png) no-repeat 5px 50%;
	padding: 5px 10px 5px 27px;
	border-top: solid 1px #e5b4c1;
	border-left: solid 1px #e5b4c1;
	border-bottom: solid 1px #e59eb1;
	border-right: solid 1px #e59eb1;
	}