﻿.MarginLeft
{
	margin-left:30px;
}

.svbutton
{
	text-align:center;
	/*padding:.3em .5em;*/
	color:#ffffff;
	background:#000 url(images/ButtonsBg.png) repeat-x left center;
	border:solid 1px #666;
	/*margin:0 .2em 0 0;*/
	font-size:10pt;
	font-family:verdana;
	font-weight:normal;
	cursor:pointer;
	opacity: .85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: alpha(opacity=85);
}
.svbutton:hover
{
	opacity: .99;
	-moz-opacity: 0.99;
	-khtml-opacity: 0.99;
	filter: alpha(opacity=99);
	border:solid 1px #949494;
	text-decoration:underline;
	
}


	
