a:link {
	color: #blue;
	text-decoration: none;
}

a:visited {
	color: #4682B4;
	text-decoration: none;
}

a:hover {
	color: #FF8C00;
}

#vbutton, #vbutton a:link , #vbutton a:visited , #vbutton a:hover{
	color: #ffffff;
	text-decoration: none;
	}

.vbutton  {
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius: 10px;
-moz-box-shadow:0 3px 8px #E1E1E1;
background:url("images/buttons/newbtn_middle.png") repeat-x scroll left top #417394;
border:0 none;
clear:right;
color:#FFFFFF;
display:block;
float:center;
font:15px Arial,sans-serif;
padding:4px 15px;
text-decoration:none;
}
