/*To place search box on different pages*/

@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}


/*#searchbox {
	width: 480px;
	height: 50px;
	margin-top: 30px;
	padding: 8px 9px 5px 5px;
	background-image:url(../images/landing/searchborder.png);
	background-repeat:no-repeat;
	}*/
	
	#searchbox 
	{
	width: 490px;
	height: 265px;
	margin-top: 15px;
	padding: 8px 1px 2px 2px;
	background-image:url(../images/landing/searchborder2.png);
	background-repeat:no-repeat;
	}

#searchbox #box {
	width:160px;
	background-image: url("../images/landing/compA_07.jpg");
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px 2px 0px 2px;
	background-position:top;
	}
	
#searchbox #box #hider {
	width: 136px;
	height: 20px;
	overflow: hidden;
	margin:0px 0px 0px 7px;
	position: relative;
	top:3px;
	}
		
#ctl00_ContentPlaceHolder1_SearchBox1_text {
	height: 24px;
	width:140px;
	margin: -2px 0px 0px -1px;
	background: none;
	border: 0;
	}
	

#ctl00_ContentPlaceHolder1_SearchBox_btn  {
	width:70px;
	height: 22px;
	background: none;
	background-image:url("../images/landing/compA_09.jpg");
	background-repeat:no-repeat;
	background-position:center;
	border: none;
	}
	
	
	
#btn  {
	width:100px;
	height: 18px;
	background: none;
	background-image:url("../images/landing/compA_09.jpg");
	background-position:center;
	border: none;
	}



.style1 {color:#006699; font-size:13px;}
