﻿body
{
}

fieldset.contactCard
{
    border: 0;
}
.contactCard legend
{
    font-size: 1.7em;
    font-weight: bold;
    color: #ffffff;
}
.contactCard ul
{
    list-style: none;
    border-top: 1px solid #464646;
}
.contactCard li span
{
    line-height: 1.7em;
    font-size: 1.5em;
    color: #fffff;
    font-weight: normal;
}
div#contactCardContainer
{
    width: 828px;
    height: 240px;
    *margin-left: -1px;
}
div#leftCard
{
    color: #a2a2a2;
    float: left;
    width: 388px;
    height: 200px;
    margin: 0px 2px 0px 2px;
    padding: 10px;
	background: #000;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	border: 1px solid #272727;
}
div#rightCard
{
    color: #a2a2a2;
    float: left;
    width: 388px;
    height: 200px;
    margin: 0px 2px 0px 2px;
    padding: 10px;
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	border: 1px solid #272727;
}

