html, body {
    height: 100%;
}

body {
font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width: 99%;
text-align:justify;
   
	background-color: #3f0a13;

}

#wrapper {
   
    display: table-cell;
	
	
}

#wrapper2 {
    	
	 background-color: #ffffff;
	
    width: 930px;
    margin: 0 auto; 
	
	vertical-align: middle;
	
}
	
		
#cell {
	padding: 1em;
}


img {
    border: 0px;
}

.midTitle {
    background: url('img/midTitle_bg.jpg') no-repeat;
    width: 673px;
    height: 31px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 0 15px;
    color: #888888;
    text-align: center;
    margin: auto;
}

fieldset {
	border:solid 1px #DEDEDE;
}

fieldset label.emptyReq {
	color: red;
}

fieldset legend {
	font-weight:bold;
}


fieldset ul, fieldset li {
	border:0; margin:0; padding:0; list-style:none;
}

fieldset li {
	clear:both;
	list-style:none;
	padding:10px;
}

fieldset input, fieldset select, fieldset textarea {
	float:left;
}

fieldset label {
    width:290px;
	float:left;
	margin-right: 20px;
}

fieldset.popraw p {
    float: left;
}

fieldset button { 
	border:0; margin:0; padding:0;
	clear:both;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

fieldset td {
    padding: 5px 0 5px 30px;
}

fieldset td.poprawInfo {
    font-weight: bold;
    padding: 5px 10px 5px 0;
}

fieldset td.poprawSubmit {
    text-align: center;
}

fieldset td.poprawHead {
    width: 40%;
}

fieldset td.poprawHead2 {
    width: 60%;
}

.formInfo {
    color: grey;
    font-size: 80%;
}

div.checkbox {
  float: left;
}

div.checkbox label {
  clear: both;
  
  display: block;
}

