
/* form.css */
 
* {
	margin: 0;
	padding: 0;
}

/*********** BEGIN EDITING - Find and Replace ALL Values ***********/

.odd {
	margin:0;
	border-bottom:1px solid #ccc;
	color:#000;
	background:#ececec;
}
.even {
	margin:0;
	border-bottom:1px solid #ccc;
	color:#000;
	background:#e0e0e0;
}
.odd p a:link, .odd p a:visited {
	color: #2a5c8e;
}
.odd p a:hover {
	color: #307ed0;
}

/**** Borders ****/

/** Same as iFrame BG in the ss-iFrame.css. If not, the same as the above border colours **/
#ComplexForm div {
	border-right:1px solid #fff;
}

hr	{
	background:#fff;
	border:1px solid #fff;
}

/** Registration Button **/
#ComplexForm div.register input
{
		color:#666;
	border:1px solid #666;
	background:#fff url(bg-buttons.jpg) repeat-x 0 0;
}

#ComplexForm div.register input:hover
{
		color:#000;
	border:1px solid #000;
	background:#ccc url(bg-buttons.jpg) repeat-x 0 -40px;
}

#ComplexForm div.register input:active,
#ComplexForm div.register input:focus
{
		color:#666;
	border:1px solid #666;
	background:#fff url(bg-buttons.jpg) repeat-x 0 -80px;
}
/**************************************************************************************************
General editing should be done at this point - Link colours are at the bottom of this file.
BG Notes should be edited if necessary.
**************************************************************************************************/
	
	
.odd:hover, .even:hover {
	background:#e7e7e8;
}
#ComplexForm div.coregOffer {
	content: '';
	padding:4px;
	background:#d9f2e5;
	border-top:1px solid #e7e7e8;
	border-bottom:1px solid #e7e7e8;
}
#ComplexForm div.coregOffer label:before {
	content: '';
}
#ComplexForm {
	margin: 0;
	padding: 0;
	min-width: 660px;
	max-width: 660px;
	width: 660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
}
#ComplexForm p {
	font-size:1em;
}
#ComplexForm fieldset {
	clear: both;
	border:none;
	padding: 10px;
	margin: 0 0 0 0;
}
#ComplexForm fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0 5px;
}
#ComplexForm label {
}
.FloatLeft {
	float:left;
	margin:0 10px 4px 0;
}
#ComplexForm label u {
	font-style: normal;
	text-decoration: underline;
}
#ComplexForm select.selectSmall {
	width:80px;
}
#ComplexForm select.selectTiny {
	width:40px;
}
#ComplexForm input.inputSmall {
	width:50px;
	border:1px solid #b4b4b3;
	background:#ffffff;
}
#ComplexForm select.selectLarge {
	width:200px;
}
#ComplexForm input, #ComplexForm select, textarea {
	color: #000000;
}
#ComplexForm textarea {
	overflow: auto;
}
#ComplexForm div {
	clear: left;
	display: block;
	width: 450px;
	height: expression('1%');
	margin: 0;
	padding: 4px;
}
#ComplexForm fieldset div.notes {
	float: right;
	font-size:1em;
	width: 150px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 2px 2px 2px 12px;
	color: #666666;
	background: url(bg_notes.gif) no-repeat left top;
	/* WORD WRAP FOR NOTES DIV */
        white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#ComplexForm fieldset div.notes h4 {
	background-image: url(/lsf/images/general/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 2px 20px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e9c103;
	color: #444444;
}
#ComplexForm .optional p {
}
#ComplexForm fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #444444;
}
#ComplexForm fieldset div.notes p.last {
	margin: 0em;
}
#ComplexForm div fieldset {
	clear: none;
	margin: 0 0 0 144px;
	padding: 0 5px 5px 5px;
	width: 197px;
}
#ComplexForm div fieldset legend {
	padding: 0 3px 0 9px;
}
#ComplexForm div.required fieldset legend {
	font-weight: normal;
}
#ComplexForm div label {
	display: block;
	float: left;
	width: 210px;
	padding: 4px 10px 4px 2px;
	margin: 0;
	text-align: right;
}
#ComplexForm div.optional label, #ComplexForm label.optional {
	font-weight: normal;
}
#ComplexForm div.required label, #ComplexForm label.required {
	font-weight: normal;
}
#ComplexForm div label.labelCheckbox, #ComplexForm div label.labelRadio {
	float: none;
	display: block;
	width: 200px;
	height: expression('1%');
	padding: 0;
	margin: 0 0 5px 142px;
	text-align: left;
}
#ComplexForm div fieldset label.labelCheckbox, #ComplexForm div fieldset label.labelRadio {
	margin: 0 0 5px 0;
	width: 170px;
}
#ComplexForm div img {
	border: 1px solid #000000;
}
div.error h4	{
	color:#000;
	font-size:120%;
	font-weight:bold;
}
#ComplexForm div.error {
	color: #000;
	background: #faf0a8;
}
#ComplexForm p.error {
	color: #ffffff;
	padding: 4px;
	padding:2px 0 0 20px;
}
#ComplexForm div.error p.error {
	width:400px;
	color: #ff0000;
}
#ComplexForm div input, form div select, #ComplexForm div textarea {
	width: 20px;
	padding: 2px;
	margin: 0;
	border:1px solid #b4b4b3;
	background:#a2b5d0;
}
#ComplexForm div.register input {
	margin:10px 0 0 0;
	padding:2px;
	font-size:1.5em;
	font-weight:bold;
}
form div input.inputFile {
	width: 211px;
}
#ComplexForm div select.selectOne, #ComplexForm div select.selectMultiple {
	width: 211px;
	padding: 1px 3px;
}
#ComplexForm div input.inputCheckbox, #ComplexForm div input.inputRadio, #ComplexForm input.inputCheckbox, #ComplexForm input.inputRadio {
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin: 0 0 0 150px;
}
#ComplexForm div.submit {
	width: 214px;
	padding: 0 0 0 146px;
}
#ComplexForm div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}
#ComplexForm div input.inputSubmit, #ComplexForm div input.inputButton, #ComplexForm input.inputSubmit, input.inputButton {
	background-color: #cccccc;
	color: #000000;
	width: auto;
	padding: 0 6px;
	margin: 0;
}
#ComplexForm div.submit div input.inputSubmit, #ComplexForm div.submit div input.inputButton {
	float: right;
	margin: 0 0 0 5px;
}
#ComplexForm div small {
	display: block;
	margin: 0 0 5px 175px;
	padding: 1px 3px;
	height: expression('1%');
}
hr {
	margin:0;
	padding:0;
	width:100%;
	height:2px;
	width:458px;
	text-align:left;
}
/* IMPORT */
/* form.import.css */
 
#ComplexForm label img {
	behavior: url(/behaviors/label_img.htc);
}
#ComplexForm fieldset legend {
}
#ComplexForm input, #ComplexForm select, form textarea {
	background-color: #ffffff;
}
#ComplexForm textarea.expanding {
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
}
#ComplexForm div.optional label:before {
	content: '';
}
#ComplexForm div.required label:before {
	content: '';
}
#ComplexForm div label.labelCheckbox, #ComplexForm div label.labelRadio, #ComplexForm label.labelCheckbox, #ComplexForm label.labelRadio {
	display: block;
	width: 190px;
	height: expression('1%');
	padding: 4px 0px 0px 18px;
	text-indent: -18px;
}
#ComplexForm div label.labelCheckbox input.inputCheckbox, #ComplexForm div label.labelRadio input.inputRadio, #ComplexForm label.labelCheckbox input.inputCheckbox, #ComplexForm label.labelRadio input.inputRadio {
	margin: 0px 0px 0px 0px;
}
#ComplexForm div fieldset input.inputText, #ComplexForm div fieldset input.inputPassword, #ComplexForm div fieldset input.inputFile, #ComplexForm div fieldset textarea.inputTextarea {
	width: 160px;
	margin: 0px 0px 0px 18px;
	margin: expression('0px 0px 0px -124px');
}
#ComplexForm div label.compact {
	display: inline;
	width: auto;
	padding: 4px 10px 0px 0px;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
}
#ComplexForm div.wide label {
	float: none;
	display: block;
}
#ComplexForm div label.wide {
	width: 348px;
}
#ComplexForm div.wide input.inputText, #ComplexForm div.wide input.inputPassword, #ComplexForm div.wide input.inputFile, form div.wide select, #ComplexForm div.wide textarea {
	width: 344px;
	margin: 0px;
}
#ComplexForm .inputText {
	width:200px;
	border:1px solid #b4b4b3;
	background:#ffffff;
}
#ComplexForm div.wide small {
	margin: 0px 0px 5px 0px;
}




/****************************************************
EDIT LINK COLOURS HERE
****************************************************/

/*Contact Member Support link*/
.odd p a:link, .odd p a:visited {
	text-decoration: underline;
}
.odd p a:hover {
	text-decoration: none;
}
/*Links in terms box*/

.CallOut p a:link {
	color: #000;
	text-decoration:underline;
}
.CallOut p a:hover {
	color: #000;
	text-decoration:none;
}
/*My Points Checkbox Label: "Yes sign me up for MyPoints" AND Link*/
.coregOffer label, .coregOffer, .coregOffer p {
	color: #000;
}
.coregOffer a:link, .coregOffer a:visited {
	color: #000;
	text-decoration:underline;
}
.coregOffer a:hover {
	color: #000;
	text-decoration:none;
}

