/* CSS Document */

body {
	background-image: url(http://www.defelsko.com/images/grey_background.jpg);
	text-align: center;
	font-size: 14px;
	}

.txtCaption {font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			}
			
.txtMain {font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			}

.style6 {font-size: 14px; font-weight: bold; }


#resultbox { background-color: #f8f8f8; padding: 0.75em; margin: 1em 0 0.75em 0; font-size: 0.925em; border-color: #DCDCDC; border-width: 1px; border-style: solid; }

.dashed-line {
border-bottom: dashed 1px #999;
}

.dashed-line-top {
border-top: dashed 1px #999;
}

#the_box {
  font-weight: 300;
  height: 278px;
  border: solid 1px #999;
  color: #BBBBDD;
  width: 220px;
  float: left;
  margin-left: 2px;
  margin-right: 2px:
  padding-bottom: 2px;
}

.box_header {
  padding-top: .25em;
  padding-bottom: .25em;
  font-weight: 600;
  color: #000000;
  background-color: #EFEFEF;
  text-align: center;
  height: 20px;
  border-bottom: dashed 1px #999;
}

.box_text {
  text-align: left;
  background-color: #FFF;
  color: #000;
  padding-top: 2px;
}