.clrForm
	{ margin: 0px; padding: 0px; }
.srchTextbox
	{
		background:#FFFFFF url(../images/search-icon.png) no-repeat scroll 4px 6px;
		border:1px solid #CCCCCC;
		height:18px;
		padding:4px 4px 4px 22px;
		margin-top: 10px;
		width:300px;
		color:#999999;
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
	}
.srchButton
	{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 80px;
	height: 27px;
	color: #CCC;
	background-color: #666;
	border: 0px none #CCC;
}
#registernow
	{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	height: 27px;
	color: #fff;
	background-color: #DE0438;
	border: 2px solid #9F0028; 
	margin-left: 20px;
}