.roundedCorner{
	position:absolute;
	top:-1px;
	left:-1px;
	width:4px;
	height:4px;
	background:url(../Images/rounded_corner.gif)
}
.roundedCornerForm{
	position:absolute;
	top:0px;
	left:0px;
	width:4px;
	height:4px;
	background:url(../Images/rounded_corner.gif)
}
.roundedCornerFormRight {
	position:absolute;
	right:0px;
	width:4px;
	height:4px;
	background:url(../Images/rounded_corner_right.gif);
	top:0px;
}

/*Buy knap Start*/
.bookBuy{
	position:relative;
	display:block;
	width:114px;
	height:35px;
	color:#555;
	
}

.bookBuy a,.bookBuyPrice a{
	color:#666;
	text-decoration:none;
}
.bookBuyPrice{
	position:absolute;
	top:9px;
	left:12px;
	color:#555;
	width:52px;
	text-align: center;
}
.bookBuyButton{
	position:absolute;
	top:9px;
	left:71px;
	color:#555;
}
/*Buy knap End*/

/*Css Dropshadow Start*/
.dropShadow img{
	background:#e0e0e0;
	padding:1px;
	margin:0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e4e5e4;
	border-right-color: #e4e5e4;
	border-bottom-color: #e4e5e4;
	border-left-color: #e4e5e4;
	display:block;
	width:auto;
}

.dropShadow{
	background-color: #f0f0f0;
	display:inline-block;
	padding:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fafafa;
	border-right-color: #fafafa;
	border-bottom-color: #fafafa;
	border-left-color: #fafafa;
	width:auto;
}
/*Css Dropshadow End*/

.clear		{clear: both;}

