/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000; line-height:15px}
tr {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:15px; color:#000}
td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:15px; color:#000}
p {margin:0px; padding:0px}
p img {margin-right:9px; margin-top:4px}

.news-title {color:#000000; font-size:11px; font-weight:bold; text-decoration:none}
.news-title:hover {color:#16341A; font-size:11px; font-weight:bold; text-decoration:none}
.news-link {color:#000000; font-size:11px; text-decoration:none}
.news-link:hover {color:#16341A; font-size:11px; text-decoration:none}

.all-news-link {color:#3e5114; font-size:11px; text-decoration:none}
.all-news-link:hover {color:#000000; font-size:11px; text-decoration:underline}

.menu {color:#000000; font-weight:bold; text-decoration:none}
.menu:hover {color:#16341A; font-weight:bold; text-decoration:none}

.def {color:#000000; text-decoration:none}
.def:hover {color:#16341A; text-decoration:none}

.news {color:#FFF; font-size:11px; font-weight:bold}

.news2 {color:#333; font-size:11px; margin-left:15px; text-decoration:none}
.news2:hover {color:#333; font-size:11px; margin-left:15px; text-decoration:underline}




#contentForm {
  display: block;
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  width: 441px;
  margin: 70px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

.errormsg {
  display: block;
  width: 451px;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  padding-left:15px;
  background: #91962c 10px center;

  margin: 10px 0;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}


.label2 { background: #FFCC33; padding: 5px; font: bold 10px Arial, sans-serif; position: absolute; top: 0;left: 0; }

.form { padding: 20px 20px 10px; background: #E0F4F8; width: 570px; overflow: hidden; }
.form p { margin: 0 0 10px 0; float:left; clear:both; display: block; }
.form label { font: bold 0.9em Helvetica, Arial, sans-serif; color: #0077AA; padding: 0 0 0 5px;}
.form .w { float: left; clear: both; padding: 5px 5px 0; background: #D7EBEF; font: bold 0.8em Helvetica, Arial, sans-serif; color: #333; overflow: hidden; width: 560px;}
.form .w span { padding: 0 0 5px; float:left; }
.form .input { border: 1px solid #A5C2C8; line-height: 1.2em; padding: 5px 26px 5px 5px; margin: 0 0 5px 0; width: 560px; font: bold 1.2em Helvetiva, Arial, sans-serif; }

/* Validation */
.w.error { background-color: #EFD8D7; }
.w.error .input { border-color: #C8A5A5; background: #fff url('gfx/icon_error.png') no-repeat right center; }

.w.valid { background-color: #A4EFAE; }
.w.valid .input { border-color: #A5C8A6; background: #fff url('gfx/icon_valid.png') no-repeat right center; }
.w.valid span { display: none; }