body {
  padding:0px;
  margin:0px;
}

* {
  font-family:Verdana;
  font-size:12px;
}
div.error{
    text-align:left;
    color:red;
    font-weight:bold;
}
div.admin_content{
    text-align:center;
    
}

div.admin_con{
    margin:auto;
    width:1000px;
    margin-top:30px;
}

div.separator{
    height:10px;
}
/*
.form  td{
   height:30px;
}


table.form td{
    background:#e4f0fc;
    border:1px solid #d1dde9;
}*/

table.form td span{
    color:#425a86;
    font-size:10px;
}
input.req,textarea.req{
    background:#feffa1;
    border:1px solid #b2c6df;
    width:350px;
}

input.none{
    background:#FFFFFF;
    border:1px solid #b2c6df;
    width:350px;
}


input .normal{
    border:#b2c6df;
    background:#FFFFFF;
}

td.name{
    color:#3f59a3;
    font-size:12px;
    font-weight:bold;
    text-align:right;
    width:200px;
}
td.inp{
    text-align:left;
    width:500px;
}

table.contact{
    background:#e4f0fc;
    border:1px solid #d1dde9;
    color:#444851;
    font-size:10px;
    font-family:verdana;
}
.contact input.text{
    background:#FFFFFF;
    border:1px solid #b2c6df;
    width:350px;
}

.contact select{
    background:#FFFFFF;
    border:1px solid #b2c6df;
    width:350px;
}

.contact textarea{
    background:#FFFFFF;
    border:1px solid #b2c6df;
    width:700px;
    height:200px;
}

/* my css */

.menu_link {
  font-family:Versana,"sans-serif";
  font-size:12px;
  .font-size:11px;
  
}

.theTitle {
  background-image: url('images/title.jpg');
  background-repeat:no-repeat;
  color:white;
  text-align:center;
}

.allcontentc {
  margin-left:10px;
  padding:10px;
}

.allcontenttable {
  background:#eaeaea;
  width:99%;
  border: 1px solid #858585;
}

.allcontenttable .affil {
  padding:3px 10px;
  margin:0px;
  
  
}

.allcontent {
  
  /*background-image:url(images/left.gif);
  background-repeat:repeat-y;
  background-position: left-top;*/
}

.allcontenttop {
  
/*
  background-image:url(images/top.gif);
  background-repeat:no-repeat;
  background-position: left-top;
  */
}

/* end my css */