body{
    margin:0;
    padding:0;
    font-family: Bookman Old Style, Times New Roman, Times;
    font-size:15px;
    color:#403C3B; 
    background: #FFF;
}

a{
    font-size: 14px;
    font-weight: bold;
    color:#FF6600;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.clear{
    clear:both;
}

.note, .pomommalink{
    color:#FF6600;
    font-size:22px;
}

#main{
    /*margin:auto;    */
    position: relative;
    /*border: 1px #666 dashed;*/
}

#header{
    height:20px;
}

#logo{
    width:428px;
    height:23px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#logo span{
    display:none;
}

#logotext{
    position: absolute;   

    width:223px;
    height:15px;
    top:55px;
    left:10px;
}

#content, #header, #bottomtext{
    padding:30px;
}

#content div, #right div{
    padding-top:15px;
}

#content{
    float:left;
    display:block;
}

#left_dog{
    width:256px;
    height:404px;
    float:left;
    background: url(/images/doggy.jpg) no-repeat;
}

#submit{
    float:left;
    width:580px;
    display:block;
}

.input{
    border:1px #403C3B solid;
    width: 393px;
    height: 24px;
    padding: 4px;
    font-size: 16px;
}

#ques{
    font-size:40px;
}

#answ{
    font-size: 20px;
    vertical-align: text-top; 
    padding-left: 25px; 
    padding-top: 2px;
    margin-left: 20px;
    background: url(/images/box.gif) center left no-repeat;
    display: block;
}

#answ_ch{
    font-size: 20px;
    vertical-align: text-top; 
    padding-left: 25px; 
    padding-top: 2px;
    margin-left: 20px;
    background: url(/images/yes.gif) center left no-repeat;
    display: block;
}

#ans_det{
    font-size: 25px;
    color: #FF6600;
}