@media screen{
	body{
background: #e8e8e8 url(bg.jpg) repeat fixed top left;
	    font-family: arial, serif, courier;
	}
a:link {color: #000099;}
a:visited {color: #9900cc;}
a:hover {color: #9900cc;}	
a:active {color: #990000;}


  div.mainbox{
background: #d2e6ff;
/* #a0cffc;  #4158a2;  #f0f8ff;*/
width: 90%;
padding: 10px;
	 margin-left: auto;
	 margin-right: auto;
	 border-right: solid;
	 border-left: solid;
	 border-bottom: solid;
	 border-top: solid;
	 border-width: 4px;
	 border-color: #00008b;
	 min-height: 300px;
	 text-align: left;
font-family: arial;
font-size: 14px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;

  }	

  div.header{
width: 90%;
       margin-left: auto;
       margin-right: auto;
background: #d2e6ff;
color: #00008b;
padding:10px;
	text-align: center;
	margin-bottom: 12px;
border: 4px solid #00008b;
  }

  div.header p{
font-family: arial;
font-size: 14px;
font-size-adjust: none;
font-stretch: normal;
font-style: italic;
font-variant: normal;
font-weight: normal;
line-height: normal;
margin:0px;
  }

  div.rounded{
margin:0pt;
background:#f0f8ff; /* #e6e6fa; */
padding: 0pt;
border: none;
width: 70%;
position: relative;
top: 20px;
left: 25%;
  }	


  .rounded:after {
display: block;
	 line-height: 0.1;
	 font-size: 1px;
content:  url(bottom-left.png);
margin: -20px 0 -1px 0;
height: 30px;
background: white;
background: transparent url(bottom-right.png) scroll no-repeat bottom right ;
padding: 0;
  }


.rounded:before {
  background: transparent url(top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

  div.help{
padding-left: 15px;
padding-right: 15px;
padding-top:10px;
color: #000000;
margin-right:12px;
margin-left:12px;
padding-bottom:12px;
  text-align: left;
font-family: arial;
font-size: 14px;
font-size-adjust: none;
font-stretch: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;

  } 


  div.login{
width:90%;
      margin-top: 60px;
      margin-right: auto;
      margin-left: auto;
background: #f0f8ff;
border: none;
	min-height: 100px; 
padding: 10px;
	 text-align: center;
  }

  div.upload{
overflow: auto;
width: 90%;
       margin-top:60px;
       margin-left:auto;
       margin-right: auto;
       margin-bottom:12px;
background: #f0f8ff; /*#e6e6fa;*/
border: thin solid #00008b;
padding: 20px;
	 text-align: left;
font-family: arial;
font-size: 14px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;

  }
  div.upload table{
background: #f0f8ff;
	    margin-left:auto;
	    margin-right: auto;
border-collapse: separate;
  }

ul.none {
list-style-type: none;
}

  div.shortmessage{
width:350px;
background: #f0f8ff; /* #e6e6fa; */
padding: 10px;
border: thin solid #00008b;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;   
	text-align: center;
  }

  div.uploaditem{
margin:12px;
padding:12px;
	border-bottom: thin solid black;
  }

  div.sendbutton{
	  text-align:right;
	  padding-right:24px;
	  padding-bottom: 12px;
	  margin-bottom:24px;
	  margin-top: 12px;
  }

  div.interfacebutton{
float:right;
      text-align:center;
margin:12px;
  }

td.uploadForm{
width: 2em;
padding: 0;
/* border: 1px solid black; */
margin: 0;
}

div.uploadTable input {
border: none;
margin:0;
}

}