﻿BODY {
	
	margin: 0;
	padding: 0;
}
* {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif
}

#contentContainer2
{
	background-image: url('../images/bg3.jpg'); /* 1, 7, 2, */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: local;
	height: 100%;
	min-height: 100%;
	box-shadow: 3px 3px 3px #000;
	padding-top: 50px;
	width: 100%;

}
#contentContainer 
{
	background-image: url('../images/background2.jpg'); /* 1, 7, 2, */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: local;
	height: 100%;
	min-height: 100%;
	box-shadow: 3px 3px 3px #000;
	padding-top: 50px;
	width: 100%;
}


#documentSpace {
	background-color: white;
	height: auto;
	width: 800px;
	left: 50%;
	top: 50px;
	margin-left: -400px;
	margin-top: 100px;
	margin-bottom: 100px;
	position: absolute;
	z-index: 0;
	border-radius: 9px;
	overflow: auto;
}

#sellContent
{
position:initial;
left:17.5%;
width:95%;
height:100%;
top:350px;
display:block;
text-align: center
margin-top:30%
margin-bottom:17px;
}
.documentSpace > .sellContent {
}
.documentSpace > .sellContent > .continue {
			cursor:pointer;
			position:absolute;
			right: 12px;
			bottom: 8px;	
}
#content {
	position: initial;
	left: 2.5%;
	width: 95%;
	height: 100%;
	top: 350px;
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 30%;
}
#headerPhoto {
	position: absolute;
	left: 2.5%;
	width: 95%;
	height: 200px;
	background-image: url('../images/jpgHeader4.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 9px;
	margin-top: 17px;
}
#bodyContent {
	position: initial;
	left: 2.5%;
	width: 95%;
	height: 100%;
	top: 350px;
	margin-left: 17px;
	margin-top: 30%;
}
thead.c6 
{
	background-color: #c2c2c2;
	
}

sellApplication
{
	width:80%;
	height:125px;
	position:absolute;
	left:10%;
	bottom:40px;
}

div.resContainer {
    border: 1px solid #999999;
	border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    width: 336px;
	height: 192px;
	font-size: 18px;
    font-weight: bold;
}

div.line {
                color:#333 ;
                font-size: 14px;
}


</style>
        




 // Utility classes .clear {
 clear: both;
}
