body { 
	font-family: Trebuchet MS, arial,Verdana;
        font-size: 10px;
        background: #ffffff;
        color: #444444;
        margin: 0px;    
}

div.head {
	position: fixed;
	width: 100%;
	height: 18px;
	border-bottom: 1px solid #000000;
	z-index: 2;
	background: #dddddd;
	margin-top: 0px;
	margin-left: 0px;
}

div.inner {
	margin-top: 19px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px; 
	right: 0px;
	height: auto;
	width: auto;	
	
	z-index: 1;
}

div.imgfr {
       	margin: 0px;
	position:absolute;
	left: 0%;
	top: 0%;
	width: 50%;
	height: 50%;
}

img.fimg {
       	margin: 0px;
	position:absolute;
	cursor: pointer;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	
}

div.textdiv {
	padding: 10px;
	position:absolute;
	left: 20%;
	top: 20%;
	width: 30%;
	z-index: 2;
	background: #ffffff;
	border: 1px solid #000000;
}

table {
	border: 1px solid #000000;
}


a { outline: none; }
a:link { text-decoration: none;  color: #666666;     }
a:visited { text-decoration: none; color: #666666;   }
a:hover { text-decoration: none; color: #883333;  }

input:focus {
	
        color: #000000;
	border: 1px solid #222222;
	background: #ffffff;
}
textarea:focus {
        color: #000000;
	border: 1px solid #222222;
	background: #ffffff;
}

input {
	font-family: Verdana,Trebuchet MS, arial;
        font-size: 14px;
        color: #000000;
	background: #ffffff;
	border: 1px solid #222222;

}

textarea {
	font-family: Verdana,Trebuchet MS, arial;
        font-size: 14px;
        color: #000000;
	background: #ffffff;
	border: 1px solid #222222;

}

div.cbackdiv {
	position: fixed;
}

div.clensediv {
	position: fixed;
}
