/**
 * @author        Jacques Bodin-Hullin <http://www.bodin-hullin.net>
 * @copyright     (C) 2008 Jacques Bodin-Hullin
 * @license       All rights reserved
 */

.topSpace {
   height: 30px;
   width: 723px;
   background: white url(img/top_contact_bg.png) top left repeat-y;
   margin: 0 auto 0 auto;
}

dl {
   background: white url(img/top_contact.png) bottom left no-repeat;
   width: 723px;
   margin: 0 auto 0 auto;
   padding-bottom: 77px;
   text-align: left;
}

dl dt {
   color: #3F83C2;
   font-weight: bold;
   padding-left: 45px;
   padding-bottom: 5px;
   background: white url(img/top_contact_bg.png) top left repeat-y;
}

dl dd {
   padding-left: 55px;
   padding-bottom: 15px;
   background: url(img/top_contact_bg.png) top left repeat-y;
   padding-right: 55px;
}

