﻿label {}
li label {font-size: 100%; text-decoration: underline; cursor: pointer;}
select, input, textarea {font-size: 100%;}
label span label {font-size: 100%;}

.formerror li a {color: #EA1A39; text-decoration: underline;}
.formerror li a:link {color: #EA1A39; text-decoration: underline;}
.formerror li a:visited {color: #EA1A39; text-decoration: underline;}
.formerror li a:focus {color: #EA1A39; text-decoration: underline;}
.formerror li a:hover {color: #EA1A39; text-decoration: underline;}	
.formerror li a:active {color: #EA1A39; text-decoration: underline;}


/* ============================= ELEMENTS ============================= */

input.searchfield, input.field, input.field-supp, input.field-2, input.field-3, textarea {
	background: #FFFFFF;
	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.searchfield	{width: 196px; margin-right: 3px; padding-left: 2px;}
input.field			{width: 300px;}
input.register		{width: 160px; vertical-align: middle;}
body.content input.register {width: 128px;}
input.field-2		{width: 220px; background-color: transparent;}
input.halflength	{width: 115px;}
textarea			{width: 350px;}
input.btn-register	{vertical-align: middle; margin-left: 5px;}

select.menu {
	background: #F8F8F8;
	border-top: 1px solid #ccd7e2;
	border-right: 1px solid #859cb3;
	border-bottom: 1px solid #859cb3;
	border-left: 1px solid #ccd7e2;
	margin: 0;
	color: #333;
	}		

/* ============================= LAYOUT ============================= */

fieldset { border: none; width: 670px; margin: 0; padding: 0;}
fieldset.parent {}
fieldset fieldset { border: none; margin: 0; padding: 0; width: 670px;}
legend {
	margin: 0; 
	padding: 0;
	position: relative;
	}
legend span {
	display: block; 
	background: #3086c9; 
	background: #333; 
	color: #fff; 
	width: 662px; 
	padding: 3px 3px 4px 5px;
	margin: 0px 0px 0px 0px;
	}
fieldset fieldset fieldset legend span 
{
	background-color: #ccc;
	color: #666;
	font-weight: bold;
	}	
div.row {
	position:relative;
	z-index:1;
	width: 670px;
	background: #ccc;
	border-top: 1px solid #fff;
	background: url(../library/divider-news.png) repeat-y 0 0;
	padding: 3px 0 3px 0;
	}
	div.row:after {
		display: block;
		clear: both;
		content: ".";
		visibility: hidden;
		height: 0;
		}	
div.required {
	position: relative;
	z-index: 1;
	text-align: right;
	margin-bottom: -19px;
	background: none;
	border: none;
	width: 670px;
	}
div.last {
	background-color: transparent;
	padding: 5px 0 0 0;
	background-image: none;
	border-bottom: none;
	width: 670px;
	}

span.desc {float: left; display: block; width: 180px; padding: 3px 0px 4px 5px; text-align: right;}
span.element {float: left; display: block; width: 300px; padding: 1px 0 0 15px;}

span.button {padding-left: 200px;}
span.requiredinfo {display: block; color: #ccc; font-style: italic; padding: 0px 7px 0px 7px;}
strong.requiredinfo {color: #ff6600; font-size: 100%;}

/* Required indicators */
strong.required {
	color: #ff6600;
	}
div.row strong.required {
	position: absolute;
	left: 180px;
	top: 0;
	width: 1em;
	padding: 5px 5px 0px 7px;
	}
div.row fieldset strong.required {
	left: 178px;
	}	

/* Row nested fieldset */
div.row fieldset {
	border: none;
	margin: 0;
	padding: 0 0 0 180px !important;
	width: 490px;
	}

/*see ie.css*/

div.row legend span {
	position: relative;
	display: inline;
	float: left;
	text-align: right;
	width: 180px;
	margin-right: 15px;
	margin-left: -180px;
	background-color: transparent;
	color: #333;
	display: none;
	}
div.row .subrow {
	padding-bottom: 4px !important;
	}

div.row .subrow  legend span {
	display: block;
	font-weight :normal;
	position: absolute;
	}

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;
	}
	
	
	
	
	

/*===================================================================*/
/* --------------------------- 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: 10px;
	background-color: #f8dddd;
	border: solid 1px #ea1a39;
	}
div.formerror h3,
div.formsuccess h3 {padding-top: 0; padding-bottom: 0;}
div.formerror, 
div.formerror h3, 
div.formerror li, 
div.formerror p {
	color: #ea1a39;
	}
				
.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;}	
