div.formBox{
  color: #666;
  width:320px;
  float:left;
  display:block;

  background-color:#eaeaea;
  border-top:1px solid #efefef;
  border-right:1px solid #d5d5d5;
  border-bottom:2px solid #c3c3c3;
  border-left:1px solid #efefef;

  padding: 20px 20px 30px;

  -moz-border-radius:8px;
}

div.row input.text, div.row input.title, div.row textarea, div.row select {
  border:1px solid #999999;
}

div.filter {
   clear: both;
   min-height: 30px;
}

div.filter label {
 float: left;
 width: 165px;
 color:#474747;
}


.error, .notice, .success {
   margin: 2px 0px;
}

.success {
  background-color:#FFFFCC;
  border:1px solid #F1D350;
  margin-bottom:30px;
  padding:15px 15px 15px 40px;
  zwidth:395px;

}

.error {
    background:#FBE3E4 none repeat scroll 0 0;
    border:1px solid #FF9999;
    color:#993333;
    padding: 2px 20px;
    margin: 2px 0px;
    line-height: 1;
    font-size: 12px;
    line-height:6px;
}


div.status_circle{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 5em; -moz-border-radius: 5em;
}


body {
   text-align:left;
}

h1
{
  margin-bottom: 10px;
}


table {
  font-size:11px;
  line-height:14px;
}


.login_fields {
  background-image:url(/site/geotac.co.za/images/login_field.gif);

  background-position:left top;
  background-repeat:no-repeat;
  background-position: 0px 0px;
  border:0 none;
  font-size:11px;
  height:16px;
  line-height:normal;
  margin:0 5px;
  padding:2px 0 0 2px;
  width:98px;
}


#login_button
{
  float:right;
  margin:4px 12px 0 0;
}


#divUpdateLogin {
  zxdisplay:none;
  zleft:200px;
  opacity:0.85;
  position:absolute;
  width: 450px;
  zright:200px;
  top:-1px;
  z-index:5000;
}

.general_form input[type="image"] {
  width:auto !important;
  height:auto !important;
  margin:0 0 20px 548px;
  padding:0;
}

.general_form  textarea {
  margin:0 0 10px;
  width:465px;
}

.general_form input[type="text"], input[type="password"], textarea, select {
 border: 1px solid #6F6C6C;
  margin-top:10px;
}

.general_form input {
  margin-top:10px;
}


.general_form input[type="button"]
{
  width: 100px;
  height: 30px;
}



#logged_in_details
{
   padding:0px 0 0 16px;
   color:#000000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   margin:-2px 0 0 0;
   font-weight:bold;
   float:left;
}







.form_box
{
  width:900px;
  background-color:#FFFFFF;
  border:10px solid #E4E5E6;
  margin:0 0 10px;
  padding:10px 0 0 10px;
}

.form_box .form_labels
{
  font-size:13px;
  line-height:30px;
  color:#656363;
  float:left;
  width:200px;
}

.form_box input[type="text"], .form_box input[type="password"], .form_box input[type="select"], .form_box textarea, .text
{
  border:1px solid #6F6C6C;
  float:left;
  height:21px;
  margin:0 0 10px;
  width:480px;
}

.text
{
  border:1px solid #6F6C6C;
  float:left;
  height:21px;
  margin:0 0 10px;
  width:480px;
}



 .form_box textarea
 {
  height:60px;
 }

.form_box form
{
  padding:20px;
  margin:0;
}

.form_box #form_footer
{
  float:right;
  margin: 0 175px 15px 0;
  text-align: right;
}


.form_box p
{
  margin:0 0 0 10px;
}

.form_box a
{
  font-size: 12px;
  color:#3A7394;

  text-decoration:underline;
}

h1
{
  margin:0;
}

.successfull
{
  background-color:#aedd8d;
  margin: 2px 0px;
  border:#5ea52d solid 1px;
  text-align:center;
  padding:10px 0 10px 236px;
  height:25px;

}

#div_login_error
{
  margin:0 auto;
  width:905px;
  display:none;
}





