body {
    margin:0;
    padding:0;
    font-family:Trebuchet MS, Arial;
    background-color:white;
    background-repeat:repeat-x;
    color:#444444;
    font-size:15px;
}
a {
    color:#999999;
    border-bottom:1px solid #999999;
    text-decoration:none;
}
img {
    border:0;
    margin:0;
    padding:0;
}
#header, #content, #footer {
    width:600px;
    margin:0 auto;
}
#header {
    font-size:32px;
    padding-top:50px;
}
#content {
    padding-top:75px;
}
#footer {
    width:100%;
    padding-top:25px;
}
.logo {
    position:relative;
    top:13px;
}
.red {
    color:#F03023;
    font-weight:bold;
}
.bold {
    font-weight:bold;
    color:black;
}
.hints {
background-image: url("../img/hints_bg.png");
color: #666666;
font-size: 14.5px;
font-weight: bold;
margin: 50px auto;
padding: 21px 10px;
text-align: center;
width: 302px;
}

/**
 * safari chrome
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
    .hints {
        padding: 22px 10px;
        font-size: 14px;
    }
}
.link {
    width:322px;
    margin: 0px auto 5px auto;
    text-align:center;
    background-image:url("../img/hint_bg.png");
    border:1px solid #ff9999;
    height:24px;
    white-space:nowrap;
    overflow:hidden;
}
#link {
    width:322px;
    background-image:url("../img/link_bg.png");
    text-align:center;
        padding: 0;
margin: 0;
height: 20px;
}
#link_container {
    display:none;
}
.links {
    margin: 0 auto;
    width:600px;
}
.links li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    position:relative;
}
.copyr {
    padding-top:50px;
    color:#999999;
    clear:both;
    width:535px;
    margin: 0 auto;
    font-size:12px;
}
.copyr a {
    border:none;
    text-decoration:underline;
}
.dashed {
border-bottom: 1px dotted #999999;
}
.soon {
    font-size:10px;
    left:90px;
    position:absolute;
    top:-5px;
    color:#ff9999;
}
#cursor {
    position:absolute;
    left:30px;
    top:30px;
    display:none;
}
#comma {
    display:none;
}
.name_block {
    display:none;
    padding:15px 0 15px 0;
    width:600px;
    margin:0 auto;
    color:#444444;
    text-align:left;
    height:25px;
    line-height: 22px;
}
.buttons{
    height:25px;
    width:145px;
    margin:0 auto 50px auto;
}
.button {
    background-color:#f03023;
    font-size:12px;
    height:18px;
    padding:3px;
    color:white;
    cursor:pointer;
    float:left;
	 border-radius: 5px 5px 5px 5px;
     line-height: 18px;
}
#button3 {
    display: none;
}
#button2, #button1 {
    margin-left:5px;
}
#sfield {
float:left;
height:18px;
margin-top:2px;
width:500px;
}
#nfield {
    width:370px;
    float:right;
    font-size: 12px;
}
#search {
float:right;
font-family:arial;
font-size:19px;
height:27px;
display: block;
margin-top: 2px;
}
.tfield {
    margin-bottom:15px;
    font-size: 12px;
}
.text {
    margin-bottom:30px;
}
.feedback {
    border:none;
    color:#444444;
    font-weight:bold;
    text-decoration:underline;
}
.additional {
    width:105px;
    font-size:12px;
    color:#999999;
    cursor:pointer;
}
.adv_text {
    font-size:12px;
    text-decoration:underline;
}
.additional {
    display:none;
}
.search {
background:url("http://img.yandex.net/i/arr.png") no-repeat scroll 100% 50% #FFCC00;
clear:both;
height:25px;
padding:10px 17px 13px 8px;
}
.online {
    margin: 15px 0 15px 0;
    padding-left: 10px;
    border-left: 1px solid #ff9999;;
}
.forname {
    color:#ff9999;
}
.for {
    color:#999999;
}
p {
    margin:5px 0;
    padding:0;
    text-indent:25px;
}
.banner {
	margin: 0 auto;
    width: 728px;
}