/* FORM STYLES */
.contentSmallLeft {
	float: left;
	width:250px;
height:440px;
	padding:0px 20px 0px 30px;
}
.contentBigRight {
	float: left;
	width:410px;
	padding:0px 0px 0px 20px;
}
.longinput {
	width:75%;
}
.input2 {
	width:93%;
}
.input2a {
	width:60%;
}
.percent38 {
	float:left;
	width:38%;
	padding:0 10px 0px 0;
}
.percent100 {
	width:100%;
	float:left;
}
.percent60 {
	float:left;
	width:60%;
	padding:0 0px 5px 0;
}
.percent49 {
	float:left;
	width:49%;
}
.percent49r {
	float:right;
	width:49%;
}
.inputdiv1 { /*post code*/
	float:left;
	padding-right:5px;
}
form li {
	width:100%;
	display:block;
	list-style-type:none;
}
label {
	font-weight:bold;
	display:block;
	margin-top:0px;
	padding-top:4px;
}

input {
	background: white none repeat scroll 0%;
	border:1px solid #EDEDED;
	color:#888888;
	font-size:12px;
	margin:0;
	padding:3px 4px;
	display:block;
	margin-left:0;
} 
input.button {
	/* width:0px; *//* IE table-cell margin fix */
} 
input.button [class] {
	width:auto;  /* IE table-cell margin fix */
}
.button {
	background:#999999 none repeat scroll 0%;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	padding:2px 6px;
	margin: 7px 5px 2px 0;
	text-transform:uppercase;
	/* width:150px; */
	width:auto;
	display:inline;
	text-decoration: none;
	/* height:17px;  */
}
a.button {
	/* background:#999999 none repeat scroll 0%;
	border:medium none;
	cursor:pointer; */
	color:#FFFFFF;
    font-size:10px;
	padding:3px 8px 3px 8px;
	margin: 15px 0px 0px 0;
	text-transform:uppercase;
	width:150px;
	width:auto;
	display:inline;
	text-decoration: none;
/* height:14px; */ 
}
.adminArea .button {
	float:right;
	margin: 0;
}
.containerloginArea .button {
	margin: 5px 10px 0px 0;
}
.smlabel a {
	text-decoration: underline;
}
.smlabel {
	padding:0 0 0px 0;
	font-size: 11px;
	font-weight:normal;
	display: block;
	margin: 0;
}
.adminArea a.mailing-list-link { float:right; margin-right:30px; }