p
	{
	color:#7B7E6B;
	}

form
	{
	text-align: center;
	margin: 0px auto 0px auto;
	color:#7B7E6B;
	}
	
form textarea
	{
	margin: 0px auto 0px auto;
	border: 1px solid #C3D7EB;
	background: #ffffff;
	color:#7B7E6B;
	}
	
form input
	{
	margin: 8px auto 10px auto;
	border: 1px solid #C3D7EB;
	background: #ffffff;
	color:#7B7E6B;
	font-size: 11px;
	
	}

fieldset.categories label
	{
	background: #E9EAF0;
	text-align: left;
	padding-left: 5px;
	color:#7B7E6B;
	}
	
fieldset.categories input
	{
	background: #E9EAF0;
	border: 0px;
	width: auto;
	height: auto;
	}
	
.form
	{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
.form fieldset
	{
	margin: 10px;
	border: 0px;
	padding: 5px;
	}
	
.form fieldset legend
	{
	color:#7B7E6B;
	font-weight: bold;
	}
	
.form input,
.form select,
.form textarea
	{
	width: auto;
	margin: 10px 0px 10px 0px;
	border: 1px solid #C3D7EB;
	background: #ffffff;
	color:#7B7E6B;
	float: left;
	font-size: 11px;
	}
	
.form input
	{
	height: 15px;
	}
	
.form textarea
	{
	height: auto;
	}
	
.form input.checkbox
	{
	width: auto;
	}
	
.form input,
.form textarea
	{
	width: 40%;
	}
	
.form label
	{
	font-weight: bold;
	height: 15px;
	padding: 0px 10px 0px 0px;
	margin: 10px 0px 10px 0px;
	width: 30%;
	text-align: right;
	float: left;
	}
	
.form br
	{
	clear: left;
	}
	
.submitOld
	{
	clear: both;
	display: block;
	width: 98%;
	border: 0px;
	background: transparent url('images/background_input_submit.png') no-repeat center;
	height: 19px;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
	text-align: center;
	color: #000000;
	}
	
.form .submit,
.submit
	{
	font-size: 11px;
	height: auto;
	display: block;
	float: right;
	width: auto;
	font-weight: bold;
	/* margin: 0.5em 5px 0.5em auto; */
	color: #6799A4;
	border: 0px;
	background: transparent url('images/bullet_submit.png') no-repeat left;
	padding-left: 5px;
	text-decoration: underline;
	cursor: hand;
	}
	
label.required
	{
	color: #dd2222;
	}
	
.linkLeft fieldset
	{
	border: 0px;
	}
	
.linkLeft fieldset legend
	{
	font-weight: bold;
	}
	
form#googleSearch
	{
	float: left;
	margin: 25px 0px 0px 0px;
	background: url('images/background_googleSearch.png') no-repeat left;
	padding-left: 128px;
	}
	
form#googleSearch input#googleButton
	{
	width: 115px;
	height: 16px;
	border: 0px;
	background: transparent url('images/background_input_submit.png') no-repeat center;
	height: 19px;
	font-size: 13px;
	padding: 2px 3px 2px 3px;
	text-align: center;
	color: #000000;
	}
	
input#phoneNo
	{
	width: auto;
	}

label#passwordHint
	{
	float: right;
	color: #ee2222;
	width: auto;
	text-align: left;
	margin: 10px 0 0 0;
	}
	
.hint
	{
	display: none;
	}
	
.hintActive
	{
	display: block;
	}