
#mainbox
{
	position:absolute;
	left:1px;
	top:1px;
	width:1100px;
	height:600px;
	border:0px solid blue;
	box-sizing: border-box;
}
#headerbox
{
	position:absolute;
	left:1px;
	top:1px;
	width:1100px;
	height:85px;
	border-bottom:3px solid #d9d9d9;
}
#menu00
{
	position:absolute;
	top:80px;
	left:1px;
	width:200px;
	height:400px;
	border:0px solid blue;
	margin-bottom:10px;
	box-sizing: border-box;
}
#appsbox
{
	position:absolute;
	top:90px;
	left:10px;
	width:1090px;
	height:555px;
	border:0px solid black;
}
.iframe21
{
	width:1100px;
	height:555px;
}
#iframe1
{
	padding:0px;
	overflow:auto;
	
}
#loginbox
{
	position:absolute;
	left:250px;
	top:2px;
	width:650px;
	height:33px;
	border:0px solid black;
	z-index:10;
	background-color:white;
	display:none;
	font-size:9.5pt;
	text-align:center;
	z-index:100;
	padding:4px 4px 4px 4px;
	box-sizing: border-box;
}
#dropdown1
{
	position:absolute;
	left:235px;
	top:57px;
	width:250px;
	height:26px;
	border:0px solid black;
	border-radius:14px;
	background-color:white;
	z-index:10;
	display:none;
	font-family:verdana;
	font-size:8pt;
}
#dropdown2
{
	position:absolute;
	left:520px;
	top:57px;
	width:250px;
	height:26px;
	border:0px solid black;
	border-radius:14px;
	background-color:white;
	z-index:10;
	
	display:none;
	font-family:verdana;
	font-size:8pt;
}
#dropdown3
{
	position:absolute;
	left:805px;
	top:57px;
	width:250px;
	height:26px;
	border:0px solid black;
	border-radius:14px;
	background-color:white;
	z-index:10;
	
	display:none;
	font-family:verdana;
	font-size:8pt;
}
#createaccount
{
	position:absolute;
	left:805px;
	top:57px;
	width:250px;
	height:26px;
	border:0px solid black;
	border-radius:14px;
	background-color:white;
	z-index:10;
	
//	display:none;
	font-family:verdana;
	font-size:8pt;
}
#resultbox
{
	position:absolute;
	left:840px;
	top:3px;
	width:255px;
	height:12px;
	border:0px solid black;
	z-index:90;
	color:red;
	font-size:7.5pt;
	text-align:right;
	
}
#menubtnbox
{
	position:absolute;
	left:1065px;
	top:2px;
	width:30px;
	height:79px;
	border:1px solid black;
	z-index:300;
}
#sitepicbox
{
	position:absolute;
	left:2px;
	top:0px;
	height:75px;
	width:200px;
	border:0px solid black;
}

#titlebox
{
	position:absolute;
	left:250px;
	top:3px;
	width:600px;
	height:45px;
	border:0px solid black;
	z-index:80;
	color:darkblue;
	font-size:18pt;
//	background-color:yellow;
}

.iframe1
{
	padding:0px; 
	margin: 0px;
	border:0px solid black;
}

a
{
	font-family:verdana;
}

.menuitem
{
//	border:1px solid black;
//	border-radius:14px;
//	width:190px;
	margin:1px 0px 2px 0px;
	padding:1px 0px 1px 8px;
	font-size:8pt;
	color:black;
	text-decoration: none;
}
 .btn1
 {
 	border:1px solid black;
 	border-radius:14px;
 	text-align:center;
 	width:65px;
 	padding:2px 0px 4px 0px;
 	float:right;
 }
 .imp1
 {
 	border:1px solid black;
 	border-radius:14px;
 	text-align:center;
 	width:85px;
 	padding:2px 0px 4px 0px; 
 	font-size:9pt;
 	background-color:yellow;
 }
 .selectmenu
 {
 	border:0px solid black;
 	border-radius:14px;
 	padding:2px 10px 2px 8px;
 	background-color:darkgreen;
 	font-size:11pt;
 	color:white;
 	width:280px;
 	font-family:verdana;
 } 




*:focus  	{ outline: none; resize:none; }
 
*
{
	
	font-family:verdana;
	
}