﻿/* box styles */
.box { position: relative; width: 100%; margin: 0 0 20px 0; }
.silver { color: White; background: #3f3f3f url('../image/gradient-silver.png') top repeat-x; }
.inner { padding: 20px; }

/* corners */
.corner { position: absolute; width: 10px; height: 10px; background: url('../image/corners.png') no-repeat; font-size: 0%; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }


.box h1,
.box h2 { border:none; line-height: 1em; margin: 0; color: #ed8917}

.silver h1, .silver h2 { color: White;  border-color: White; }

.silver h1{font-size: 1.3em;}
.silver h2{font-size: 1.2em;}
.light{	background-color:#f4f3e8; }
	