.btn_inp_shw
{
	background-color:transparent;
	height:30px;
	width:100%;
	cursor:hand;
	border:0px;
	background-position:top left;
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	font-weight: normal;
	font-size: 12px;
	color: #565656;
	font-family: Verdana;
}

.btn_inp_shw_org
{
	background-color:transparent;
	height:30px;
	width:100%;
	cursor:hand;
	border:0px;
	background-position:top left;
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	font-weight: normal;
	font-size: 12px;
	color: #FE7D0B;
	font-family: Verdana;
}

.btn_inp_shw_grn
{
	background-color:transparent;
	height:30px;
	width:100%;
	cursor:hand;
	border:0px;
	background-position:top left;
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	font-weight: normal;
	font-size: 12px;
	color: #008E00;
	font-family: Verdana;
}

.btn_inp_shw_large
{
	background-color:transparent;
	height:45px;
	width:100%;
	cursor:hand;
	border:0px;
	background-position:top left;
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	font-size: 18px;
	font-weight: bolder ;
	color: #565656;
	font-family: Verdana;
}

.btn_inp_shw_xlarge
{
	background-color:transparent;
	height:60px;
	width:100%;
	cursor:hand;
	border:0px;
	background-position:top left;
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	font-size: 24px;
	font-weight: bolder ;
	color: #565656;
	font-family: Verdana;
}

.btn_search_shw
{
	background-color:transparent;
	height:30px;
	width:80px;
	cursor:hand;
	border:0px;
	background-image:url(/_global/UI_tools/button/round_shadow_img/search.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/* CSS for the anchor is not needed but to make it look nicer before the javascript kicks on to beautify it. */
.btn_anc_shw,.btn_anc_shw_org,.btn_anc_shw_grn
{
	padding-top: 0px;
	padding-bottom: 0px;	
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #565656;
	font-family: Verdana;
	background-color: transparent;
    text-decoration: none;
}

.btn_anc_text
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #565656;
}
.btn_anc_textl
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bolder;
	color: #565656;
}
.btn_anc_textxl
{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bolder;
	color: #565656;
}