/* CSS for all Form layouts
(c) 2013  Aliyu Ezekiel
    
*/
form {
 width: 96%;
 border: 1px solid #CCCCCC;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
}

form div {
  clear: left;
  margin: 0;
  padding: 0;
}

form div {
  float: left;
  padding-top: 3px;
  color: #000099;
  width: 30%;
}

form div label i {
  margin-left: auto;
  margin-right: auto;
  font: normal 9px san-serrif, Tahoma;
  padding: 3px;
  border: 1px dash #ccffcc;
  background-color: #ffffff;
  width: 95%;
}

fieldset {
  border: 2px solid #61B5CF;
  margin-top: 5px;
  padding: 15px;
 /* padding-top: 20px;  */
  width: 400px;
}
legend {
  font: bold 12px "trebuchet ms", sans-serif, Arial, verdana;
  color: #00008B;
  background-color: #FFFFFF;
  margin-bottom: 11px;
  float: left;
}

input.txt {
  color: #990033;
  background-color: #FFFFcc;
  border: 1px inset #00008B;
 font-size: 1.1em;
  width: 180px;
  margin-top: 4px;
}

input.txta {
  color: #990033;
  background-color: #FFFFcc;
  border: 1px inset #00008B;
 font-size: 1.1em;
  width: 100px;
  margin-top: 4px;
}

textarea {
  color: #990033;
  background-color: #E3F2F7;
  border: 1px solid #00008B;
  font-size: 1.1em;
  width: 280px;
  height: 80px;
  margin-top: 4px;
}

textarea.mail{
  color: #990033;
  background-color: #E3F2F7;
  border: 1px solid #00008B;
  font-size: 1.1em;
  width: 400px;
  height: 120px;
  margin-top: 4px;
}

textarea.contact{
  color: #990033;
  background-color: #E3F2F7;
  border: 1px solid #00008B;
  font-size: 1.0em;
  width: 190px;
  height: 40px;
  margin-top: 4px;
}

textarea.contactb{
  color: #990033;
  background-color: #E3F2F7;
  border: 1px solid #00008B;
  font-size: 1.0em;
  width: 280px;
  height: 100px;
  margin-top: 4px;
}

textarea.dept{
  color: #990033;
  background-color: #F0F0F0;
  border: 1px solid #00008B;
  font-size: 1.0em;
  width: 280px;
  height: 50px;
  margin-top: 4px;
}

select.sel {
  color: #990033;
  border: 1px inset #00008B;
  margin-top: 4px;
  font-size: 0.9em;
}

select {
  color: #990033;
  border: 1px inset #00008B;
  margin-top: 4px;
}

#btnSubmit {
  background-image: url(../images/button-1.gif);
  background-repeat: no-repeat;
 /* font-size: 0.8em;  */
  font: bold 11px "trebuchet ms", sans-serif, Arial, verdana;
  text-align: center;
  border: 0px;
  height: 25px;
  width: 125px;
  margin: 5px;
  font-weight: bold;
  margin-left: 150px;
}

#btnSend {
  background-image: url(../images/button-1.gif);
  background-repeat: no-repeat;
  border: 0px;
  font-size: 0.9em;
  width: 100px;
  height: 25px;
  margin: 5px;
  font-weight: bold;
  margin-left: 150px;
}

.formbtn {
  background-image: url(../images/button-1.gif);
  background-repeat: no-repeat;
  color: #ffffff;
  font: bold 11px "trebuchet ms", sans-serif, Arial, verdana;
  border: 0px;
  height: 30px;
  width: 125px;
  margin: 5px;
  cursor: pointer;
 /* font-weight: bold;  */
 /* margin-left: 150px; */
}

#btnSubmit2 {
 background-image: url(../images/button-1.gif);
  background-repeat: no-repeat;
 /* font-size: 0.8em;  */
  font: bold 11px "trebuchet ms", sans-serif, Arial, verdana;
  border: 0px;
  height: 25px;
  width: 125px;
  margin: 5px;
  font-weight: bold;
  margin-left: 150px;
}

#btnSubmit3 {
  background-image: url(../images/button-1.gif);
  background-repeat: no-repeat;
 /* font-size: 0.8em;  */
  font: bold 11px "trebuchet ms", sans-serif, Arial, verdana;
  border: 0px;
  height: 25px;
  width: 125px;
  margin: 5px;
  font-weight: bold;
  margin-left: 150px;
}

#btnSubmit4 {
  background-image: url(../images/button-1.gif);
  background-repeat: no-repeat;
 /* font-size: 0.8em;  */
  font: bold 11px "trebuchet ms", sans-serif, Arial, verdana;
  text-align: center;
  border: 0px;
  height: 25px;
  width: 125px;
  margin: 5px;
  font-weight: bold;
  margin-left: 150px;
}


#btnReset {
  background-image: url(../images/reset-1.gif);
  background-repeat: no-repeat;
  font-size: 0.9em;
  width: 100px;
  border: 0px;
  height: 25px;
  margin: 5px;
  font-weight: bold;
}

#login_box {
  width: 502px;
  background-color: #DFDFDF;
  border: 0;
  font-size: 0.9em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 0px;
}


#login_box form {
 width: 96%;
 border: 1px solid #CCCCCC;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
}

#login_box_title {
  width: 502px;
  background-image: url(../images/login_head.gif);
  font-size: 1.0em;
  font-weight: bold;
  font-family: "trebuchet ms", sans-serif, Arial, verdana;
  color: #000099;
  height: 22px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  border: 0px;
}

#login_box p {
  color: #FF0000;
  width: 90%;
  text-align: center;
  font-size: 0.9em;
  border: 1px solid #CC0000;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.search_butn {
  background-color: #808080;
  color: #FFFFCC;
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  width: 60px
}

.search_box_sm {
  border: 0px solid #999933;
  font-family: sans-serif;
  background-color: #cccccc;
  color: #003333;
  height: 40px;
  padding: 5px;
  z-index: 100;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}

#searchform {
 background-color: #F5F5F5;
 width: 480px;
 border: 1px solid #CCCCCC;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
}

#searchformtitle {
  width: 502px;
  background-image: url(../images/mytop-head-4.gif);
  font-size: 1.1em;
  font-weight: bold;
  font-family: "trebuchet ms", sans-serif, Arial, verdana;
  color: #000099;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  border: 0px;
}

#searchform .selectboxb {
	color: #000066;
	background-color: silver;
	height: 20px;
	width: 380px;
	font-size:10px
}

.formheader {
  width: 95%;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "trebuchet ms", sans-serif, Arial, verdana;
  color: #000099;
  background-color: #cfcfcf;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px;
  text-align: center;
  border: 0px;
}