.box {
	border: rgb(0,46,153) 1px solid;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background:white;
	color : rgb(0,46,153);
	width:100px;
	font-weight:bold;
}
.login{
position:absolute;
top:2px;
left:100px;
}
.login td{
	color: rgb(0,46,153);
	font-size:11px;
}
.send1 {
	border:1px solid rgb(0,46,153);
	width:40px;
	height:17px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color :  rgb(0,46,153);
	background: white;
}
.send2 {
	border:1px solid rgb(255,255,255);
	width:40px;
	height:17px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color :  rgb(255,255,255);
	background: rgb(59,126,252);
}
.control1 {
	border:1px solid rgb(0,46,153);
	width:60px;
	height:17px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color :  rgb(0,46,153);
	background:white;
}
.control2 {
	border:1px solid rgb(0,46,153);
	width:60px;
	height:17px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color :  rgb(0,46,153);
	background:rgb(59,126,252);
}
#cok{
	position:absolute;
	top:180px;
	left:5px;
	font-size:11px;
	font-weight:bold;
	color:green;
	visibility:hidden;
}
#cko{
	position:absolute;
	top:180px;
	left:5px;
	font-size:11px;
	font-weight:bold;
	color:red;
	visibility:hidden;
}
#notes{
	position:absolute;
	top:0px;
	left:300px;
	height:100px;
	width:185px;
	background:rgb(0,46,153);
	display:none;
}
#notesbody{
	position:relative;
	top:1px;
	left:1px;
	height:98px;
	width:183px;
	font-size:10px;
	color:rgb(0,46,153);
	background:white;
	overflow:auto;
	z-index:2;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
#notesbody a:link        {text-decoration: none; color:rgb(0,46,153);}
#notesbody a:visited     {text-decoration: none; color:rgb(0,46,153);}
#notesbody a:hover       {text-decoration: underline; color: rgb(0,46,153);font-style: normal; position: relative; top: 0px; left: 0px;}

#subnotes{
	margin:5px;
	text-align:justify;
}
#logg{
position:relative;
margin-top:20px;
}