#page {
	/* The main container div */
	width:620px;
	margin:100px auto 0;
}
h1 {
	font-family:Corbel, 'Myriad Pro', Arial, Helvetica, sans-serif;
	background:url('http://www.businessenquiry.in/Flash/heading.png') no-repeat center top;
	text-indent:-9999px;
	overflow:hidden;
	height:90px;
}
#searchForm {
	position:relative;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}
fieldset {
	border:none;
}
#searchInputContainer {
	/* This div contains the transparent search box */
	width:420px;
	height:36px;
	float:left;
	margin-right:12px;
}
#s {
	/* The search text box. */
	
	border:thin 1px #999999;
	background-color:#FFFFCC;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	height:auto;
	text-shadow:1px 1px 0 white;
	width:300px;
}
/* The UL that contains the search type icons */

.icons {
	list-style:none;
	margin:10px 0 0 335px;
	height:19px;
	position:relative;
}
.icons li {
	background:url("http://www.businessenquiry.in/Flash/icons.png") no-repeat;
	float:left;
	height:19px;
	text-indent:-9999px;
	cursor:pointer;
	margin-right:5px;
}
/* Styling each icon */

li.web {
	width:15px;
}
li.web.active, li.web:hover {
	background-position:left bottom;
}
li.images {
	width:22px;
	background-position:-18px 0;
}
li.images.active, li.images:hover {
	background-position:-18px bottom;
}
li.news {
	width:14px;
	background-position:-44px 0;
}
li.news.active, li.news:hover {
	background-position:-44px bottom;
}
li.videos {
	width:17px;
	background-position:right 0;
}
li.videos.active, li.videos:hover {
	background-position:right bottom;
}
span.arrow {
	/* The little arrow that moves below the icons */
	
	width:11px;
	height:6px;
	margin:21px 0 0 5px;
	position:absolute;
	background:url('http://www.businessenquiry.in/Flash/Search.png') no-repeat;
	left:0;
}
/* The submit button */


#submitButton {
}
#submitButton:hover {
	background-position:left bottom;
}
/* The Search tutorialzine.com / Search the Web radio buttons */


#searchInContainer {
	float:left;
	margin-top:12px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
label {
	color:#DDDDDD;
	cursor:pointer;
	font-size:11px;
	position:relative;
	right:-2px;
	top:-2px;
	margin-right:10px;
	white-space:nowrap;
	color:#ff0000;/*float:left;*/
}
input[type=radio] {
	cursor:pointer;/*float:left;*/
}
/* Styling the search results */


.pageContainer {
	/* Holds each page with search results. Has an inset bottom border. */
	
	margin-bottom:50px;
	width:100%;
}
p.notFound {
	text-align:center;
	padding:0 0 40px;
}
/* Web & news results */


.webResult {
	text-shadow:0px 0px 0 #586a75;
	margin-bottom:20px;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.webResult h2 {
	background-color:#F4F4F4;
	font-size:14px;
	font-weight:normal;
	padding:8px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	border-color:#D3F0FE;
	margin:8px;
}
.webResult h2 b {
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
}
.webResult h2 a {
	color:#000000;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
.webResult p {
	line-height:1.5;
	margin-left:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.webResult p b {
	color:000000;
}
.webResult > a {
	margin:28px;
}
/* Image & video search results */


.imageResult {
	float:left;
	height:180px;
	margin:0 0 20px 40px;
	text-align:center;
	width:152px;
	overflow:hidden;
}
.imageResult img {
	display:block;
	border:none;
}
.imageResult a.pic {
	border:1px solid #fff;
	outline:1px solid #777;
	display:block;
	margin:0 auto 15px;
}
/* The show more button 

a:link {
	color: #0000FF;
}*/
#more {
	width:83px;
	height:24px;
	background:url('http://www.businessenquiry.in/Flash/Search2.png') no-repeat;
	cursor:pointer;
	margin:40px auto;
}
#more:hover {
	background-position:left bottom;
}
/* Giving Credit */

p.credit {
	margin:20px 0;
	text-align:center;
}
p.credit a {
	background-color:#4B5A64;
	border:1px solid;
	border-color:#3D4D57 #788E9B #788E9B #3D4D57;
	color:#c0d0d8;
	font-size:10px;
	padding:4px 8px;
	text-shadow:1px 1px 0 #38464F;
}
p.credit a:hover {
	background-color:#38464f;
	border-color:#38464f #788E9B #788E9B #38464f;
}
a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#000000;
}
a:hover {
	border-bottom:1px dashed transparent;
}
.clear {
	clear:both;
}
#siteNameLabel {
	color:#FFFFFF;
}
