/****************************************************************
(C) 2008 Kishore Nallan for DesignShack
http://www.kishorelive.com
kishore.nc@gmail.com
*****************************************************************/




input[type=button]
{
	margin:-2px;
	padding:2px;
	background-color:#7BBC91;
	width:9%;
	border:1px solid #FFFFFF;
	border-radius:4px;
}
input[type=button]:hover
{
	background-color:#CCCCCC;
}
#lr
{ 
  background:url('../images/perrara.png') no-repeat;
   background-color:#7BBC91; 
}
#lr:hover
{
  background-color:#CCCCCC;  
}
#lh
{ 
  background:url('../images/perhaha.png') no-repeat;
   background-color:#7BBC91;  
}
#lh:hover
{
  background-color:#CCCCCC;  
}
#lv
{ 
  background:url('../images/pervava.png') no-repeat;
   background-color:#7BBC91;  
}
#lv:hover
{
  background-color:#CCCCCC;  
}

.dr_link{ font-family:Arial; color:#1C1C1C; text-decoration:none; background-color:#E8E8E8;
        -moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottom: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align:center;
	padding:5px;
          }
#go_s
{ 
	padding:1px;
	background-color:#7BBC91;
	width:25px;
	border:1px solid #FFFFFF;
	text-decoration:none;
	color:Black; float:right;
	font-size:12px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottom: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#go_s hover{background-color:#CCCCCC;}



