﻿body, table, input, select, option
{
	font-family:Helvetica, Arial;
	font-size:11px;
}
body 
{
	margin:0px;
}

.CVV .MainContainer 
{
	padding:15px;
}

img, div, td
{ 
    behavior: url(/controls/scripts/iepngfix.htc);
}

h1, h2 
{
	color:#65A9F3;
	
}

h1 
{
	font-size:1.8em;
	margin-bottom:2px;
}
h2 
{
	font-size:1.3em;
}

h3 
{
	font-size:1em;
}

a,
a:link,
a:visited	{
	color:#0978D9;
}

a:hover 
{
	color:#0099ff;
}
.StandardButton 
{
	background:#0065CB url(images/layout/common/ButtonBg.jpg) left -5px repeat-x;
	color:#ffffff;
	border:#65A9F3 solid 1px;
}

a.StandardButton2Link,
a.StandardButton2Link:link,
a.StandardButton2Link:visited
{
	color:#ffffff;
	background:#00CC33;
	border:green solid 1px;
	padding:2px 6px;
	display:inline-block;
}

.center 
{
	text-align:center;
}