.box 
{
   background-color: #000;

   border: 1px solid #232323;

}

div.box 
{
	padding: 5px 10px 5px 5px;
	margin: 0px 0px 15px 0px;
}

.h1 
{
	font-size: 20px !important;
	background-color: transparent;
	font-style: italic;
	letter-spacing: 2px;
	margin-bottom: 30px
}

.h3
{
	padding: 0px 5px 0px 5px;
	margin: 5px 0px 0px 0px;

   background-color: #232323;
	border: none;
}

.box .h3 {

	margin-top: -5px;
	margin-left: -5px;
	margin-right: -10px;
	margin-bottom: 10px;
}


.ul 
{
	margin: 10px 5px 10px 20px;
}
.ul li
{
	height: 20px;
}


hr 
{
	margin-bottom: 20px;
}

.hint 
{
	font-size: 9px
}

.h3 span
{
	float: right
}


fieldset 
{
	background-color: #171a1a;
   	
   margin-top: 10px;
   margin-bottom: 10px;

   width: 70%;
}

fieldset table
{
   width: 100%;
   margin-bottom: 10px;

}

fieldset table th
{
   color: #a8af81;
   font-weight: normal;
   border: none;
   background-color: transparent;
   width: 30%;
   vertical-align: top

}

fieldset table th
{
   font-weight: bold;
}


fieldset h1, fieldset h2 {

   margin: 0px;

   background-color: transparent;

   padding: 0px;
   margin-bottom: 10px;
   
   border: none;
   height: auto;

   border-bottom: 1px solid #1e1f1f   
}


legend {

   color: #ffe271;
   font-weight: bold;

}


ul li {
   line-height: 15px;

}

