* {
    font-family: Tahoma;
    margin: 0;  
    padding: 0;
    background: #fff;

  }
  img
  {
    border: none;
  }

header, footer, aside, nav, article {
    display: block;  
}
div,a,span,h4,img
{
  background-color: transparent;
}


header {
    background: #fff;
    height: 70px;
    margin-left: 20px;
    margin-top: 20px;
  }

header img{
    border: 0px;
  }

  
header a.logo{
    float: left;
  }

div.login {
    
    position: absolute;
    margin-left: 400px;
    margin-top: 15px;
    
    width: 500px;
}  
  
input.login_name {
  color : #fb0;
  width: 100px;
  }  

input.login_pass {
  color : #fb0;
  width: 100px;
  }

div.search {

    position: absolute;
    margin-left: 800px;
    margin-top: 15px;
}  



nav.menu {
	position: absolute;
	left: 0;
	width: 100%;
	background: #000;
}

nav.menu ul {
    list-style: none;
  }  
  
nav.menu ul li {
    float: left;
    background: #000;
  }
  
nav.menu ul li a {
    display: block;  
    margin-left: 30px;  
    font-size: 14px;  
    line-height: 40px;
    text-align: center;
    text-decoration: none;  
    color: #fb0;
    background: #000;  
}  
  
nav.menu ul li a:hover {
    color: #fff;  
  }  
  
nav.menu ul li.selected a {
    color: #fff;  
  }  
  

nav.producer {
	position: absolute;
	left: 0px;
	top: 130px;
	width: 200px;
	background: #333; 
}  

nav.producer ul {
    list-style: none;
  }  
  
nav.producer ul li {
    background: #333;
  }
  
nav.producer ul li a {
    display: block;
    margin-left: 30px;  
    font-size: 14px;  
    line-height: 20px;  
    text-align: left;  
    text-decoration: none;  
    color: #fb0;
    background: #333;  
}  

nav.producer ul li a:hover {
    color: #fff;
  }  
  
nav.producer ul li.selected a {
    color: #fff;  
  }  
  
  
nav.producer ul li a.next {
  padding-top: 10px;}

nav
{
    background-color: #000000;
  }

article {
    position: relative;
    margin-top: 40px;
    margin-left: 200px;
    padding: 44px;

    width: 500px;
  }

  
article img{
	margin: 22px 0;
	-webkit-box-shadow: 3px 3px 7px #777;}

.headbox
{
     width: 220px;
     left: 400px;
     position: absolute;
     text-align: center;
     line-height: 15px;

}

.regform
{
    position: relative;
    margin-top: 40px;
    margin-left: 200px;
    padding: 34px;
    width: 470px;
}
.info
{
  font-size: 11px;
  color: #8F8F8F;
  width: 220px;
  float: right;
  clear: right;
  padding-left: 5px;

}
.regform input
{
  background-color: #F0F0F0;
  width: 200px;
  height: 23px;
  font-size: 14px;
  border-color: #CFCFCF;
  border-style: solid;
  color: #5F5F5F;

}
.middle
{
  margin: auto;
  display: block;
  width: 70%;
}

.regform input.batton
{
  background-color: #4F4F4F;
  width: 200px;
  height: 43px;
  font-size: 14px;
  border-color: #1F1F1F;
  border-style: solid;
  color: #fb0;

}

.regform input.check {
	width: 27px;
	height: 27px;
	display: inline-block;
	cursor: pointer;
}
.error
{
font-weight: bold;
color: #FF0033;
font-size: 13px;
}


.exit
{
  border-left: #000000 2px solid;
  font-weight: bold;
  position: absolute;
  top:25px;
  left: 1000px;
  font-size: 14px;
  padding-left: 10px;
  height: 42px;
  line-height: 20px;
}
.slinks
{
  color: #fb0;
  text-decoration: none;
}
.left
{
  clear: left;
  float: left;

}
.right
{
  clear: right;
  float: right;
}
.small
{
  font-size: 11px;
  color: #8F8F8F;

}


.center
{
width: 100%;
display: block;
text-align: center;
}
 input.button
{
  background-color: #4F4F4F;
  width: 200px;
  height: 43px;
  font-size: 14px;
  border-color: #1F1F1F;
  border-style: solid;
  color: #fb0;

}
.errfild
{
  background-color: #FFBBBB;
  color: #FF1111;
  border: #FF7777 1px solid;
  padding: 4px;
  margin: 8px;
  text-align: center;
}

.field
{
  background-color: #FFFFFF;
  width: 100%;
  min-height: 20px;
  font-size: 12px;
  color: #707070;
  display: block;

}
.checkb
{
  width: 16px !important;
  height: 16px !important;
  float: right !important;
  margin-right: 25px !important;
}

.smallred
{
text-decoration: none !important;
}

.smallred span
{
font-weight: bold;
color: #FF5555 !important;
font-size: 10px !important;

}

.tae td
{
  background-color: transparent !important;
}



.comment
{
  padding: 5px;
  margin: 10PX;

}
.comment .text
{
  padding: 15px;
  color: #5F5F5F;
  font-size: 13px;

}
.comment .h span
{
  font-size: 11px;
  color: #8F8F8F;
  position: relative;
  bottom: 5px;
}
.comment_field
{
  width: 350px;
  height: 100px;
}
.comment_field_s
{
  width: 350px;
  height: 80px;
}

.comment .h span a
{
  font-size: 11px;
  color: #8F8F8F;
  text-decoration: underline;
  font-weight: bold;
}




  

