html {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;

  
}
body {
  background-image: url('images/stripes.jpg');
    margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  }
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	
	color: #555555;
}

hr {
display: block;
height: 2px;
border: none;
color: #B0E9FD;
line-height: 2px;
background-color: #B0E9FD;

}

.container {
  position: relative; 
  width: 865; 
  display: table; 
  height: 100%;
  background: url('images/tr1.gif');
  background-repeat: repeat-y;
}




form {
	padding: 0px;
	margin: 0px;
	
}

.wrapper {
	position: relative;
	display: table-cell;
	
}

.a1 {
	font-size: 11px;
}
.header {
	padding-top: 10px;	
}

.content {
	position: relative;
	text-align: left;
	padding: 30px;
}

.hr1 {
	background: url('images/border1.gif');
	background-repeat: repeat-x;
	width: 500px;
	height: 31px;
}

.top50box {
	width: 370px;
}

.loginbox {
	position: relative;
	left: 650px;
	top: 10px;
}

.userbox {
	
	height: 70px;
	width: 200px;
	position: relative;	
	left: 600px;
	
	
		
	
}


.input1 {
	border: solid;
	border-width: 1px;
}
.input2 {
	border: solid;
	border-width: 1px;
	font-size: 10px;
	background-color: #f5f5f5;
}




/* IN NEED OF CHECKING AND CLEANUP */

.tlc {
	background-image: url('images/tlc.gif');
	background-repeat: no-repeat;
	width: 18px;

}

.topl {
	background-image: url('images/topl.gif');
	background-repeat: repeat-x;
}

.blue {
	background-color: #9ADDF4;
}



.lloop {
	background-image: url('images/box/lloop.gif');
	background-repeat: repeat-y;
}
.rloop {
	background-image: url('images/box/rloop.gif');
	background-repeat: repeat-y;
}
.tloop {

	background-image: url('images/box/tloop.gif');
	background-repeat: repeat-x;
}
.bloop {
	background-image: url('images/box/bloop.gif');
	background-repeat: repeat-x;
}
.boxcontent {
	background-color: #9ADDF4;
}

/* END */

