body {margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #444;}
a {color: #275b9d;}
p {padding: 7px 0;}
h1 {font-size: 21px; font-weight: normal; margin: 0 0 20px;}
h2 {font-size: 28px; color: #ff5234; font-weight: normal; margin: 0 0 20px; font-family: Georgia;}
/*#main_content .bg {background-color: #555;}*/
div .inline{
  
  margin:6px;
  padding: 30px;
  border-right: dotted 1px #555;
  border-bottom: dotted 1px #555;
  cursor: pointer;
  
  display:-moz-inline-stack;/*Firefox 2*/
  display:inline-block; /*Хорошие браузеры*/
  _overflow:hidden;/*IE6, IE7*/
  *zoom:1;/*включаем hasLayout для IE6, IE7*/
  *display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
}