

#searchInputContainer {
	/* This div contains the transparent search box */
	width: 420px;
	height: 36px;
	background: url("img/searchBox.png") no-repeat;
	float: left;
	margin-right: 12px;
}
#searchInContainer {
	float: left;
	margin-top: 12px;
	width: 330px;
}

input[type=radio] {
	cursor: pointer;/*float:left;*/
}
/* Styling the search results */


.webResult {
	max-width: 1200px;
	margin: auto;
	padding:0 10px;
}
p.notFound {
	text-align: center;
	padding: 0 0 40px;
}
/* Web & news results */


.webResult {
	margin-bottom: 50px;
}
.webResult h2 {
	background-color: #580f8b;
	font-size: 18px;
	font-weight: normal;
	padding: 8px 20px;
	/* Applying CSS3 rounded corners */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.webResult h2 b {
	color: #fff;
}
.webResult h2 a {
	color: #fff;
	border: none;
}
.webResult p {
	line-height: 1.5;
    color: #666;
	padding: 10px 0 1px 0;
	margin-bottom:0 !important;
}
.webResult p b {
	color: #580f8b	;
}
.webResult > a {
	margin-left: 0px;
}
/* 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 */

#more {
	width: 140px;
	height: 60px;
	background: url('img/more.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;
}
p.credit a:hover {
	background-color: #38464f;
	border-color: #38464f #788E9B #788E9B #38464f;
}




.pageContainer{
	margin-top:50px;
}

.pageContainer h2 a, .pageContainer h2 a:visited {
	text-decoration: none;
	outline: none;
	border-bottom: 1px dotted #580f8b;
	color: #FFFFFF;
}

.pageContainer a, .pageContainer a:visited {
	text-decoration: none;
	outline: none;
	border-bottom: 1px dotted #580f8b;
	color: #041662;
}
 .pageContainer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #580f8b;
}
.clear {
	clear: both;
}
