body
{
    margin: 0 auto;
    font-family: arial;
    background-image: url(images/bg.jpg);
    background-color: #B7B7B7;
    background-repeat: repeat-x;
    font-family:georgia,garamond,serif;
    font-size: 20px;
    color: #333333;
}

#nav
{
    width: 950px;
    height: 30px;
    margin: auto;
    background-image: url(images/nav.jpg);
    color: #000000;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: arial, helvetica;
}

#banner
{
   margin-left: auto;
   margin-right: auto;
   margin-top: 15px;
   width: 950px;
   height: 100px;
   background-image: url(images/logo.png);
}

#container
{
    box-sizing: border-box;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #222222;
    text-align: left;
    overflow: auto;
    margin-bottom: 15px;
    
}

#box
{
    box-sizing: border-box;

    width: 930px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    text-align: left;
}

#image
{

}

.imageAlign
{
float: left;
margin-top: 10px;
margin-left: 25px;
width: 250px;
height: 290px;
}

.caseID
{
    float: left;
    box-sizing: border-box;
    background-image: url(images/buttonbg.jpg);
    color: #FFFFFF;
    width: 109px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.select
{
    margin-left: 5px;
    box-sizing: border-box;
    background-image: url(images/selectbuttonbg.jpg);
    color: #FFFFFF;
    width: 136px;
    height: 30px;
    padding-left: 10px;
    font-size: 16px;
    border: 0;
    font-family: georgia;
    
}

#options
{
    margin-top: 10px;
}


.padding
{
    padding: 40px;
}

.paddingContainer
{
    padding: 10px;
}

/* start zoom
*/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:0px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}



