﻿label {}
li label {font-size: 100%; text-decoration: underline; cursor: pointer;}
select, input, textarea {font-size: 100%;}
label span label {font-size: 100%;}

.form {
	border-top: 3px solid #dadada;
	background-position: 0 1px;
	}

/* ============================= ELEMENTS ============================= */

.con-main input.field, 
.con-main 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;
	}

.con-main input.field		{width: 280px;}
.con-main input.halflength	{width: 140px;}
.con-main input.short		{width: 70px;}
.con-main input.twochars	{width: 14px;}
.con-main input.fourchars	{width: 28px;}
.con-main input.eightchars	{width: 56px;}
.con-main textarea			{width: 280px;}

.con-main 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 ============================= */

legend span {
	display: block; 
	color: #000; 
	font-weight: bold;
	padding: 6px 3px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
.con-main div.row {
	position:relative;
	z-index:1;
	background: url(../library/divider.gif) no-repeat top left;
	padding: 5px 0 4px 0;
	}
.con-main div.row:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}	
.con-main div.required {
	text-align: right;
	background: none;
	border: none;
	margin-top: -30px;
	}
.con-main div.last {
	background-color: transparent;
	padding: 10px 0 0 0;
	background-image: none;
	border-bottom: none;
	}

.con-main span.desc {float: left; display: block; width: 150px; padding: 3px 0px 4px 5px; text-align: right;}
.con-main span.value {float: left; display: block; width: 300px; padding: 3px 0 4px 15px; color: #000;}
.con-main span.element {float: left; display: block; width: 300px; padding: 1px 0 0 15px;}
.con-main span.element span.text {float: left; display: block; padding: 3px 0 0 2px;}

.con-main span.button {padding-left: 165px;}
.con-main span.requiredinfo {width: 180px; font-weight: normal; font-style: italic; padding: 0px 7px 5px 7px;}
.con-main strong.requiredinfo {color: #ff1717; font-size: 100%;}

.cvv .card-img {
	position: absolute;
	margin-left: 5px;
	top: 5px;
	left: 208px;
	}
.cvv .card-img img {
	height: 19px;
	}	
.cvv .tip {
	font-size: 10px;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 250px;
	width: 360px;
	font-family: Arial;
	}

/* Required indicators */
strong.required,
.requiredinfo strong {
	color: #ff1717 !important;
	}
div.row strong.required {
	position: absolute;
	left: 153px;
	top: 0;
	width: 1em;
	padding: 10px 5px 0px 7px;
	}
div.row fieldset strong.required {
	left: 152px;
	padding: 3px 0 0 0;
	}	

/* Row nested fieldset */
div.row fieldset {
	border: none;
	margin: 0;
	padding: 0 0 0 150px !important;
	width: 391px;
	}

/*see ie.css*/
 
div.row legend {
	height: 1em;
	overflow: visible;
	}
.extra-height {
	height: 40px;
	}	

div.row legend span {
	position: absolute;
	display: inline;
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 15px;
	margin-left: -145px;
	background-color: transparent;
	color: #605751;
	border: none;
	font-weight: normal;
	padding-top: 4px;
	}
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,
div.row fieldset span.element {
	float: none;
	display: block;
	width: auto;
	}
div.row fieldset span.element {
    padding-top: 0;
    margin-top: -6px;
    }
div.row fieldset span.element label {
    line-height: 1;
}    	
div.row div.row span.desc {
	position: absolute;
	left: -999999px;
	}
	
/* Other */
#options {
	width: auto;
	margin-bottom: 0;
	}
#options td {
	padding: 0;
	border: none;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #fff;
	background-color: transparent;
	}

/* checkbox */

.checkbox label {
	padding-left: 5px;
	}

.indent {
	padding-left: 165px;
	}

/* row groups */

.subrow {
	float: left;
	width: auto;
	}
.subrow span.element {
	float: none;
	width: auto;
	padding-left: 5px;
	}
.firstsubrow span.element {
	padding-left: 15px;
	}

.subrow .desc {
	position: absolute;
	left: -9999px;
	}

.subrow input.standardlength {
	width: 175px;
	}
	
.subrow input.shortlength {
	width: 35px;
	}
	
.row input.shortlength {
	width: 35px;
	}

/*===================================================================*/
/* --------------------------- VALIDATION -------------------------- */
/*===================================================================*/

div.formerror {
	background: url(../library/bg-error.png) no-repeat 55px 15px;
	}
div.formerror,
div.formsuccess {
	padding: 0px 0 15px 0px;
	margin: -3px 0 5px -10px;
	border-bottom: solid 3px #dadada;
	border-top: solid 3px #ff9700;
	background-color: #fdebcb;
	}	
div.formerror strong {
	display: block;
	padding: 7px 0 5px 0px;
	}
div.formerror strong,
div.formerror h3,
div.formerror p,
div.formerror ul {
	margin-left: 180px;
	color: #790900 !important;
	}
div.formerror a { 
	text-decoration: underline;
	color: #790900 !important;
	}
	
/* Autosuggest */

.con-main div.autosuggest {
	position: relative;
	z-index: 2;
	}

#divMemberSearch {
	position: absolute;
	top: 2.2em;
	left: 170px;
/*	border: solid 1px #000;*/
	background: #fff;
	width: 281px;
	}
	
#divMemberSearch ul {
	border-bottom: solid 1px #bbb;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	}

#divMemberSearch a {
	display: block;
	padding: .2em .5em .3em .5em;
	border-top: solid 1px #eee;
	}

#divMemberSearch-nomatches {
	background: #f00;
	color: #fff;
	font-weight: bold;
	padding: .2em .5em .3em;
	}
