body {margin:0px;}
.vgc_header
{
    width:100%;
    background-color:#E1E1E1;
    height:5px;
    font-family: 'Lucida Grande', Verdana, Geneva, Sans-serif;
    font-size: 12px;
}
.vgc_header .vgc_header_center
{
    width:550px;
    margin-left:auto;
    margin-right:auto;
    display:none;
    padding:5px;
    background-color:#E1E1E1;
    border-bottom-right-radius: 40px 50px;
    border-bottom-left-radius: 40px 50px;
}
.vgc_header a, .vgc_header:visited
{
    color:#252525;
    font-size:10px;
}
.vgc_enter_key
{
	margin-left:auto;
    margin-right:auto;
	padding:5px;
	border-radius:10px;
}
table.buttons{
    margin-left:10px;
    margin-top:5px;
    margin-right:5px;
    margin-bottom:5px;
    padding-left:10px;
    border-left-color:#C0C0C0;
    border-left-width: 1px;
    border-left-style: dotted;

}
a.link_button, a.link_button:visited
{
    /*background-color:#901323;*/
	background-color:#252525;
    color:#FFFFFF;
    border-radius:10px;

    cursor: pointer;
    width:175px;
    text-align:center;
    padding:5px;
    display:block;
    font-size:16px;
    margin-left:20px;
    border:#999999 1px solid;

}
.shadow
{
    -moz-box-shadow: 3px 3px 10px #999999;
    -webkit-box-shadow: 3px 3px 10px #999999;
    box-shadow: 3px 3px 10px #999999;
}
.gradient
{
    /* IE10 */
    background-image: -ms-linear-gradient(top, #666666 10%, #444444 80%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #666666 10%, #444444 80%);
    /* Opera */
    background-image: -o-linear-gradient(top, #666666 10%, #444444 80%);
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #666666 10%, #444444 80%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top, #666666 10%, #444444 80%);
}
.vgc_button
{
    background-color:#901323;
    color:#FFFFFF;
    border-radius:4px;
    border:#999999 1px solid;
    cursor: pointer;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
.vgc_container {width:610px;height:auto;margin-left:auto;margin-right:auto;}
.vgc_faq {
    margin: 0;
    padding: 10px;
    font-family: Verdana, Geneva, Sans-serif;
    font-size: 12px;
    color: #4F5155;
    background-color: white;
}
.vgc_faq h1
{
    font-size: 16px;
}
.vgc_faq h2
{
    font-size: 14px;
}
#vgc_spacer{margin-top:40px !important;}

.showCardArtForPrint {
	display:none;
}

@media print
{
	.no_print
	{
	    display: none;
	}

	.print_fix
	{
	    width: 300px !important;
	    height: 250px !important;
	    background-color: #ffffff !important;
	}

	.print_fix2
	{
	    height: 840px !important;
	}
    
    .showCardArtForPrint {
		display: inline-block !important;
	}
	.hideCardArtForPrint {
		display: none;
	}
}
