input,
select,
textarea {
	color: #333333;
}

input,select{
height:20px;
font-size:12px;
}

.error {
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	color: #050F72;
	padding: 2px;
	font-weight: bold;
}

legend {
	display: none; /* Legends CANNOT be trusted! */
}

form br {
	display: none;
}

abbr {
	border: none;
	cursor: help;
}

.txtError{
	font-weight:bold;
	color:#CE4632;
}
/* so:search */
#search {
	float: right;
	margin: 0px 0;
	width:254px;
	
}

#search label {
	float: left;
	display: block;
	font-size: 0.6875em; 	/* 16x0.6875=11px */
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 1em;
}

#search input#txt-search {
	border: solid 1px #82C44F;
	font-size: 0.6875em; 	/* 16x0.6875=11px */
	padding: 1px 0 3px 0;
	float: left;
	display: block;
	width: 15em;
	height:16px;
}

#search input#sbmt-search {
	font-size: 		0.6875em; 	/* 16x0.6875=11px */
	font-weight: bold;
	color: #fff;
	border: 1px solid #82C44F;;
	background-color: #7dcb48;
	display: block;
	float: left;
	cursor: pointer;
	padding: 1px 3px;
	height:22px;
}
/* eo:search */

/* so:quick-search */
#quick-search {
	position: absolute;
	width: 215px;
	top: 20em;
	left: 32em;
	text-align: center;
}

#quick-search label {
	font-size: 0.6875em; 	/* 16x0.75=12px */
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
}

#quick-search input#txt-quick-search {
	border: 1px solid #ccc;
	font-size: 0.6875em; 	/* 16x0.6875=11px */
	padding: 1px 0 2px 0;
	display: block;
	float: left;
	width: 16.5em;
}

#quick-search input#sbmt-quick-search {
	font-size: 		0.6875em; 	/* 16x0.6875=11px */
	font-weight: bold;
	color: #fff;
	border: 0;
	background-color: #7dcb48;
	display: block;
	float: right;
	cursor: pointer;
	padding: 1px 3px;
}
/* eo:quick-search */

/* so:login */
#form-login {
	margin-left: 130px;
}

#form-login li {
	clear: both;
	margin-bottom: 0.7em;
	overflow: hidden;
}

#form-login label {
	float: left;
	width: 10em;
	text-align: right;
	display: block;
	padding: 1px 0.3em 0 0;
	font-weight: bold;
}

#form-login li.checkbox {
	width: 12em;
}

#form-login li.checkbox label {
	float: left;
	font-weight: normal;
}
	
#form-login input.txt {
	background-color: #e6e6e6;
	border: 1px solid #787876;
}

#form-login input.checkbox {
	float: right;
}

#form-login .action {
	margin-left: 10.4em;
}

.sbmt {
	font-weight: bold;
	color: #fff;
	border: 0;
	background-color: #7dcb48;
	display: block;
	cursor: pointer;
	padding: 1px 3px;
	margin-bottom: 0.4em;
}
.sbmtnew {
	background-color:#df4299; 
	color:#ffffff; 
	font-size:10pt;
	font-weight: bold;
	border: 0;
	display: block;
	cursor: pointer;
	padding: 1px 3px;
	margin-bottom: 0.4em;
}

/* eo:login */

/* so:register */

#form-register h3,
#form-enquire h3 {
	background-color: #999999;
	border-bottom: 1px solid #666666;
	text-transform: none;
	font-size: 		0.75em; 	/* 16x0.6875=11px */
	padding: 2px 3px;
	margin-bottom: 0.3em;
}

#fs-personal-details,
#fs-address {
	width: 289px;
	float: left;
}

#fs-interests,
#fs-security-details {
	clear: both;
}

#fs-interests li,
#fs-security-details li,
#fs-privacy-settings li {
	width: 289px;
	float: left;
}

#form-register li,
#form-enquire li {
	overflow: hidden;
	margin-bottom: 0.3em;
}

#form-register label,
#form-enquire label {
	float: left;
	width: 10em;
}

#form-register input.txt,
#form-enquire input,
#form-register select,
#form-enquire select {
	background-color: #e6e6e6;
	border: 1px solid #787876;
}

#form-register .address-2 {
	text-indent: -9999em;
}

#form-register li.checkbox label {
	width: 16em;
}

#form-register input.checkbox {
	float: left;
	margin: 1px 0.4em 0 0;
}

#form-register .terms {
	margin-top: 0.5em;
}
#form-register .opt-in input {
display:inline;
float:none;
margin:0 10px;
}
#form-register .opt-in label{
width:auto;
}

#form-register .sbmt,
#form-enquire .sbmt {
	font-weight: bold;
	color: #fff;
	border: 0;
	background-color: #7dcb48;
	display: block;
	cursor: pointer;
	padding: 1px 3px;
	margin-bottom: 0.4em;
	float: right;
}

#form-enquire .sbmt {
	float: none;
	margin-left: 10em;
}
/* eo:register */

form{
margin:0px;
padding:0px;
}