/* CSS Document */

body {
background: url(/static/images/bg_green1.png) repeat-x;
}
.container {
width: 710px;
margin: 0 auto;
padding-top: 10px;
}
p , h1 , h2 , h3 , h4 , li , label {
color: #7B835F;
}
h2 {
font-size: 1.7em;
margin-bottom: 0.4em;
}
h3 {
font-size: 1.1em;
margin-bottom: 0.5em;
margin-top: 1.3em;
font-weight: bold;
}
p {
margin-top: 0.4em;
margin-bottom: 0.6em;
}
li {
margin: 3px 0px 3px 30px;
}
ol {
margin: 8px 0px 8px 0px;
list-style-type: none;
}
label {
margin-right: 0.3em;
}
input {
padding: 1px;
font-size: 1.1em;
width: 140px;
}
input.submit {
padding: 3px 6px;
width: auto;
}
td , tr {
border: none;
}
.homeheight {
height: 269px;
background: url(/static/images/bg_arrow4.png) no-repeat 240px 160px;
}
.homemid {
height: 40px;
background: url(/static/images/px_speech1.png) no-repeat 50px 0px;
}
.bigger {
margin-top: 28px;
font-size: 1.3em;
line-height: 0.3em;
}
.yell {
background: #fffdcf;
padding-top: 1px;
padding-bottom: 1px;
margin-bottom: 0px;
}
.yell p {
margin-top: 9px;
margin-bottom: 6px;
}
.yelltw , .yellbw , .yelltg , .yellbg {
height: 9px;
width: 270px;
}
.yelltg {
background:url(/static/images/bg_yell2.png) 0px 0px;
}
.yellbg {
background:url(/static/images/bg_yell2.png) 0px -9px;
}
.yelltw {
background:url(/static/images/bg_yell2.png) 0px -18px;
}
.yellbw {
background:url(/static/images/bg_yell2.png) 0px -27px;
margin-bottom: 20px;
}
.yelltablina {
height: 87px;
width: 270px;
background:url(/static/images/logo_tablina.jpg) no-repeat;
}

form , table {
margin-bottom: 0px;
margin-top: 0px;
}
.error {
margin: -3px;
padding: 2px 4px;
border: #CC0000 1px solid;
}
.price {
font-size: 2.5em;
font-weight: normal;
float: right;
margin: 0 0 -2em 0;
}
.signup a {
display: block;
font-size: 3em;
color: #575e3e;
text-decoration: none;
height: 55px;
background: url(/static/images/bt_home.jpg) 0 0 no-repeat;
padding: 0 0 0 25px;
margin: 18px 28px 22px 28px;
}
.signup a:hover {
background: url(/static/images/bt_home.jpg) 0 -60px no-repeat;
}