﻿.smallbox					{background: url(images/smallboxBackground.png); width:209px; float:left;}
.smallbox p					{width:190px; text-align:left;}
.smallbox p.smalltext		{font-size:0.8em;}
.smallboxTop				{background: url(images/smallboxTop.png) no-repeat; height:13px;	width:209px; font-size:12px; font-weight:bold;}
.smallboxContent			{height:auto; padding:5px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
.smallboxBottom				{margin-bottom:0px; background: url(images/smallboxBottom.png) no-repeat; height:13px; width:209px;}

.bigbox						{background: url(images/bigboxBackground.png); width:711px; margin-bottom:10px;}
.bigboxTop					{background: url(images/bigboxTop.png) no-repeat; height:17px; width:711px; font-size:12px; font-weight:bold;}
.bigboxContent				{padding:10px; font-size:11px; min-height:30px;	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
.bigboxContent .left		{float:left;}
.bigboxContent .right		{float:right;}
.bigboxContent p			{font-size:12px; width:95%; margin-bottom:20px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
.bigboxBottom				{margin-bottom:0px;	background: url(images/bigboxBottom.png) no-repeat; height:17px;	width:711px;}

.longboxWrapper				{width:929px;}
.longbox					{background: url(images/longboxBackground.png); width:929px;	margin-bottom:10px;	margin-top:5px;	margin-left:0px; margin-right:auto;}
.longboxTop					{background: url(images/longboxTop.png) no-repeat; height:9px; width:929px; font-size:16px; font-weight:bold;}
.longboxContent				{padding:10px; font-size:11px; min-height:30px;	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
.longboxContent p			{font-size:12px; width:90%; margin-bottom:20px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
.longboxBottom				{margin-bottom:0px;	background: url(images/longboxBottom.png) no-repeat; height:9px;	width:929px;}
p.longBoxTitle              {color: #6e6e6e; font-weight: bold; font-size: 14px; margin-top: 5px; }
p.longBoxTitleLarge         {font-size:17px; margin-top:2px; color: #6e6e6e; font-weight: bold; }

.halfbox					{background: url(images/halfboxBackground.png); width:425px;	margin-bottom:10px;}
.halfboxTop					{background: url(images/halfboxTop.png) no-repeat; height:17px; width:425px;	font-size:16px;	font-weight:bold;}
.halfboxContent				{padding:10px; font-size:11px; min-height:30px;	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
.halfboxBottom				{margin-bottom:0px; background: url(images/halfboxBottom.png) no-repeat; height:16px; width:425px;}

.whitebox					{background-color:#FFF; border:solid 1px #CCC; width:95%; margin-bottom:10px;}
.whiteshadowbox             
{
	margin: auto;
	position: relative;
	top:0; left:0; bottom:0; right:0;
			
	width: 500px;
	border: 1px solid #d9d9d9;
	background: #fff;
	box-shadow: 0 3px 7px rgba(0,0,0,0.05);
	margin-bottom: 13px;

	padding: 20px 20px 35px;
}