div#box {
		padding:10px;
		border-color:#DCDCDC;
		border-style:solid;
		border-width:1px;
		width:560px;
		height:602px;
}
div#box2 {
		padding:10px;
		border-color:#DCDCDC;
		border-style:solid;
		border-width:1px;
		width:619px;
}
BODY {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
}

.header	{
		font:Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #8b1315;
}
.inner	{padding: 10px;
			 border:#999999 1px solid;
			 width:900px;
			 }


.copysmall {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
}
A.footer:link	{
		color: #999999;
		font-size: 10px;
		text-decoration: none;
}
A.footer:visited {
		color: #999999;
		font-size: 10px;
		text-decoration: none;
}
A.footer:hover	{
		color: #999999;
		font-size: 10px;
		text-decoration: none;
}
.footer {
		font-family: Arial,sans-serif;
		font-size: 10px;
		color: #999999;
}
input.field{
	border:#CCCCCC 1px solid;
	font-family:Arial, sans-serif;
	color:#69212F;
	background-color:#F3EFE0; 
	font-size: 10px;
	height: 10px;
	padding: 2px;
	width: 125px;
	
}

/*   Store Locator */
	/* negative margin to resolve IE quirk */
div#resultsContainer {
		
		background-repeat:repeat-y;
		margin-top:-3px;
}
div#resultsInner {
		padding-left:80px;
		padding-top:20px;
}
div#resultsMap {
		width:650px;
		height:300px;
		border:solid 1px #000;
		margin-top:20px;
		margin-bottom:20px;
}
div#resultsBottom {
		
		background-repeat:no-repeat;
		height:64px;
}
.centerResult {
		width:200px;
}
.stCenterResult {
		width:400px;
}
.clear {
		clear:both;
}



#type4 {background-color:#ffffff; border:1px solid #999999;}
				#type4 .corner {background-image:url(images/corners-type4.gif);}
				#type4 .topLeft {top:-1px; left:-1px;}
				#type4 .topRight {top:-1px; right:-1px;}
				#type4 .bottomLeft {bottom:-1px; left:-1px;}
				#type4 .bottomRight {bottom:-1px; right:-1px;}

.roundedBox {position:relative; padding:17px; margin:10px 0;}
			
				/*- All the corners -*/
				.corner {position:absolute; width:17px; height:17px;}
			
				/*- Each corner -*/
				.topLeft {top:0; left:0; background-position:-1px -1px;}
				.topRight {top:0; right:0; background-position:-19px -1px;}
				.bottomLeft {bottom:0; left:0; background-position:-1px -19px;}
				.bottomRight {bottom:0; right:0; background-position:-19px -19px;}

