


/*SEARCH BOX
********************************************************/

div#search {
	position: relative;
	z-index: 5;
	height: 38px;
	width: 180px;
	background-color: #dadada;
	margin: 0 0 20px 0;
}

form#searchForm input.textbox {
	width: 122px;
	height: 21px;
	margin: 0;
	padding: 5px 0 0 8px;
	border: 0;
	font-size: 14px;
	color: #333;
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 8px;
	font-family: Arial, sans-serif;
	background: transparent url('../images/layout/bgInputSearch.png') 0px 0px no-repeat;
}

form#searchForm input.button {
	width: 37px;
	height: 26px;
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	position: absolute;
	z-index: 2;
	top: 6px;
	right: 8px;
}



/*Login Form
********************************************************/


form.homePageForm label {
	display: block;
	float: left;
	width: 100px;
	font-size: 1.5em;
	padding: 6px 0 0 0;
}

form.homePageForm label.checkbox {
	display: inline;
	float: none;
	font-size: 1.2em;
	padding: 0 0 0 5px;
}

form.homePageForm input.textbox {
	width: 207px;
	height: 22px;
	margin: 0 0 8px 0;
	padding: 7px 0 0 8px;
	border: 0;
	font-size: 14px;
	color: #333;
	font-family: Arial, sans-serif;
	background: transparent url('../images/layout/bgInputLogin.gif') 0px 0px no-repeat;
}

form.homePageForm input.checkbox {
	margin: 0 0 0 100px;
}

form.homePageForm input.button {
	width: 115px;
	height: 29px;
	margin: 12px 0 0 100px;
	padding: 0 0 0 0;
	border: 0;
}
form.homePageForm a#forgotPass {
	position: relative;
	z-index: 5;
	top: 10px;
	left: 100px;
	font-size: 1.2em;
}





