body {
	background: #f7f4d5;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
input, textarea {
    font: inherit;
    padding-top: 2px;
    border: 1px solid #72A527;
    padding: 0px;
    margin: 0px;
}
#notify {
    padding: 0px;
    margin: 0px;
    width: 20px;
    border: 0px;
}

a {
 color:#D2A800;
}
a:hover {
 color:#72A527;
 text-decoration:none;
}

ul.links, ul.links1 {
    position: relative;
    float: right;
    top: 95px;
    height: 26px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.links li, ul.links1 li {
    float: left;
    background: url('../img/luck_button_back.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 26px;
    padding-right: 10px;
}
ul.links li a, ul.links1 li a {
    float: left;
    background-image: url('../img/luck_button.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 32px;
    padding-top: 3px;
    text-decoration: none;
    height: 26px;
    color: #bfbfbf;
}
ul.links li a.current {
    background-image: url('../img/luck_button_hover.png');
    color: #fff;
}
ul.links li a.current:hover {
    color: #fff;
}
ul.links li a:hover, ul.links1 li a:hover {
    background-image: url('../img/luck_button_hover.png');
    background-position: top left;
    background-repeat: no-repeat;
    /*color:#72A527;*/
    color: #79AB2D;
}

/* last menu */
ul.links li.last, ul.links1 li.last {
    background: url('../img/luck_button_right.gif');
    background-position: top right;
    background-repeat: no-repeat;
    height: 30px;
}
ul.links li.last input.last, ul.links li.last input.last:hover {
    background: url('../img/luck_button.gif');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 34px;
    padding-top: 4px;
    color: #fff;
    border: 0px;
}
ul.links li.last input.last:hover {
    background: url('../img/luck_button_hover.gif');
    background-position: top left;
    background-repeat: no-repeat;
    color:#72A527;
    padding-top: 4px;
}
/* end last menu*/

/* first menu */
ul.links li.first {
    background-position: top left;
    background: url('../img/luck_button_left.png') no-repeat;
    padding-left: 5px;
}
ul.links li.first a,ul.links li.first a:hover {
    background-position: -3px 0px;
}
/*
ul.links li.first, ul.links li.first input, ul.links li.first:hover, ul.links li.first:hover input {
    background: url('../img/luck_button_left.gif');
    background-position: middle left;
    background-repeat: no-repeat;
    padding-left: 32px;
    padding-top: 4px;
}
/*
ul.links li.first:hover a, ul.links li:hover input.first {
    background: url('../img/luck_button_left_hover.gif');
    background-position: middle left;
    background-repeat: no-repeat;
    padding-left: 32px;
    padding-top: 4px;
    border: 0px;
}
ul.links li input.first, ul.links li:hover input.first {
    color: #fff;
    border: 0px;
}
ul.links li:hover input.first {
    color:#72A527;
}
*/
/* end first menu */

.container {
   width: 988px;
   margin-left:auto;
   margin-right:auto;
   /*background-image: url(../img/back.png);*/
   background: #f7f4d5;
}

.head_border{
	position:relative;
	top:119px;
    left: 0px;
	width: 810px;
    border: 0px;
	border-left: 1px solid #79ab2d;
	border-right: 1px solid #79ab2d;
    border-top: 3px solid #79ab2d;
	/*background-image: url(../img/center.jpg); */
}


.logo{
	position: relative;
    float: left;
	left: -150px;
    top: 20px;
	z-index: 2000;
}
.logo_shadow{
    float: left;
	position: relative;
	left: 0px;
	height:93px;
	width:10px;
	background-image: url(../img/shadow.png);
}
.logo_top{
    position: relative;
    float: left;
	background-image: url(../img/logo_top.jpg);
	width:174px;
	height:99px;
}
.logo_bottom{
    position: relative;
    float: left;
    left: 10px;
	background-image: url(../img/logo_bottom.jpg);
	width:174px;
	height:26px;
}

.head_menu {
	position: relative;
    float: right;
    right: 176px;
    height: 123px;
    width: 610px;
    z-index: 2002;
}

.main {
    /*float: left;*/
    position: relative;
	top: -4px;
	width:810px;
	text-align:justify;
	background: #fff url(../img/back_osnova.png) repeat-x;
    border: 1px solid #79AB2D;
    border-top: 3px solid #79AB2D;
	/*padding-left:60px;*/
}

.content{
	/*width:750px;*/
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.footer{
	width:810px;
	background-image: url(../img/razdeliterl.gif);
	background-repeat: no-repeat;
    background-position: 50% 0;
	font-size:11px;
	color:#666666;
}

.main_fortune{
	position:absolute;
	background-color: #FFFFFF;
	background-image: url(../img/back_osnova.png);
	background-repeat: repeat-x;
	width:351px;
	text-align:justify;
	top:60px;
    border: 1px solid #79AB2D;
}

.menu_fortune{
	position: absolute;
	width:100%;
	padding-top:30px;
}



.button{
	background-image: url(../img/button.jpg);
	height:26px;
	width:92px;
	font-weight:bold;
	color:#ffffff;
}
.button_begin:hover {
	background-image: url(../img/button.jpg);
	color:#79AB2D;
}
.cell_left {
    text-align: left;
    vertical-align: top;
}
.cell_right {
    text-align: right;
    vertical-align: top;
}
.cell_center {
    text-align: center;
    vertical-align: middle;
}
.mark {
    border: 1px solid #72A527;
    background: #f1be7d;
}
.unmark {
    background: none;
    border: 1px solid #72A527;
}
div.line {
    display: block;
    text-align: left;
    padding-top: 5px;
    _padding-top: 2.5px;
    clear: both;
}

div.label {
    float: left;
    width: 170px;
    text-align: right;
    padding: 0px;
    margin: 0px;
    padding-right: 5px;
}
div.field {
    float: left;
}
div.field textarea, div.field input {
    width: 340px;
    overflow: visible;
}
.textENclose {
    position: relative;
    right: -7px;
    top: 14px;
    display: block;
    border: 0px;/*1px solid #72A527;*/
    border-bottom: 0px;
    width: 34px;
    float: right;
}
#textENarea textarea {
    overflow: visible;
    padding: 0px;
}
div.textENlink div.field a img {
    position: relative;
    top: 2px;
    margin-right: 5px;
    border: 0px;
}
.submit {
    display: block;
    float: right;
    text-align: right;
    margin-right: 25px;
    padding-top: 5px;
    clear: both;
}
.submit ul.links li {
    float: right;
}

#addLuck {
}
#addLuck a  {
}
#addLuck a img  {
    position: relative;
    top: 2px;
    border: 0px;
    margin-right: 5px;
}

#copyFortuneText {
    /*display: none;*/
}
.nounderline {
    text-decoration: none;
}

/*

.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('error.png');
}
*/

div.msg p.error, p.notice, p.warning, p.success {
  font-weight: bold;
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
div.msg p.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../img/msg_icon_error.png');
}
.notice {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../img/msg_icon_info.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../img/msg_icon_warning.png');
}
.movmsg {
    display: block;
    background: #f1be7d;
    color: red;
}

div.loading {
    background-image: url(../img/loading_animation.gif);
    background-repeat: no-repeat;
    background-position: center;
}

div#rightBanner {
    width: 160px;
    float: left;
    position: relative;
    top: 95px;
    left: 822px;
    padding: 2px;
    border:1px solid #79AB2D;
}

div#login-box {
    float: right;
    position: relative;
    top: -10px;
    height: 70px;
    width: 600px;
}
div#login-box #login-form {
    float: right;
    position: relative;
    top: 50%;
    padding: 0;
    margin: 0;
    margin-top: -50px;
    width: 380px;/*310px;*/
    text-align: right;
    overflow: hidden;
/*    padding-top: 28px;*/
}

div#login-box #act-links {
    float: right;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: right;
}
#username {
    float: left;
    width: 130px;
    margin-right: 5px;
    font-size: 13px;
}
#password {
    float: left;
    width: 30px;
    margin-right: 5px;
    font-size: 13px;
}
#login-button {
    margin-right: 10px;
}
#languages {
    display: inline;
    /*
    position: relative;
    left: 240px;
    top: 5px;
    */
}

div#quickregisterForm {
    background: #f7f4d5;
    padding: 5px;
    border: 1px solid #79AB2D;
}

div#quickregisterForm h4, div#quickregisterForm p {
    margin-left: 35px;
    margin-right: 35px;
    color: #444444;
}


.categoryColumn {
     padding-right:15px;
}
.rootCategory {
    font-weight: bold;
    padding-bottom: 5px;
}

.code {
    border: 1px solid black;
    padding: 6px;
    background: #dedade;
    color: black;
    text-align: left;
}

#fbLogin {
    float: left;
    padding-right: 10px;
    height: 26px;
    width: 107px;
}
