body {
  margin:0;
  padding:0
}

.clr {
  clear:both;
}

span.error {
  color:#FF0000;
}

#invalid {
 color:#FF0000;
 text-align:center;
 font-size:14px;
 font-weight:bold;
}

.wrapperHeader {
  width:100%;
  height:110px;
  border:0px solid blue;
  background-color:#3E879E;
}

.wrapperHeader .headerDiv {
  margin:0 auto;
  padding-top:5px;
  padding-left:10px;
  padding-right:10px;
  height:100px;
  width:1000px;
  border:0px solid pink;
}

.headerDiv img {
  float:left;
}

.headerDiv .headerSep {
  float:none;
  width:900px;
  margin-left:95px;
  /*margin-top:20px;*/
  border:0px solid red;
}

.headerDiv .headerSep .labText {
  float:left;
  width:560px;
  font-size:35px;
  color:#fff;
}

.headerDiv .headerSep .rightDiv {
  float:right;
  margin-top;5px;
  width:330px;
}

.headerDiv .headerSep .rightDiv .topLinksDiv {
  margin-top:-15px;
  text-align:right;
  color:#fff;
}

.headerDiv .headerSep .rightDiv .topLinksDiv ul {
  list-style:none;
  font-size:13px;
}

.headerDiv .headerSep .rightDiv .topLinksDiv ul li {
  display:inline-table;
  padding-right:10px;
}

.headerDiv .headerSep .rightDiv .topLinksDiv a {
  text-decoration:none;
  color:#fff;
}

.headerDiv .headerSep .rightDiv .topLinksDiv a:hover {
 color:#FF6600;
}


/*.headerDiv .headerSep .rightDiv */.iit {
	font-size: 21px;
	margin-top: 18px;
	margin-left: 5px;
}


.headerDiv .headerSep .firstL {
  color:rgb(253, 194, 5);
  font-weight:bold;
}

.wrapper {
  width:100%;
}

.bodyContent {
  margin:0 auto;
  padding-left:10px;
  padding-right:10px;
  border:0px solid red;
  width:1000px;
  min-height:600px;
}

.simHeader {
  width:100%;
  padding:7px 0;
  padding-left:5px;
  margin-top:15px;
  background-color:#3e879e;
  border:1px solid #0099cc;
  text-align:left;
}
.simHeader h2 {
  font-size:20px;
  color:#fff;
  margin:0;
}
.bodyContent ul {
  list-style:none;
  margin-left:-40px;
}

.bodyContent ul li {
  margin-bottom:30px;
  min-height:120px;
  border:0px solid green;
}

.bodyContent a {
  margin-bottom:10px;
  text-decoration: none;
  color:#ff9900;
}

.bodyContent a:hover {
  color:#ff6600;
}

.bodyContent .lab_desc {
  font-size:14px;
  text-align:justify;
  line-height:1.5em;
}

.bodyContent .loginRegistration {
  margin:0 auto;
  width:1000px;
  height:700px;
  padding-left:10px;
  padding-right:10px;
  border:0px solid red;
}

.bodyContent .loginRegistration .leftSide {
  float:left;
  width:628px;
  border-right:1px solid #2e2e2e;
  height:700px;
  padding-right:10px;
}

.bodyContent .loginRegistration .rightSide {
  float:right;
  width:350px;
  /*background-color:#666666;*/
  height:700px;
}

.loginRegistration .lrHeader  {
  clear:both;
  margin-top:20px;
  margin-bottom:20px;
  width:100%;
  height:30px;
  text-align:center;
  font-size:20px;
  color:#2e2e2e;
  border-bottom:1px dotted #2e2e2e;
}

.leftSide .msgBox {
  border:0px solid red;
  width:100%;
  height:400px;
}

.leftSide .msgBox .msgOk {
  background-image:url(../images/login_arrow.jpg);
  background-repeat:no-repeat;
  background-position:right;
  height:50px;
  margin:0 auto;
  width:90%;
  height:178px;
  border:0px solid green;
  margin-top:62px;
}
.leftSide .msgBox .msgFail {
  background-image:url(../images/reg_try_again.jpg);
  background-repeat:no-repeat;
  background-position:right;
  height:50px;
  margin:0 auto;
  width:90%;
  height:178px;
  border:0px solid green;
  margin-top:62px;
}


.msgHeader {
  clear:both;
  text-align:left;
  font-size:26px;
  color:#3E879E;
  padding-top:50px;
}

.msgHeader1 {
  text-align:left;
  font-size:26px;
  color:#3E879E;
  margin-left:150px;
}

.msgHeader2 {
  clear:both;
  text-align:left;
  font-size:26px;
  color:#3E879E;
  padding-top:62px;
}


.loginRegistration th {
  text-align:left;
}


.loginRegistration table input{
  width:300px;
  padding-left:5px;
}
.loginRegistration table select {
  width:309px;
}

.loginRegistration .mend {
  color:#FF0000;
}

.bodyContent input[type=submit] {
  float:right;
  padding:8px 50px;
  border:none;
  font-weight:bold;
  color:#fff;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8C9AC2), to(#3E879E));
  background-image: -webkit-linear-gradient(top, #8C9AC2, #3E879E);
  background-image: -moz-linear-gradient(top, #8C9AC2, #3E879E);
  background-image: -ms-linear-gradient(top, #8C9AC2, #3E879E);
  background-image: -o-linear-gradient(top, #8C9AC2, #3E879E);
  background-image: linear-gradient(to bottom, #8C9AC2, #3E879E);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8C9AC2, endColorstr=#3E879E);
}

.bodyContent input[type=submit]:hover {
  cursor:pointer;
  border:none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3E879E), to(#8C9AC2));
  background-image: -webkit-linear-gradient(top, #3E879E, #8C9AC2);
  background-image: -moz-linear-gradient(top, #3E879E, #8C9AC2);
  background-image: -ms-linear-gradient(top, #3E879E, #8C9AC2);
  background-image: -o-linear-gradient(top, #3E879E, #8C9AC2);
  background-image: linear-gradient(to bottom, #3E879E, #8C9AC2);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3E879E, endColorstr=#8C9AC2);
}

.footer {
  width:100%;
  height:50px;
  background-color:#2e2e2e;
}

.footer .footerDiv {
  margin:0 auto;
  width:1000px;
  padding-top:15px;
  padding-left:10px;
  padding-right:10px;
  color:#fff;
  border:0px solid red;
}

