#danetka input{cursor:pointer;cursor:hand}
#danetka input,#danetka textarea{font-family:Helvetica,serif;font-size:1em;border:0;}
#danetka{
position:relative;
font-family:Arial,serif;
width:400px;
height:200px;
border-radius:5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
background-color:#fcf4d4;
background-repeat:no-repeat
}
.about{background-image:url('i/_about.png')}
.question{background-image:url('i/_question.png')}
.result{background-image:url('i/_result.png')}

#danetka div,#danetka h1, #danetka p, #danetka input,.result img{position:absolute}
#danetka h1{
font-size:20px;
color:#555;
line-height:1px;
top:10px;right:15px;
}
.question h1 span{font-size:18px}
.result h1{font-size:17px !important;top:13px !important}
#danetka p{
text-align:justify;
}
.about p{
font-size:12px;
line-height:16px;
top:40px;left:30px;
width:340px;
}
.question div,.question p{
overflow:auto;
font-size:11px;line-height:12px;
width:263px;
height:73px;
left:67px;top:38px
}
.question p{color:#666}
.question div{
top:125px;width:270px;
font-size:12px;line-height:13px}
.result p{
background:#fff;padding:0 3px 1px;
font-size:11px;line-height:13px;
left:61px;top:70px;width:223px;
}
.result img{
z-index:10;
top:47px;left:80px
}

#danetka #start{
top:-5px;left:-5px;
font-size:11px;
color:#777;
padding:15px 0 15px 48px;
background:url('i/_buttons.png') no-repeat;
}
#danetka .active2,#danetka #start:hover{
color:#000;
background-position:-156px 0
}

#danetka #answer0,#danetka #answer1{
font-size:10px;color:#fff;
left:90px;
bottom:10px;
padding:9px 0 10px 0;
text-align:center;
width:80px;
background:url('i/_buttons.png') no-repeat 0 -59px;
}
#danetka #answer1{left:220px}
#danetka  .active,#danetka #answer0:hover,#danetka #answer1:hover{background-position:-122px -59px !important}

#code{font-size:13px;color:#444;text-decoration:none;border-bottom:1px dashed;
display:block;position:absolute;bottom:-16px;right:5px;
}
#codes{
position:absolute;
top:5px;left:5px;
width:390px;
height:195px;
background-image:url('i/overlay.png');
}
#codes p{left:52px;top:20px}
#codes #twitter{top:140px}
#codes input,#codes textarea{width:227px !important}
#codes textarea{height:60px}
#codes h2{position:absolute;color:#EEE;font-size:16px;top:-2px;left:55px;z-index:999}
#codes h2.twitter{top:118px}